skip to main content
SQL Statements and Extensions for the Salesforce Driver
  
SQL Statements and Extensions for the Salesforce Driver
The Salesforce driver provides support for standard SQL (primarily SQL 92). In addition, the product supports a set of SQL extensions. For example, the product supports extensions that allow you to change the default schema or set the maximum number of Web service calls the driver can make when executing a SQL statement.
This chapter describes both the standard SQL statements and the SQL extensions. SQL extensions are denoted by an (EXT) in the topic title.
* Alter Cache (EXT)
* Alter Index
* Alter Sequence
* Alter Session (EXT)
* Alter Table
* Checkpoint
* Create Cache (EXT)
* Create Index
* Create Sequence
* Create Table
* Create View
* Delete
* Drop Cache (EXT)
* Drop Index
* Drop Sequence
* Drop Table
* Drop View
* Explain Plan
* Insert
* Refresh Cache (EXT)
* Refresh Schema (EXT)
* Select
* Set Checkpoint Defrag
* Set Logsize
* Update
* SQL Expressions
* Subqueries