CSQL Data Structures

Here are the data structures with brief descriptions:
AbsSqlConnectionRepresents a database connection to sql engine
AbsSqlStatementHandle to the sql statement
ByteIntRepresents 8 bit integer
ComparisionOpComparision operators supported by the database system
ConditionRepresents the condition part of SQL Query
ConnectionRepresents a database connection
DatabaseManagerInterface for database management operations
DataTypeData Types supported by the database system
DateRepresents Date Data type
DbRetValDatabase Return Value
FieldNameListField name list used to specify composite key while creating index
HashIndexInitInfoRepresents hash index definition used to create index
IndexInitInfoRepresents index definition used to create index
LogicalOpLogical operators supported by the database system
PredicateRepresents a single term in the condition
SqlFactoryFactory class to create appropriate implementation of SQL API
TableHandle to the database table
TableDefRepresents table definition used to create the table
TimeRepresents Time Data type
TimeStampRepresents TimeStamp Data type
UserManagerInterface for user management operations

CSQL Project Page