Uses of Interface
com.elogico.xbound.jdbc.Source

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

Uses of Source in com.elogico.xbound.jdbc
 

Methods in com.elogico.xbound.jdbc with parameters of type Source
abstract  void SQLManager.executeQuery(Source stm, Result result)
           
 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 Source in com.elogico.xbound.jdbc.impl
 

Classes in com.elogico.xbound.jdbc.impl that implement Source
 class StatementSource
          Acts as an holder for a statement Source
 

Methods in com.elogico.xbound.jdbc.impl with parameters of type Source
 void SQLManagerImpl.executeQuery(Source query, Result result)
           
protected  SourceHandler SQLManagerImpl.getSourceHandler(Source result)
           Internal method for retrieving the handler configured for the given Source.
 java.sql.PreparedStatement StatementSourceHandler.prepareStatement(java.sql.Connection conn, Source stm)