Package org.makumba.db.makumba.sql

The generic SQL-92 implementation of the makumba database layer.

See:
          Description

Interface Summary
TableManager.CheckingStrategy  
 

Class Summary
CloudscapeDatabase the database adapter for PostgreSQL
CloudscapeTableManager  
Database An SQL database, using JDBC.
DbcpDatabase the database adapter for PostgreSQL
DbcpTableManager  
HsqldbDatabase the database adapter for Hsqldb
HsqldbTableManager  
InformixTableManager  
MsqlDatabase The msql particularities of the database
MsqlTableManager  
MsSqlDatabase the database adapter for Microsoft SQL Server
MsSqlTableManager  
MySqlDatabase the database adapter for MySQL Server
MysqlTableManager  
NameResolverHook This is a decorator for NameResolver which makes sure that a table gets opened (i.e. configured and eventually created) on access.
OdbcjetTableManager  
OdbcjetV4TableManager  
OracleDatabase the database adapter for PostgreSQL
OracleTableManager  
ParameterAssigner this class takes parameters passed to an OQL query and transmits them to the corresponding PreparedStatement.
PgsqlDatabase the database adapter for PostgreSQL
PgsqlOldTableManager  
PgsqlTableManager  
QedDatabase the database adapter for PostgreSQL
QedTableManager  
Query SQL implementation of a OQL query
SQLDBConnection  
SQLUpdate  
TableManager  
 

Exception Summary
ReconnectedException this exception is thrown during operation with PreparedStatements when a lost connection is detected and reconection is succesful
 

Package org.makumba.db.makumba.sql Description

The generic SQL-92 implementation of the makumba database layer. SQL dialect specifics should be isolated in sub-packages like: