Reference

The Apex reference contains information about DML statements, and the built-in Apex classes and interfaces.

DML Statements
DML statements part of the Apex programming language and are described in Apex DML Statements.
Apex Classes and Interfaces
Apex classes and interfaces are grouped by the namespaces they’re contained in. For example, the Database class is in the System namespace. To find static methods of the Database system class, such as the insert method, nagivate to System Namespace | Database Class. The result classes associated with the Database methods, such as Database.SaveResult, are part of the Database namespace and are listed under Database Namespace.

In addition, SOAP API methods and objects are available for Apex. See SOAP API and SOAP Headers for Apex in the Appendices section.

Previous
Next