C D E G H I M N P R S X

C

com.elogico.xbound - package com.elogico.xbound
 
com.elogico.xbound.jdbc - package com.elogico.xbound.jdbc
 
com.elogico.xbound.jdbc.dom - package com.elogico.xbound.jdbc.dom
 
com.elogico.xbound.jdbc.impl - package com.elogico.xbound.jdbc.impl
 
connection - Variable in class com.elogico.xbound.jdbc.SQLManager
The connection to be used.

D

DomResult - Class in com.elogico.xbound.jdbc.dom
Acts as an holder for a transformation Result.
DomResult() - Constructor for class com.elogico.xbound.jdbc.dom.DomResult
Default constructor.
DomResultHandler - Class in com.elogico.xbound.jdbc.dom
Handler for DomResult
DomResultHandler() - Constructor for class com.elogico.xbound.jdbc.dom.DomResultHandler
 

E

executeQuery(Source, Result) - Method in class com.elogico.xbound.jdbc.impl.SQLManagerImpl
 
executeQuery(Source, Result) - Method in class com.elogico.xbound.jdbc.SQLManager
 

G

getConnection() - Method in class com.elogico.xbound.jdbc.SQLManager
 
getNode() - Method in class com.elogico.xbound.jdbc.dom.DomResult
Get the Node in output.
getResultHandler(Result) - Method in class com.elogico.xbound.jdbc.impl.SQLManagerImpl
Internal method for retrieving the handler configured for the given Result.
getSourceHandler(Source) - Method in class com.elogico.xbound.jdbc.impl.SQLManagerImpl
Internal method for retrieving the handler configured for the given Source.
getStatement() - Method in class com.elogico.xbound.jdbc.impl.StatementSource
Get the statement string.
getType() - Method in class com.elogico.xbound.jdbc.impl.StatementParameter
Get the SQL type
getValue() - Method in class com.elogico.xbound.jdbc.impl.StatementParameter
Get the parameter value

H

handle(ResultSet, Result) - Method in class com.elogico.xbound.jdbc.dom.DomResultHandler
 
handle(ResultSet, Result) - Method in interface com.elogico.xbound.jdbc.ResultHandler
The callback method.
HANDLER - Static variable in class com.elogico.xbound.jdbc.dom.DomResult
The handler that treats this Result.
HANDLER - Static variable in class com.elogico.xbound.jdbc.impl.StatementSource
The handler that treats this Source.

I

isNull() - Method in class com.elogico.xbound.jdbc.impl.StatementParameter
Test if value is null
iterator() - Method in class com.elogico.xbound.jdbc.impl.StatementSource
Get an iterator of parameters.

M

ManagerConfigurationException - Exception in com.elogico.xbound.jdbc
Deprecated. the class is replaced by XBoundConfigurationError
ManagerConfigurationException() - Constructor for exception com.elogico.xbound.jdbc.ManagerConfigurationException
Deprecated.  
ManagerConfigurationException(String) - Constructor for exception com.elogico.xbound.jdbc.ManagerConfigurationException
Deprecated.  
ManagerConfigurationException(String, Throwable) - Constructor for exception com.elogico.xbound.jdbc.ManagerConfigurationException
Deprecated.  
ManagerConfigurationException(Throwable) - Constructor for exception com.elogico.xbound.jdbc.ManagerConfigurationException
Deprecated.  

N

NameNotBoundException - Exception in com.elogico.xbound.jdbc
Thrown when a parameter name is not bound in a parameter map.
NameNotBoundException() - Constructor for exception com.elogico.xbound.jdbc.NameNotBoundException
Create a new NameNotBoundException with no detail mesage.
NameNotBoundException(String) - Constructor for exception com.elogico.xbound.jdbc.NameNotBoundException
Create a new NameNotBoundException with the String specified as an error message.
NameNotBoundException(String, Throwable) - Constructor for exception com.elogico.xbound.jdbc.NameNotBoundException
Create a new NameNotBoundException with a given Exception base cause of the error.
NameNotBoundException(Throwable) - Constructor for exception com.elogico.xbound.jdbc.NameNotBoundException
Create a new NameNotBoundException with a given Exception base cause of the error.
newInstance() - Static method in class com.elogico.xbound.jdbc.SQLManager
Obtain a new instance of a SQLManager.

P

prepareStatement(Connection, Source) - Method in class com.elogico.xbound.jdbc.impl.StatementSourceHandler
 
