| *compile-time-log-level* | |
|---|---|
| *log-level* | |
| *signal-non-destructive-alter-table-commands* | |
| *sql-constructor-names* | |
| *sql-syntax-node-names* |
| +default-sql-syntax-close-character+ | |
|---|---|
| +default-sql-syntax-open-character+ | |
| +default-sql-syntax-unquote-character+ |
| begin-transaction | Extension point for with-transaction and begin. |
|---|---|
| calculate-rdbms-name | May be specialized to take name length and character set limitations into account. |
| call-in-transaction | Extension point for with-transaction macro. |
| cleanup-transaction | Extension point with-transaction and commit/rollback. |
| column-count | |
| column-name | Returns the column name as a string. |
| column-name-of | |
| column-type | Returns the corresponding SQL type object slots filled in. |
| column-type-of | |
| column-value | Returns values of type (or (member :null nil t number string local-time) (vector (unsigned-byte 8... |
| commit-transaction | Extension point for with-transaction and commit. |
| cursor-position | Returns values of type (or null (integer 0 (1- row-count))) where nil means the position is inval... |
| database-list-sequences | Returns the list of sequence names present in the database. |
| database-list-table-columns | Returns the list of columns present in the database. |
| database-list-table-indices | Returns the list of table indices present in the database. |
| database-list-tables | Returns the list of table names present in the database. |
| equal-type-p | |
| error-at-form-of | |
| execute-command | |
| format-sql-function-name | |
| format-sql-identifier | Formats an SQL identifier into *sql-stream*. |
| format-sql-literal | Formats an SQL literal into *sql-stream*. |
| format-sql-operator-name | |
| format-sql-syntax-node | Formats an SQL syntax node into *sql-stream*. |
| make-cursor | Creates and associates a new cursor with the given ongoing transaction. |
| make-transaction | Extension point for with-transaction. |
| new-rdbms-type-of | |
| new-type-of | |
| notify-transaction-event | |
| old-type-of | |
| original-error-of | |
| rdbms-type-for | Maps the given type to the smallest matching type. |
| register-hook-in-transaction | |
| rollback-transaction | Extension point for with-transaction and rollback. |
| row-count | |
| table-name-of | |
| transaction-mixin-class | Collects the transaction mixin classes which will be inherited by the transaction class instantia... |
| variable-of | |
| whole-form-of |