SQL Statements and Expressions API¶
This section presents the API reference for the SQL Expression Language. For a full introduction to its usage, see SQL Expression Language Tutorial (1.x API).
- Column Elements and Expressions
- Operator Reference
- Selectables, Tables, FROM objects
- Insert, Updates, Deletes
- SQL and Generic Functions
- Custom SQL Constructs and Compilation Extension
- Synopsis
- Dialect-specific compilation rules
- Compiling sub-elements of a custom expression construct
- Enabling Autocommit on a Construct
- Changing the default compilation of existing constructs
- Changing Compilation of Types
- Subclassing Guidelines
- Enabling Caching Support for Custom Constructs
- Further Examples
- Expression Serializer Extension
- SQL Expression Language Foundational Constructs
- Visitor and Traversal Utilities