prepareStatement(Connection, Source) - Method in interface com.elogico.xbound.jdbc.SourceHandler
Obtain an instance of java.sql.PreparedStatement from a com.elogico.xbound.jdbc.Source.

R

Result - Interface in com.elogico.xbound.jdbc
An object that implements this interface contains the information needed to build a query result.
ResultHandler - Interface in com.elogico.xbound.jdbc
A ResultHandler handles a java.sql.ResultSet and transform it according to a Result object.
RuntimeConfigurationException - Exception in com.elogico.xbound.jdbc
Deprecated. the class is replaced by XBoundConfigurationError
RuntimeConfigurationException() - Constructor for exception com.elogico.xbound.jdbc.RuntimeConfigurationException
Deprecated.  
RuntimeConfigurationException(String) - Constructor for exception com.elogico.xbound.jdbc.RuntimeConfigurationException
Deprecated.  
RuntimeConfigurationException(String, Throwable) - Constructor for exception com.elogico.xbound.jdbc.RuntimeConfigurationException
Deprecated.  
RuntimeConfigurationException(Throwable) - Constructor for exception com.elogico.xbound.jdbc.RuntimeConfigurationException
Deprecated.  

S

setConnection(Connection) - Method in class com.elogico.xbound.jdbc.SQLManager
 
Source - Interface in com.elogico.xbound.jdbc
An object that implements this interface contains the information needed to build an SQL statement.
SourceHandler - Interface in com.elogico.xbound.jdbc
A SourceHandler handles it's associated Source object in order to generate a callable SQL statement.
SQLManager - Class in com.elogico.xbound.jdbc
An instance of this abstract class can transform an SQL Source into a SQL Result.
SQLManager() - Constructor for class com.elogico.xbound.jdbc.SQLManager
Defalut constructor.
SQLManagerImpl - Class in com.elogico.xbound.jdbc.impl
This class is the default implementation for the abstract class SQLManager.
SQLManagerImpl() - Constructor for class com.elogico.xbound.jdbc.impl.SQLManagerImpl
 
StatementParameter - Class in com.elogico.xbound.jdbc.impl
A class that represents a parameter for SQL statement.
StatementParameter(int, Object) - Constructor for class com.elogico.xbound.jdbc.impl.StatementParameter
Build a new StatementParameter with the SQL type and it's current value.
StatementSource - Class in com.elogico.xbound.jdbc.impl
Acts as an holder for a statement Source
StatementSource(String, List) - Constructor for class com.elogico.xbound.jdbc.impl.StatementSource
Create a new StatementSource with a statement string and a List of parameters.
StatementSource(String) - Constructor for class com.elogico.xbound.jdbc.impl.StatementSource
Create a new StatementSource with a statement string with no parameters.
StatementSource(String, String[], Map) - Constructor for class com.elogico.xbound.jdbc.impl.StatementSource
Create a new StatementSource with a Map of parameters and a list of parameter names (in the required order).
StatementSourceHandler - Class in com.elogico.xbound.jdbc.impl
Handler for StatementSource.
StatementSourceHandler() - Constructor for class com.elogico.xbound.jdbc.impl.StatementSourceHandler
 

X

XBoundConfigurationError - Error in com.elogico.xbound
Thrown when a problem with xbound configuration.
XBoundConfigurationError() - Constructor for error com.elogico.xbound.XBoundConfigurationError
Create a new XBoundConfigurationError with no detail mesage.
XBoundConfigurationError(String) - Constructor for error com.elogico.xbound.XBoundConfigurationError
Create a new XBoundConfigurationError with the String specified as an error message.
XBoundConfigurationError(String, Throwable) - Constructor for error com.elogico.xbound.XBoundConfigurationError
Create a new XBoundConfigurationError with a given Exception base cause of the error.
XBoundConfigurationError(Throwable) - Constructor for error com.elogico.xbound.XBoundConfigurationError
Create a new XBoundConfigurationError with a given Exception base cause of the error.
XBoundException - Exception in com.elogico.xbound
Generic XBound exception
XBoundException() - Constructor for exception com.elogico.xbound.XBoundException
Create a new XBoundException with no detail mesage.
XBoundException(String) - Constructor for exception com.elogico.xbound.XBoundException
Create a new XBoundException with the String specified as an error message.
XBoundException(String, Throwable) - Constructor for exception com.elogico.xbound.XBoundException
Create a new XBoundException with a given Exception base cause of the error.
XBoundException(Throwable) - Constructor for exception com.elogico.xbound.XBoundException
Create a new XBoundException with a given Exception base cause of the error.

C D E G H I M N P R S X