top of page

Dynamic SOQL ( queryBinds ) || Salesforce

Dynamic SOQL refers to the creation of a SOQL string at run time with Apex code. Dynamic SOQL enables you to create more flexible applications. For example, you can create a search based on input from an end user or update records with varying field names.


In general we write advance / dynamic query something like this

sObject objectRecord = Database.query('SELECT Id , Name FROM Account LIMIT 1');

if it is for collection then something like this

List<sObject> objectRecord = Database.query('SELECT Id , Name FROM Account');

But in Spring'23 we got new update from salesforce i.e query Binds, with the help of query binds we can pass the dynamic query variable reference without any query scope limits


With Database.query, All variable references need to maintain within the Apex Class Query scope. By using Database.queryBind no need to worry about scope of query and variables all this handled by BindsMap.


Map<String, Object> acctBinds = new Map<String, Object>{'acctName' => 'Acme Corporation'};

List<Account> accts = Database.queryWithBinds('SELECT Id FROM Account WHERE Name = :acctName',acctBinds,AccessLevel.USER_MODE);
	


4 Comments


ero me is a growing hub for creators to share and explore unique content. Find out how to join, navigate, and maximize your Erome experience.


Like

Erome is a growing hub for creators to share and explore unique content. Find out how to join, navigate, and maximize your Erome experience.


Like

Ultimately, reading stories is a flexible and rewarding way to learn, no matter how much time I have. Whether I have just a few minutes between appointments or an entire afternoon to dedicate to a book, I can always dive into a story and emerge with something new. Whether it's a small increase in vocabulary, a boost in reading speed, or just the joy of exploring a new world through literature, every reading session brings its own rewards. And it’s amazing how much I continue to grow, all while having a great time.

top sex stories websites:

Assamese Sex Story

Punjabi Sex Story

Tamil Sex Story

Marathi Sex Story

Odia Sex Story

Nepali Sex Story

Marathi Sex stories

Odia Sex…


Like

The Fifty Fifty Kerala Lottery results are always exciting because this draw offers a unique balance of affordability and attractive prizes. Today’s result has once again sparked immense anticipation among participants across the state. The joy of waiting for the numbers and checking them ticket by ticket is unmatched. What’s special about the Fifty Fifty Lottery is its straightforward format—it’s easy to participate in and gives everyone a fair chance at winning. The result announcements are always transparent, detailed, and well-organized, which builds trust and confidence among players. Even those who don’t win today often look forward to the next draw, knowing how frequently opportunities come around. Seeing the winners celebrate is truly heartwarming—it’s a reminder that luck can shine…

Like
bottom of page