Package com.ora.jsp.sql

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.
 

Exception Summary
NoSuchColumnException This exception is thrown when trying to get a column from a Row using an invalid index or name.
UnsupportedConversionException This exception is thrown when trying to call a get method on an instance of a Value subclass with a return type that's not supported for the data type represented by the subclass.
UnsupportedTypeException This exception is thrown when trying to create an instance of Row from a ResultSet with a column of a type that is not supported, e.g.