Class Summary |
Column |
This class represents a column in a row returned by a SQL query. |
ConnectionPool |
This class implements a connection pool. |
ConnectionWrapper |
This class is a wrapper around a Connection, overriding the
close method to just inform the DataSourceWrapper that it's available
for reuse again, and the isClosed method to return the state
of the wrapper instead of the Connection. |
DataSourceWrapper |
This class is a wrapper implementing the JDBC 2.0 SE DataSource
interface, used to make the ConnectionPool class look like
a JDBC 2.0 DataSource. |
Row |
This class represents a Row in a database query result. |
SQLCommandBean |
This class is a bean for executing SQL statements. |
Value |
This class represents a value used by the SQL tags. |