Package sky.engine.connector.database

Database connection polling and wrappers for JDBC connections and resultset.

See:
          Description

Interface Summary
DBRow Once a select query is executed against a back-end relational database, results are returned as DBRow objects.
 

Class Summary
DBCachedRow A row from the result set obtained after executing an SQL query.
DBConnection DBConnection is used by forms to query and update back-end relational database.
DBDirectRow A row from the ResultSet obtained by executing an SQL query.
DBPool DBPool maintains and recycles open connections to the back-end database.
DBRowIterator DBRowIterator is an interface over JDBC ResultSet and ResultSetMetaData classes which has the ability to iterate over the rows in the result set, fetch, modify, or delete data in the current row.
 

Package sky.engine.connector.database Description

Database connection polling and wrappers for JDBC connections and resultset.