SQLJet Home
A B C D E F G H I L N O P R S T U V

A

alterTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Alters table.
areDistinctArguments() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionExpression
 
attempt() - Method in interface org.tmatesoft.sqljet.core.ISqlJetMutex
Locks mutex if it is unlocked and return true.

B

beginTransaction(SqlJetTransactionMode) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Begin transaction.
beginTransaction(SqlJetTransactionMode) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Deprecated. use {SqlJetDb.beginTransaction(SqlJetTransactionMode) instead.

C

call(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetBusyHandler
Callback which implements busy handler.
call(int) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
 
changeSchemaVersion() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Change SchemaCookie.
clear() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Clear table.
close() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Closes the cursor.
close() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Close connection to database.
commit() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Commit transaction.
createIndex(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Create index from SQL clause.
createTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Create table from SQL clause.
createVirtualTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Create virtual table from SQL clause.

D

decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression.Operation
Decode operation from string.
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral.Function
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression.Operation
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression.Action
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression.Operation
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetConflictAction
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyEvent
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyUpdate
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetSortingOrder
 
decode(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetTypeAffinity
Follows algorithm defined in SQLite documentation to infer type affinity from column type.
decode(String) - Static method in enum org.tmatesoft.sqljet.core.SqlJetEncoding
Get charset constant from string with charset name.
delete() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Deletes the current record.
dropIndex(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Drop index.
dropTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Drop table.

E

enter() - Method in interface org.tmatesoft.sqljet.core.ISqlJetMutex
Locks mutex.
eof() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Tests whether this cursor is positioned behind the last record.

F

finalize() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
first() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the first record.

G

getAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKeyUpdateAction
 
getAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression
 
getActions() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKey
 
getArguments() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionExpression
 
getBlobAsArray(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as BLOB.
getBlobAsArray(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as BLOB.
getBlobAsStream(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as BLOB.
getBlobAsStream(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as BLOB.
getBoolean(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as boolean.
getBoolean(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as boolean.
getBuildNumber() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SQLJet's build number.
getBusyHandler() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Get busy handler.
getCacheSize() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Size of the page cache.
getCacheSize() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Get cache size (in count of pages).
getCharsetName() - Method in enum org.tmatesoft.sqljet.core.SqlJetEncoding
Get charset name.
getCollation() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnCollate
 
getCollation() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexedColumn
 
getCollationName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCollateExpression
 
getColumn(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
getColumn(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Returns column definition with a given name or null if there is no such definition.
getColumnName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnExpression
 
getColumnNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKey
 
getColumnNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableForeignKey
 
getColumnNumber(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Returns position of the specified column within the table definition.
getColumns() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
getColumns() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Definitions of table columns.
getColumns() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTablePrimaryKey
 
getColumns() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableUnique
 
getConditions() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCaseExpression
 
getConflictAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnNotNull
 
getConflictAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnPrimaryKey
 
getConflictAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnUnique
 
getConflictAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTablePrimaryKey
 
getConflictAction() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableUnique
 
getConstraints() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDef
 
getConstraints() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Returns all table constraints.
getDataBase() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Get database connection.
getDatabaseName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnExpression
 
getDatabaseName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetInTableExpression
 
getDatabaseName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getDefaultValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCaseExpression
 
getDeferrable() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKey
 
getDefinition() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Get table's schema definition.
getEncoding() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Db text encoding.
getErrorCode() - Method in exception org.tmatesoft.sqljet.core.SqlJetException
Get error code.
getErrorMessage() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression
 
getEscapeExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression
 
getEvent() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKeyUpdateAction
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBetweenExpression
Expression.
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCaseExpression
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCastExpression
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCollateExpression
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnCheck
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDefault
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIsNullExpression
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableCheck
 
getExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression
 
getFieldsCount() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns number of fields in the current record.
getFieldType(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns field type.
getFieldType(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns field type.
getFile() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
getFileFormat() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
File format of schema layer.
getFloat(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as float.
getFloat(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as float.
getForeignKey() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableForeignKey
 
getForeignTableName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKey
 
getIndex(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get index definition by name.
getIndexDef(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Get definition of index by name.
getIndexes(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get indices related with table.
getIndexesDefs() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Returns definitions of indices used in this table.
getIndexesNames() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Get table indexes names.
getIndexName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTablePrimaryKey
 
getIndexName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableUnique
 
getIndexNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get indices names.
getInteger(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as integer.
getInteger(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as integer.
getIoErrorCode() - Method in exception org.tmatesoft.sqljet.core.SqlJetIOException
 
getLeftExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression
Left expression.
getLimit() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns limit of this cursor.
getLowerBound() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBetweenExpression
Lower bound.
getMajorVersion() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SQLJet's major version.
getMatchExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression
 
getMessage() - Method in exception org.tmatesoft.sqljet.core.SqlJetException
 
getMicroVersion() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SQLJet's micro version.
getMinorVersion() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SQLJet's minor version.
getModuleColumns() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getModuleName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getMutex() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Get threading synchronization mutex.
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBindParameter
Parameter name.
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDef
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKeyMatchAction
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionExpression
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexedColumn
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableConstraint
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Returns table name.
getNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTypeDef
 
getOperation() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression
Operation.
getOperation() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression
 
getOperation() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression
 
getOptions() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Get database options.
getPage() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getPosition() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBindParameter
Parameter position.
getPrimaryKeyIndexName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
 
getPrimaryKeyIndexName() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Returns name of primary key index.
getRetries() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Returns number of attempts to make to lock database.
getRightExpression() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression
Right expression.
getRowCount() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns number of rows accessible with this cursor.
getRowId() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getRowId() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Gets row Id of the current record.
getRowIndex() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns index of the current row.
getSchema() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Get database schema.
getSchemaVersion() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Schema cookie.
getSize1() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTypeDef
 
getSize2() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTypeDef
 
getSleep() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Returns sleep time interval in milliseconds between retries to lock database.
getSortingOrder() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexedColumn
 
getString(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as String.
getString(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns specified field's value as String.
getTable(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get table definition by name.
getTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Open table.
getTableName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnExpression
 
getTableName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
getTableName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetInTableExpression
 
getTableName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getTableNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get tables names.
getTransactionMode() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
getType() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCastExpression
 
getType() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDef
 
getTypeAffinity() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDef
 
getUpperBound() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBetweenExpression
Upper bound.
getUserVersion() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
The user cookie.
getValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBlobLiteral
Blob value as bytes array.
getValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
 
getValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetFloatLiteral
 
getValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral
 
getValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIntegerLiteral
 
getValue() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetStringLiteral
 
getValue(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns value of the field of the specified index in the current row.
getValue(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns value of the field with the specified name in the current row.
getValues() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCaseExpression
 
getValues() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetInValuesExpression
 
getVersionString() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SqlJet version as a String.
getVirtualTable(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
 
getVirtualTableNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
 
goTo(long) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the record with the specified row Id.
goToRow(long) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the row with the specified index.

H

hasExactlyIntegerType() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDef
 
held() - Method in interface org.tmatesoft.sqljet.core.ISqlJetMutex
Check mutex locking status.

I

IN_MEMORY - Static variable in class org.tmatesoft.sqljet.core.table.SqlJetDb
File name for in memory database.
insert(Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Add new record to the table with specified values.
insertByFieldNames(Map<String, Object>) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Insert record by values by names of fields.
insertByFieldNamesOr(SqlJetConflictAction, Map<String, Object>) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Insert record by values by names of fields.
insertOr(SqlJetConflictAction, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Add new record to the table with specified values.
insertWithRowId(long, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Inserts record at specified rowId.
insertWithRowIdOr(SqlJetConflictAction, long, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Inserts record at specified rowId.
isAll() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionExpression
 
isAscending() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnPrimaryKey
 
isAutoincremented() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnPrimaryKey
 
isAutoincremented() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Returns true if primary key has 'autoincrement' keyword.
isAutovacuum() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Use freelist if false.
isCancel() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Check is busy handler to cancel.
isImplicit() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
isIncrementalVacuum() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Incremental-vacuum flag.
isInitiallyDeferred() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKeyDeferrable
 
isInitiallyImmediate() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKeyDeferrable
 
isInTransaction() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Return true if a transaction is active.
isLegacyFileFormat() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Checks if legacy file format is used for the new databases.
isNot() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetBetweenExpression
Checks is NOT used.
isNot() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetForeignKeyDeferrable
 
isNot() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
 
isNot() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIsNullExpression
 
isNot() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression
 
isNull(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Tests field value for null.
isNull(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Tests field value for null.
isOpen() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Checks is database open.
ISqlJetBetweenExpression - Interface in org.tmatesoft.sqljet.core.schema
The BETWEEN operator.
ISqlJetBinaryExpression - Interface in org.tmatesoft.sqljet.core.schema
Binary expression.
ISqlJetBinaryExpression.Operation - Enum in org.tmatesoft.sqljet.core.schema
Operation which combine expressions in binary expression ISqlJetBinaryExpression.
ISqlJetBindParameter - Interface in org.tmatesoft.sqljet.core.schema
Parameter binding.
ISqlJetBlobLiteral - Interface in org.tmatesoft.sqljet.core.schema
Blob literal.
ISqlJetBusyHandler - Interface in org.tmatesoft.sqljet.core.table
Busy handler interface.
ISqlJetCaseExpression - Interface in org.tmatesoft.sqljet.core.schema
Case expression.
ISqlJetCastExpression - Interface in org.tmatesoft.sqljet.core.schema
Cast expression.
ISqlJetCollateExpression - Interface in org.tmatesoft.sqljet.core.schema
Collate expression.
ISqlJetColumnCheck - Interface in org.tmatesoft.sqljet.core.schema
Column's check constraint.
ISqlJetColumnCollate - Interface in org.tmatesoft.sqljet.core.schema
Column's collation.
ISqlJetColumnConstraint - Interface in org.tmatesoft.sqljet.core.schema
Column's constraint.
ISqlJetColumnDef - Interface in org.tmatesoft.sqljet.core.schema
Column Definition.
ISqlJetColumnDefault - Interface in org.tmatesoft.sqljet.core.schema
Column's default value.
ISqlJetColumnExpression - Interface in org.tmatesoft.sqljet.core.schema
Column's name expression.
ISqlJetColumnForeignKey - Interface in org.tmatesoft.sqljet.core.schema
Column's foreign key.
ISqlJetColumnNotNull - Interface in org.tmatesoft.sqljet.core.schema
Column's not null constraint.
ISqlJetColumnPrimaryKey - Interface in org.tmatesoft.sqljet.core.schema
Column's primary key constraint.
ISqlJetColumnUnique - Interface in org.tmatesoft.sqljet.core.schema
Column's unique constraint.
ISqlJetCursor - Interface in org.tmatesoft.sqljet.core.table
This class represents table cursor that may be used to browse over records in the table, to modify or delete existing records.
ISqlJetExpression - Interface in org.tmatesoft.sqljet.core.schema
SQL expression.
ISqlJetFloatLiteral - Interface in org.tmatesoft.sqljet.core.schema
Float literal.
ISqlJetForeignKey - Interface in org.tmatesoft.sqljet.core.schema
Table's foreign key constraint.
ISqlJetForeignKeyAction - Interface in org.tmatesoft.sqljet.core.schema
Foreign key's action.
ISqlJetForeignKeyDeferrable - Interface in org.tmatesoft.sqljet.core.schema
Foreign key's "deferred" or "immediate" definition.
ISqlJetForeignKeyMatchAction - Interface in org.tmatesoft.sqljet.core.schema
Foreign key's key match action.
ISqlJetForeignKeyUpdateAction - Interface in org.tmatesoft.sqljet.core.schema
Foreign's key update action.
ISqlJetFunctionExpression - Interface in org.tmatesoft.sqljet.core.schema
Function expression.
ISqlJetFunctionLiteral - Interface in org.tmatesoft.sqljet.core.schema
Function literal.
ISqlJetFunctionLiteral.Function - Enum in org.tmatesoft.sqljet.core.schema
Functions literal function.
ISqlJetIndexDef - Interface in org.tmatesoft.sqljet.core.schema
Index Definition.
ISqlJetIndexedColumn - Interface in org.tmatesoft.sqljet.core.schema
Indexed Column.
ISqlJetInExpression - Interface in org.tmatesoft.sqljet.core.schema
"IN" expression.
ISqlJetInTableExpression - Interface in org.tmatesoft.sqljet.core.schema
"IN" table's expression.
ISqlJetIntegerLiteral - Interface in org.tmatesoft.sqljet.core.schema
Integer literal.
ISqlJetInValuesExpression - Interface in org.tmatesoft.sqljet.core.schema
"IN" values expression.
ISqlJetIsNullExpression - Interface in org.tmatesoft.sqljet.core.schema
"IS NULL" expression.
ISqlJetLiteralValue - Interface in org.tmatesoft.sqljet.core.schema
Literal's value.
ISqlJetMatchExpression - Interface in org.tmatesoft.sqljet.core.schema
"MATCH" expression.
ISqlJetMatchExpression.Operation - Enum in org.tmatesoft.sqljet.core.schema
"MATCH" expression's operation.
ISqlJetMutex - Interface in org.tmatesoft.sqljet.core
Mutex interface.
ISqlJetNullLiteral - Interface in org.tmatesoft.sqljet.core.schema
"NULL" literal.
ISqlJetOptions - Interface in org.tmatesoft.sqljet.core.table
Database options.
ISqlJetRaiseExpression - Interface in org.tmatesoft.sqljet.core.schema
"RAISE" expression.
ISqlJetRaiseExpression.Action - Enum in org.tmatesoft.sqljet.core.schema
"RAISE" expression's action.
ISqlJetRunnableWithLock - Interface in org.tmatesoft.sqljet.core.table
Interface for actions (closures) which will be performed atomically with locking of database mutex.
ISqlJetSchema - Interface in org.tmatesoft.sqljet.core.schema
Database schema interface.
ISqlJetStringLiteral - Interface in org.tmatesoft.sqljet.core.schema
String literal.
ISqlJetTable - Interface in org.tmatesoft.sqljet.core.table
Interface which represents database table.
ISqlJetTableCheck - Interface in org.tmatesoft.sqljet.core.schema
Table's check constraint.
ISqlJetTableConstraint - Interface in org.tmatesoft.sqljet.core.schema
Table's constraint.
ISqlJetTableDef - Interface in org.tmatesoft.sqljet.core.schema
Table Definition.
ISqlJetTableForeignKey - Interface in org.tmatesoft.sqljet.core.schema
Table's foreign key constraint.
ISqlJetTablePrimaryKey - Interface in org.tmatesoft.sqljet.core.schema
Table's primary key constraint.
ISqlJetTableUnique - Interface in org.tmatesoft.sqljet.core.schema
Table's unique constraint.
ISqlJetTransaction - Interface in org.tmatesoft.sqljet.core.table
Interface for actions (closures) which will be performed atomically within transaction.
ISqlJetTypeDef - Interface in org.tmatesoft.sqljet.core.schema
Column's type definition.
ISqlJetUnaryExpression - Interface in org.tmatesoft.sqljet.core.schema
Unary expression.
ISqlJetUnaryExpression.Operation - Enum in org.tmatesoft.sqljet.core.schema
Unary expression's operations.
ISqlJetVirtualTableDef - Interface in org.tmatesoft.sqljet.core.schema
Virtual table schema definition.
isRowIdPrimaryKey() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
Returns true if primary key definition allows rowid to be used as primary key column.
isTemporary() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
True if table was created temporarily.
isUnique() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
isWritable() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Check write access to data base.

L

last() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the last record.
leave() - Method in interface org.tmatesoft.sqljet.core.ISqlJetMutex
Unlocks mutex.
lookup(String, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Open cursor for records which have found by key on index.

N

next() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the next record.

O

open() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Open cursor for all table records.
open() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Opens connection to database.
open(File, boolean) - Static method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Opens connection to data base.
order(String) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Open cursors which sorts table by index.
org.tmatesoft.sqljet.core - package org.tmatesoft.sqljet.core
SQLJet's common interfaces and classes.
org.tmatesoft.sqljet.core.schema - package org.tmatesoft.sqljet.core.schema
SQLJet's API for SQL syntax.
org.tmatesoft.sqljet.core.table - package org.tmatesoft.sqljet.core.table
SQLJet's API for access to data tables.

P

pragma(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Executes pragma statement.
previous() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the previous record.

R

refreshSchema() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Refresh database schema.
reverse() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns cursor with the order reversed.
rollback() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Rollback transaction.
run(SqlJetDb) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTransaction
 
runReadTransaction(ISqlJetTransaction) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Run read-only transaction.
runTransaction(ISqlJetTransaction, SqlJetTransactionMode) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Run transaction.
runTransaction(ISqlJetTransaction, SqlJetTransactionMode) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Deprecated. use SqlJetDb.runTransaction(ISqlJetTransaction, SqlJetTransactionMode)
runWithLock(SqlJetDb) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetRunnableWithLock
 
runWithLock(ISqlJetRunnableWithLock) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Do some actions with locking database's internal threads synchronization mutex.
runWriteTransaction(ISqlJetTransaction) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Run modifications in write transaction.

S

scope(String, Object[], Object[]) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Open cursor which restricts table to some scope of index values.
setAutovacuum(boolean) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set autovacuum flag.
setBusyHandler(ISqlJetBusyHandler) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Set busy handler.
setCacheSize(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set page cache's size.
setCacheSize(int) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Set cache size (in count of pages).
setCancel(boolean) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Allow cancel urgently busy retries.
setEncoding(SqlJetEncoding) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set encoding.
setFileFormat(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set file format.
setIncrementalVacuum(boolean) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set incremental vacuum flag.
setLegacyFileFormat(boolean) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Instructs SQLJet to use legacy file format for all new databases.
setLimit(long) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Sets limit for this cursor.
setPage(int) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
setRetries(int) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Sets number of attempts to make to lock database.
setRowId(long) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
setSchemaVersion(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set schema version.
setSleep(int) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Sets sleep time interval in milliseconds between retries to lock database.
setUserVersion(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set user's cookie.
SQLJET_BUSY_RETRIES_PROPERTY - Static variable in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Name of system property which defines retries count by default.
SQLJET_BUSY_SLEEP_PROPERTY - Static variable in class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Name of system property which defines time wait by default.
SQLJET_DEFAULT_ENCODING - Static variable in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Default encoding.
SQLJET_DEFAULT_ENCODING_PROPERTY - Static variable in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Name of system property for default encoding.
SQLJET_DEFAULT_FILE_FORMAT - Static variable in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Default file format.
SQLJET_DEFAULT_FILE_FORMAT_PROPERTY - Static variable in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Name of system property for default file format.
SQLJET_LEGACY_FILE_FORMAT - Static variable in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Legacy file format support.
SQLJET_LEGACY_FILE_FORMAT_PROPERTY - Static variable in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Name of system property for legacy file format support.
SQLJET_LOG_BTREE - Static variable in class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Activates logging of b-tree operations.
SQLJET_LOG_FILES - Static variable in class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Activates logging of files operations.
SQLJET_LOG_FILES_PERFORMANCE - Static variable in class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Activates logging of files operations performance.
SQLJET_LOG_PAGER - Static variable in class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Activates logging of pager operations.
SQLJET_LOG_SIGNED - Static variable in class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Activates logging of signed values in operations with unsigned types.
SQLJET_LOG_STACKTRACE - Static variable in class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Activates logging of stack trace at each logging invocation.
SqlJetConflictAction - Enum in org.tmatesoft.sqljet.core.schema
"ON CONFLICT" action.
SqlJetDb - Class in org.tmatesoft.sqljet.core.table
Connection to database.
SqlJetDb(File, boolean) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetDb
Creates connection to database but not open it.
SqlJetDefaultBusyHandler - Class in org.tmatesoft.sqljet.core.table
Implementation of SQLJet busy handlers.
SqlJetDefaultBusyHandler() - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Creates busy handler with default parameters.
SqlJetDefaultBusyHandler(int, int) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetDefaultBusyHandler
Creates busy handler with custom parameters.
SqlJetEncoding - Enum in org.tmatesoft.sqljet.core
These constant define integer codes that represent the various text encodings supported by SQLite.
SqlJetError - Error in org.tmatesoft.sqljet.core
SQLJet's runtime error.
SqlJetError(String) - Constructor for error org.tmatesoft.sqljet.core.SqlJetError
Create error with message.
SqlJetError(Throwable) - Constructor for error org.tmatesoft.sqljet.core.SqlJetError
Create error caused by some reason.
SqlJetError(String, Throwable) - Constructor for error org.tmatesoft.sqljet.core.SqlJetError
Create error with message and caused by reason.
SqlJetErrorCode - Enum in org.tmatesoft.sqljet.core
SqlJet error codes.
SqlJetException - Exception in org.tmatesoft.sqljet.core
SqlJet exception wraps error code SqlJetErrorCode
SqlJetException(SqlJetErrorCode) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with given error code.
SqlJetException(SqlJetErrorCode, String) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with given error code and message.
SqlJetException(SqlJetErrorCode, Throwable) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with given error code and reason.
SqlJetException(SqlJetErrorCode, String, Throwable) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with given error code and reason.
SqlJetException(String) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with error code SqlJetErrorCode.MISUSE and given message.
SqlJetException(Throwable) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with error code SqlJetErrorCode.MISUSE and given reason.
SqlJetException(String, Throwable) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetException
Create SqlJet exception with error code SqlJetErrorCode.MISUSE and given message and reason.
SqlJetForeignKeyEvent - Enum in org.tmatesoft.sqljet.core.schema
Foreign key's event.
SqlJetForeignKeyUpdate - Enum in org.tmatesoft.sqljet.core.schema
Foreign key's update.
SqlJetIOErrorCode - Enum in org.tmatesoft.sqljet.core
Extended error codes for SqlJetErrorCode.IOERR
SqlJetIOException - Exception in org.tmatesoft.sqljet.core
Extended exception for SqlJetErrorCode.IOERR
SqlJetIOException(SqlJetIOErrorCode) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetIOException
Create extended exception for IOERR.
SqlJetIOException(SqlJetIOErrorCode, String) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetIOException
 
SqlJetIOException(SqlJetIOErrorCode, Throwable) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetIOException
 
SqlJetIOException(SqlJetIOErrorCode, String, Throwable) - Constructor for exception org.tmatesoft.sqljet.core.SqlJetIOException
 
SqlJetLogDefinitions - Class in org.tmatesoft.sqljet.core
Definitions of properties names for SQLJet logging.
SqlJetLogDefinitions() - Constructor for class org.tmatesoft.sqljet.core.SqlJetLogDefinitions
 
SqlJetSortingOrder - Enum in org.tmatesoft.sqljet.core.schema
Sorting order.
SqlJetTransactionMode - Enum in org.tmatesoft.sqljet.core
Transaction mode.
SqlJetTypeAffinity - Enum in org.tmatesoft.sqljet.core.schema
Type affinity.
SqlJetValueType - Enum in org.tmatesoft.sqljet.core
Fundamental Datatypes.
SqlJetVersion - Class in org.tmatesoft.sqljet.core
SQLJet's version.

T

toSQL() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
toSQL() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTableDef
 
toSQL() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression.Operation
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral.Function
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression.Operation
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression.Action
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression.Operation
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.SqlJetConflictAction
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyEvent
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyUpdate
 
toString() - Method in enum org.tmatesoft.sqljet.core.schema.SqlJetSortingOrder
 
toString() - Method in exception org.tmatesoft.sqljet.core.SqlJetException
 

U

update(Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Updates the current record.
updateByFieldNames(Map<String, Object>) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Updates the current record.
updateByFieldNamesOr(SqlJetConflictAction, Map<String, Object>) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Updates the current record.
updateOr(SqlJetConflictAction, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Updates the current record.
updateWithRowId(long, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Updates rowId and values in the current record.
updateWithRowIdOr(SqlJetConflictAction, long, Object...) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Updates rowId and values in the current record.

V

valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetConflictAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyUpdate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetSortingOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetTypeAffinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.SqlJetEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.SqlJetErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.SqlJetIOErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.SqlJetTransactionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.sqljet.core.SqlJetValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetConflictAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetForeignKeyUpdate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetSortingOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.schema.SqlJetTypeAffinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.SqlJetEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.SqlJetErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.SqlJetIOErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.SqlJetTransactionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.sqljet.core.SqlJetValueType
Returns an array containing the constants of this enum type, in the order they are declared.
verifySchemaVersion(boolean) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Verify schema cookie and return true if it is unchanged by other process.

A B C D E F G H I L N O P R S T U V
SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.