|
- SOQL Queries in Apex Classes - Trailhead
Learn how to create SOQL queries in Apex classes to manipulate data returned by a query Follow step-by-step instructions to run and iterate through a list
- Is there any way to get list of all apex classes along with code . . .
The Tooling API SOQL query can use the ApexClassorTriggerId field to select the specific class (or trigger) you want the coverage results for There are a few ways to get this out to Excel
- SOQL Query in Apex Programming - salesforcefaqs. com
Learn how to write SOQL queries in Apex to fetch Salesforce data, use filters, relationships, and best practices with simple, real-world examples
- SOQL query for Apex Class, Query ApexClass object SOQL
In Salesforce, Apex Classes are stored as metadata, and Salesforce exposes them through the ApexClass object Using SOQL, you can query information about Apex Classes, such as their name, status, API version, and even the full source code body (only in certain tools)
- Dynamic SOQL | Apex Developer Guide | Salesforce Developers
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
- soql - Query for ApexClass? - Salesforce Stack Exchange
That being the case, ApexPage and ApexClass objects are not related in anyway so you won't be able to do it in one SOQL query You will have to query one, and then the other - it is conceivable that you will have a Page and a Class with the same name
- SOQL and SOSL Queries | Apex Developer Guide | Salesforce Developers
For a full description of SOSL query syntax, see the Salesforce SOQL and SOSL Reference Guide
- How can I query the class which the schedule job will call
For apex classes that were scheduled through the 'Schedule Apex' button in setup->develop->apex classes, you'll see a 'Manage' link next to the job Click that and you'll see the class name associated with that job
|
|
|