Package org.tmatesoft.sqljet.core.internal
-
Interface Summary Interface Description ISqlJetBackend Each database file to be accessed by the system is an instance of the following structure.ISqlJetBtree A Btree handle A database connection contains a pointer to an instance of this object for every database file that it has open.ISqlJetBtreeCursor ISqlJetCallback ISqlJetCollSeq ISqlJetConfig ISqlJetDbHandle ISqlJetFile OS Interface Open File Handle.ISqlJetFileSystem File System Interface.ISqlJetFileSystemsManager The list of all registeredISqlJetFileSystemimplementations.ISqlJetFuncDef Each SQL function is defined by an instance of the following structure.ISqlJetKeyInfo ISqlJetLimits This file defines various limits of what SqlJet can process.ISqlJetMemoryBuffer Represents SQLJet's operations with memory.ISqlJetMemoryManager Default implementation of SQLJet's memory manager.ISqlJetMemoryPointer ISqlJetPage ISqlJetPageCache The page cache subsystemISqlJetPageCallback ISqlJetPager The pages cache subsystem reads and writes a file a page at a time and provides a journal for rollback.ISqlJetReleasable ISqlJetRowSet ISqlJetUnpackedRecord An instance of the following structure holds information about a single index record that has already been parsed out into individual values.ISqlJetVdbeMem -
Class Summary Class Description SqlJetCloneable SqlJetUtility -
Enum Summary Enum Description SqlJetAutoVacuumMode SqlJetBtreeFlags The flags parameter to sqlite3BtreeOpen can be the bitwise or of the following values.SqlJetBtreeTableCreateFlags The flags parameter to sqlite3BtreeCreateTable can be the bitwise OR of the following flags:SqlJetDbFlags Possible values for the sqlite.flags and or Db.flags fields.SqlJetDeviceCharacteristics Device Characteristics The deviceCapabilities method of theISqlJetFileobject returns an set of the thesevalues expressing I/O characteristics of the mass storage device that holds the file that theISqlJetFilerefers to.SqlJetFileAccesPermission Flags for theISqlJetFileSystem.access(java.io.File, SqlJetFileAccesPermission)method.SqlJetFileOpenPermission Flags For File Open Operations.SqlJetFileType SqlJetFuncDefFlags Possible values for FuncDef.flagsSqlJetLockType Transaction locks types.SqlJetMemoryBufferType Types of buffers implementation.SqlJetPageFlags Bit values forSqlJetPage.flagsSqlJetPagerFlags Allowed values for the flags parameter toISqlJetPager#open().SqlJetPagerJournalMode Valid values for the second argument toISqlJetPager#setJournalMode().SqlJetPagerLockingMode Valid values for the second argument toISqlJetPager#setLockingMode().SqlJetSafetyLevel Valuest to adjust the robustness of the database to damage due to OS crashes or power failures by changing the number of syncs()s when writing the rollback journal.SqlJetSavepointOperation The following are used as the second parameter to savepoint(), and as the P1 argument to the OP_Savepoint instruction.SqlJetSyncFlags Synchronization Type Flags When SQLite invokes the xSync() method of an [sqlite3_io_methods] object it uses a combination of these integer values as the second argument.SqlJetTransactionState SqlJetUnpackedRecordFlags
DataMelt 3.0 © DataMelt by jWork.ORG