Uses of Class
com.elogico.xbound.XBoundConfigurationError

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

Uses of XBoundConfigurationError in com.elogico.xbound.jdbc
 

Methods in com.elogico.xbound.jdbc that throw XBoundConfigurationError
static SQLManager SQLManager.newInstance()
           Obtain a new instance of a SQLManager.
 

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

Methods in com.elogico.xbound.jdbc.impl that throw XBoundConfigurationError
protected  ResultHandler SQLManagerImpl.getResultHandler(Result result)
           Internal method for retrieving the handler configured for the given Result.
protected  SourceHandler SQLManagerImpl.getSourceHandler(Source result)
           Internal method for retrieving the handler configured for the given Source.