Uses of Package
org.cruxframework.crux.core.client.db

Packages that use org.cruxframework.crux.core.client.db
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
org.cruxframework.crux.core.client.db.annotation   
 

Classes in org.cruxframework.crux.core.client.db used by org.cruxframework.crux.core.client.db
AbstractDatabase
          CRUX INTERNAL CLASS.
AbstractObjectStore
          CRUX INTERNAL CLASS.
Callback
          Define a callback for database operations.
Cursor
          Represents a Cursor into Crux Database.
Cursor.CursorDirection
          Direction for the cursor.
Database
           A Crux client database.
DatabaseCallback
          Database operations callback.
DatabaseCountCallback
          Database cursor operations callback.
DatabaseCursorCallback
          Database cursor operations callback.
DatabaseDeleteCallback
          Database delete operation callback.
DatabaseErrorHandler
          Handle all database errors, when no error function is specified on database callback operation.
DatabaseException
          Represents an error on Crux Database.
DatabaseRetrieveCallback
          Database retrieve operation callback.
DatabaseWriteCallback
          Database write operation callback.
DBMessages
          Resource messages used on Crux database system.
DBObject
          CRUX INTERNAL CLASS.
FileCursor
          Represents a cursor of files stored into the database.
FileStore
          A Store for files on Crux Database.
FileStoreCursorCallback
          Database cursor operations callback.
IDXAbstractDatabase
          CRUX INTERNAL CLASS.
IDXCursor
          CRUX INTERNAL CLASS.
Index
          Represents an index into this database.
KeyRange
          Specify a range of Keys.
KeyRangeFactory
          A factory for KeyRange objects
ObjectStore
          Represents an ObjectStore on Crux Database.
Transaction
          A transaction on Crux Database, To create transactions, use one of Database's getTransaction() method.
Transaction.Mode
          Transaction mode.
Transaction.TransactionCallback
          A callback to monitor the current transaction state changes.
WSQLAbstractDatabase
          HTML5 AbstractDatabase based on Web SQL (http://www.w3.org/TR/webdatabase/).
WSQLAbstractObjectStore
           
WSQLAbstractObjectStore.EncodeCallback
           
WSQLKeyRange
          Specify a range of Keys.
WSQLTransaction
          A transaction on Crux Database, To create transactions, use one of Database's getTransaction() method.
WSQLTransaction.RequestOperation
           
 

Classes in org.cruxframework.crux.core.client.db used by org.cruxframework.crux.core.client.db.annotation
DatabaseErrorHandler
          Handle all database errors, when no error function is specified on database callback operation.
 



Copyright © 2014. All rights reserved.