Uses of Class
com.elogico.xbound.XBoundException

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

Uses of XBoundException in com.elogico.xbound.jdbc
 

Subclasses of XBoundException in com.elogico.xbound.jdbc
 class ManagerConfigurationException
          Deprecated. the class is replaced by XBoundConfigurationError
 

Methods in com.elogico.xbound.jdbc that throw XBoundException
abstract  void SQLManager.executeQuery(Source stm, Result result)
           
 void ResultHandler.handle(java.sql.ResultSet rs, Result res)
          The callback method.
 java.sql.PreparedStatement SourceHandler.prepareStatement(java.sql.Connection conn, Source stm)
          Obtain an instance of java.sql.PreparedStatement from a com.elogico.xbound.jdbc.Source.
 

Uses of XBoundException in com.elogico.xbound.jdbc.dom
 

Methods in com.elogico.xbound.jdbc.dom that throw XBoundException
 void DomResultHandler.handle(java.sql.ResultSet rs, Result res)
           
 

Uses of XBoundException in com.elogico.xbound.jdbc.impl
 

Methods in com.elogico.xbound.jdbc.impl that throw XBoundException
 void SQLManagerImpl.executeQuery(Source query, Result result)
           
 java.sql.PreparedStatement StatementSourceHandler.prepareStatement(java.sql.Connection conn, Source stm)