Interface | Description |
---|---|
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 | Description |
---|---|
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.
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.