Package com.codestudio.sql

Class Summary
PoolMan The PoolMan class is the core Driver implementation.
PoolManCallableStatement A CallableStatement that is aware of its Connection and resources.
PoolManConnection A connection object that has a time value, so it knows how long it has to live, and it knows its pool, so it will automatically return to its pool if it isn't explicitly returned.
PoolManConnectionHandle Caller-side Connection object.
PoolManDataSource  
PoolManPreparedStatement A PreparedStatement that is aware of its Connection and resources.
PoolManResultSet This JDBC 2.0 ResultSet implementation transforms underlying ResultSets so they can support more advanced JDBC 2.0 features (scrolling, updates, etc.).
PoolManResultSetMetaData PoolManResultSetMetaData takes a copy of a java.sql.ResultSetMetaData for later usage.
PoolManStatement A SQL Statement that is aware of its Connection and resources.
Result A helper class that indexes a particular element in a ResultSet row.
ResultSetAdapter A data structure that conforms to ResultSet semantics used to bridge the old SQLUtil Hashtable[] approach and the new PoolManResultSet approach.
 



Copyright © 1999-2001 The Code Studio. All Rights Reserved.