SQLJet Home

Package org.tmatesoft.sqljet.core.table

SQLJet's API for access to data tables.

See:
          Description

Interface Summary
ISqlJetBusyHandler Busy handler interface.
ISqlJetCursor This class represents table cursor that may be used to browse over records in the table, to modify or delete existing records.
ISqlJetOptions Database options.
ISqlJetRunnableWithLock Interface for actions (closures) which will be performed atomically with locking of database mutex.
ISqlJetTable Interface which represents database table.
ISqlJetTransaction Interface for actions (closures) which will be performed atomically within transaction.
 

Class Summary
SqlJetDb Connection to database.
SqlJetDefaultBusyHandler Implementation of SQLJet busy handlers.
 

Package org.tmatesoft.sqljet.core.table Description

SQLJet's API for access to data tables.


SQLJet Home

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