版本:2.xSQL Statements Index
Access Method
Cast
Collation
Conversion
Cursor
- DECLARE - Defines a cursor.
- CLOSE - Closes a cursor.
- FETCH - Retrieves rows from a query using a cursor.
- MOVE - Positions a cursor.
- RETRIEVE - Retrieves rows from a query using a parallel retrieve cursor.
Database
- CREATE DATABASE - Creates a new database.
- ALTER DATABASE - Changes the attributes of a database.
- DROP DATABASE - Removes a database.
- ANALYZE - Collects statistics about a database.
- VACUUM - Garbage-collects and optionally analyzes a database.
- CHECKPOINT - Forces a write-ahead log checkpoint.
- COMMENT - Defines or changes the comment of an object.
- COPY - Copies data between a file and a table.
- LOAD - Loads or reloads a shared library file.
Domain
Extension
External Table