Package com.elogico.xbound.jdbc

Interface Summary
Result An object that implements this interface contains the information needed to build a query result.
ResultHandler A ResultHandler handles a java.sql.ResultSet and transform it according to a Result object.
Source An object that implements this interface contains the information needed to build an SQL statement.
SourceHandler A SourceHandler handles it's associated Source object in order to generate a callable SQL statement.
 

Class Summary
SQLManager An instance of this abstract class can transform an SQL Source into a SQL Result.
 

Exception Summary
ManagerConfigurationException Deprecated. the class is replaced by XBoundConfigurationError
NameNotBoundException Thrown when a parameter name is not bound in a parameter map.
RuntimeConfigurationException Deprecated. the class is replaced by XBoundConfigurationError