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

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.engine.SqlJetEngine
Begin transaction.
btree - Variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 

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
 
call(int) - Method in class org.tmatesoft.sqljet.core.table.SqlJetTimeoutBusyHandler
 
changeSchemaVersion() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Change SchemaCookie.
checkOpen() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
clear() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Clear table.
close() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapCursor
 
close() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndexCursor
 
close() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTableCursor
 
close() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Close connection to database.
close() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Closes the cursor.
closeResources() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
closeResources() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
commit() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Commits transaction.
createIndex(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Create index from SQL clause.
createMap(String) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
createTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Create table from SQL clause.
createTrigger(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Creates trigger from SQL clause.
createView(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Creates view from SQL clause.
createVirtualTable(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Creates virtual table from SQL clause.

D

dbHandle - Variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
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.
dropTrigger(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Drop trigger.
dropView(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Drop view.

E

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

F

file - Variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
FILE_SYSTEM_MANAGER - Static variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
fileSystem - Variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
finalize() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
first() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIterator
Goes to the first record.
first() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the first record.

G

get(Object[]) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMap
 
get(Object[]) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndex
 
get(long) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTable
 
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.
getBuildNumberString() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SQLJet's build number as String.
getBusyHandler() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Get busy handler.
getCacheSize() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Get cache size (in count of pages).
getCacheSize() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Size of the page cache.
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.
getCursor() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMap
 
getCursor() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndex
 
getCursor() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTable
 
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.engine.SqlJetEngine
 
getFileFormat() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
File format of schema layer.
getFileSystem() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
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() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnDef
 
getIndex(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get index definition by name.
getIndexDef() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapDef
 
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
 
getJournalMode() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Get jounrnal mode
getKey() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapCursor
 
getKey() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndexCursor
 
getKey() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTableCursor
 
getLeftBound() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope
 
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.
getMap(String) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
getMapDef(String) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
getMapIndex() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMap
 
getMapIndex() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapCursor
 
getMapName() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapDef
 
getMapNames() - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
getMapTable() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMap
 
getMapTable() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapCursor
 
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.engine.SqlJetEngine
Retruns 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.
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetTriggerDef
 
getName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetViewDef
 
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.engine.SqlJetEngine
Returns database options.
getPage() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexDef
 
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.
getRightBound() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope
 
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.
getRowValues() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns all field values of current row.
getSafetyLevel() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Get safety level
getSchema() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Get database schema.
getSchemaInternal() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
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.
getTableColumn() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetIndexedColumn
 
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.ISqlJetTriggerDef
 
getTableName() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetVirtualTableDef
 
getTableNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get tables names.
getTemporaryDatabase() - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
getTemporaryDatabase(boolean) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Opens temporary on-disk database which life span is less or equal to that of this object.
getTransactionMode() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
getTrigger(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get trigger definition by name.
getTriggerNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
 
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.map.ISqlJetMapCursor
 
getValue() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndexCursor
 
getValue() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTableCursor
 
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.
getValue() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
 
getValues() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetCaseExpression
 
getValues() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetInValuesExpression
 
getVersionQualifier() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SQLJet's version qualifier.
getVersionString() - Static method in class org.tmatesoft.sqljet.core.SqlJetVersion
Get SqlJet version as a String.
getView(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
Get view definition by name.
getViewNames() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
 
getVirtualTable(String) - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetSchema
 
getVirtualTableDef() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapDef
 
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.
goToKey(Object[]) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapCursor
 
goToKey(Object[]) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndexCursor
 
goToKey(long) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTableCursor
 
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.map.SqlJetMapDb
File name for in memory database.
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
 
isInclusive() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
 
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.engine.SqlJetEngine
Returns 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.engine.SqlJetEngine
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.
ISqlJetEngineSynchronized - Interface in org.tmatesoft.sqljet.core.table.engine
Interface for actions (closures) which will be performed atomically with locking of database mutex.
ISqlJetEngineTransaction - Interface in org.tmatesoft.sqljet.core.table.engine
Interface for actions (closures) which will be performed atomically within transaction.
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.
ISqlJetMap - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapCursor - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapDef - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapIndex - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapIndexCursor - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapIterator - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapTable - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapTableCursor - Interface in org.tmatesoft.sqljet.core.map
 
ISqlJetMapTransaction - Interface in org.tmatesoft.sqljet.core.map
 
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.
ISqlJetTriggerDef - Interface in org.tmatesoft.sqljet.core.schema
Trigger Definition.
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.
ISqlJetViewDef - Interface in org.tmatesoft.sqljet.core.schema
View Definition.
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.engine.SqlJetEngine
Check write access to data base.

L

last() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIterator
Goes to the last record.
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.

M

MODULE_NAME - Static variable in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 

N

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

O

open(File, boolean) - Static method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
open - Variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
open() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Opens connection to database.
open() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTable
Open cursor for all table records.
open(File, boolean) - Static method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Opens connection to data base.
open(File, boolean, ISqlJetFileSystem) - Static method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
open(File, boolean, String) - Static method in class org.tmatesoft.sqljet.core.table.SqlJetDb
 
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.map - package org.tmatesoft.sqljet.core.map
 
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.
org.tmatesoft.sqljet.core.table.engine - package org.tmatesoft.sqljet.core.table.engine
 

P

pragma(String) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Executes pragma statement.
previous() - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIterator
Goes to the previous record.
previous() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Goes to the previous record.
put(Object[], Object[]) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMap
 
put(Object[], Object[]) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapCursor
 
put(Object[], Long) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndex
 
put(Object[], Long) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndexCursor
 
put(long, Object...) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTable
 
put(long, Object...) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTableCursor
 

R

readSchema() - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
readSchema() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Reads database schema and options.
refreshSchema() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Refreshes database schema.
registerFileSystem(ISqlJetFileSystem, boolean) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
reverse() - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetCursor
Returns cursor with the order reversed.
reverse() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope
 
rollback() - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Rolls back transaction.
run(SqlJetMapDb) - Method in interface org.tmatesoft.sqljet.core.map.ISqlJetMapTransaction
 
run(SqlJetEngine) - Method in interface org.tmatesoft.sqljet.core.table.engine.ISqlJetEngineTransaction
 
run(SqlJetDb) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetTransaction
 
runEngineTransaction(ISqlJetEngineTransaction, SqlJetTransactionMode) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Runs transaction.
runReadTransaction(ISqlJetMapTransaction) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
runReadTransaction(ISqlJetTransaction) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Run read-only transaction.
runSynchronized(ISqlJetMapTransaction) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
runSynchronized(SqlJetEngine) - Method in interface org.tmatesoft.sqljet.core.table.engine.ISqlJetEngineSynchronized
 
runSynchronized(ISqlJetEngineSynchronized) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
runTransaction(SqlJetTransactionMode, ISqlJetMapTransaction) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
runTransaction(ISqlJetTransaction, SqlJetTransactionMode) - Method in class org.tmatesoft.sqljet.core.table.SqlJetDb
Run transaction.
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(ISqlJetMapTransaction) - Method in class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
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.
scope(String, SqlJetScope) - 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.engine.SqlJetEngine
Set busy handler.
setCacheSize(int) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Set cache size (in count of pages).
setCacheSize(int) - Method in interface org.tmatesoft.sqljet.core.table.ISqlJetOptions
Set page cache's size.
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.
setJournalMode(SqlJetPagerJournalMode) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Set journal mode
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
 
setSafetyLevel(SqlJetSafetyLevel) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
Set safety level
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.
SqlJetDb(File, boolean, ISqlJetFileSystem) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetDb
 
SqlJetDb(File, boolean, String) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetDb
 
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.
SqlJetEngine - Class in org.tmatesoft.sqljet.core.table.engine
 
SqlJetEngine(File, boolean) - Constructor for class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
SqlJetEngine(File, boolean, ISqlJetFileSystem) - Constructor for class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
SqlJetEngine(File, boolean, String) - Constructor for class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
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
 
SqlJetMapDb - Class in org.tmatesoft.sqljet.core.map
 
SqlJetMapDb(File, boolean) - Constructor for class org.tmatesoft.sqljet.core.map.SqlJetMapDb
 
SqlJetScope - Class in org.tmatesoft.sqljet.core.table
Objects of these class describes bounded scope.
SqlJetScope(Object[], Object[]) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetScope
 
SqlJetScope(Object[], boolean, Object[], boolean) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetScope
 
SqlJetScope(SqlJetScope.SqlJetScopeBound, SqlJetScope.SqlJetScopeBound) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetScope
 
SqlJetScope.SqlJetScopeBound - Class in org.tmatesoft.sqljet.core.table
 
SqlJetScope.SqlJetScopeBound(Object[]) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
 
SqlJetScope.SqlJetScopeBound(Object[], boolean) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
 
SqlJetSortingOrder - Enum in org.tmatesoft.sqljet.core.schema
Sorting order.
SqlJetTimeoutBusyHandler - Class in org.tmatesoft.sqljet.core.table
 
SqlJetTimeoutBusyHandler(int) - Constructor for class org.tmatesoft.sqljet.core.table.SqlJetTimeoutBusyHandler
 
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.ISqlJetTriggerDef
 
toSQL() - Method in interface org.tmatesoft.sqljet.core.schema.ISqlJetViewDef
 
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
 
toString() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
 
toString() - Method in class org.tmatesoft.sqljet.core.table.SqlJetScope
 

U

unregisterFileSystem(ISqlJetFileSystem) - Method in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 
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.

W

writable - Variable in class org.tmatesoft.sqljet.core.table.engine.SqlJetEngine
 

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