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

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

Uses of Result in com.elogico.xbound.jdbc
 

Methods in com.elogico.xbound.jdbc with parameters of type Result
abstract  void SQLManager.executeQuery(Source stm, Result result)
           
 void ResultHandler.handle(java.sql.ResultSet rs, Result res)
          The callback method.
 

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

Classes in com.elogico.xbound.jdbc.dom that implement Result
 class DomResult
          Acts as an holder for a transformation Result.
 

Methods in com.elogico.xbound.jdbc.dom with parameters of type Result
 void DomResultHandler.handle(java.sql.ResultSet rs, Result res)
           
 

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

Methods in com.elogico.xbound.jdbc.impl with parameters of type Result
 void SQLManagerImpl.executeQuery(Source query, Result result)
           
protected  ResultHandler SQLManagerImpl.getResultHandler(Result result)
           Internal method for retrieving the handler configured for the given Result.