|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| ISqlJetBetweenExpression | The BETWEEN operator. |
| ISqlJetBinaryExpression | Binary expression. |
| ISqlJetBindParameter | Parameter binding. |
| ISqlJetBlobLiteral | Blob literal. |
| ISqlJetCaseExpression | Case expression. |
| ISqlJetCastExpression | Cast expression. |
| ISqlJetCollateExpression | Collate expression. |
| ISqlJetColumnCheck | Column's check constraint. |
| ISqlJetColumnCollate | Column's collation. |
| ISqlJetColumnConstraint | Column's constraint. |
| ISqlJetColumnDef | Column Definition. |
| ISqlJetColumnDefault | Column's default value. |
| ISqlJetColumnExpression | Column's name expression. |
| ISqlJetColumnForeignKey | Column's foreign key. |
| ISqlJetColumnNotNull | Column's not null constraint. |
| ISqlJetColumnPrimaryKey | Column's primary key constraint. |
| ISqlJetColumnUnique | Column's unique constraint. |
| ISqlJetExpression | SQL expression. |
| ISqlJetFloatLiteral | Float literal. |
| ISqlJetForeignKey | Table's foreign key constraint. |
| ISqlJetForeignKeyAction | Foreign key's action. |
| ISqlJetForeignKeyDeferrable | Foreign key's "deferred" or "immediate" definition. |
| ISqlJetForeignKeyMatchAction | Foreign key's key match action. |
| ISqlJetForeignKeyUpdateAction | Foreign's key update action. |
| ISqlJetFunctionExpression | Function expression. |
| ISqlJetFunctionLiteral | Function literal. |
| ISqlJetIndexDef | Index Definition. |
| ISqlJetIndexedColumn | Indexed Column. |
| ISqlJetInExpression | "IN" expression. |
| ISqlJetInTableExpression | "IN" table's expression. |
| ISqlJetIntegerLiteral | Integer literal. |
| ISqlJetInValuesExpression | "IN" values expression. |
| ISqlJetIsNullExpression | "IS NULL" expression. |
| ISqlJetLiteralValue | Literal's value. |
| ISqlJetMatchExpression | "MATCH" expression. |
| ISqlJetNullLiteral | "NULL" literal. |
| ISqlJetRaiseExpression | "RAISE" expression. |
| ISqlJetSchema | Database schema interface. |
| ISqlJetStringLiteral | String literal. |
| ISqlJetTableCheck | Table's check constraint. |
| ISqlJetTableConstraint | Table's constraint. |
| ISqlJetTableDef | Table Definition. |
| ISqlJetTableForeignKey | Table's foreign key constraint. |
| ISqlJetTablePrimaryKey | Table's primary key constraint. |
| ISqlJetTableUnique | Table's unique constraint. |
| ISqlJetTriggerDef | Trigger Definition. |
| ISqlJetTypeDef | Column's type definition. |
| ISqlJetUnaryExpression | Unary expression. |
| ISqlJetViewDef | View Definition. |
| ISqlJetVirtualTableDef | Virtual table schema definition. |
| Enum Summary | |
|---|---|
| ISqlJetBinaryExpression.Operation | Operation which combine expressions in binary expression
ISqlJetBinaryExpression. |
| ISqlJetFunctionLiteral.Function | Functions literal function. |
| ISqlJetMatchExpression.Operation | "MATCH" expression's operation. |
| ISqlJetRaiseExpression.Action | "RAISE" expression's action. |
| ISqlJetUnaryExpression.Operation | Unary expression's operations. |
| SqlJetConflictAction | "ON CONFLICT" action. |
| SqlJetForeignKeyEvent | Foreign key's event. |
| SqlJetForeignKeyUpdate | Foreign key's update. |
| SqlJetSortingOrder | Sorting order. |
| SqlJetTypeAffinity | Type affinity. |
SQLJet's API for SQL syntax.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||