Uses of Package
com.elogico.xbound.jdbc

Packages that use com.elogico.xbound.jdbc
com.elogico.xbound.jdbc   
com.elogico.xbound.jdbc.dom   
com.elogico.xbound.jdbc.impl   
 

Classes in com.elogico.xbound.jdbc used by com.elogico.xbound.jdbc
Result
          An object that implements this interface contains the information needed to build a query result.
Source
          An object that implements this interface contains the information needed to build an SQL statement.
SQLManager
           An instance of this abstract class can transform an SQL Source into a SQL Result.
 

Classes in com.elogico.xbound.jdbc used by com.elogico.xbound.jdbc.dom
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.
 

Classes in com.elogico.xbound.jdbc used by com.elogico.xbound.jdbc.impl
NameNotBoundException
          Thrown when a parameter name is not bound in a parameter map.
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.
SQLManager
           An instance of this abstract class can transform an SQL Source into a SQL Result.