Package com.servingxml.components.sql

Provides interfaces and classes for obtaining XML content through a SAX 2 ContentHandler.

See:
          Description

Interface Summary
AlternativeSqlStatement  
JdbcConnectionPool The JdbcConnectionPool defines an interface for a factory for creating Connection objects.
JdbcConnectionPoolFactory The JdbcConnectionPool defines an interface for a factory for creating Connection objects.
SqlBatchUpdateOperation  
SqlQuery  
SqlStatement  
SqlUpdateDatabase  
SqlUpdateDatabaseFactory  
 

Class Summary
AbstractSqlStatement  
ChooseSqlStatement  
ChooseSqlStatementFactory  
Column  
CustomJdbcConnectionPoolAssembler The JdbcConnectionPoolAssembler implements an assembler for assembling system JdbcConnectionPool objects.
DbConnection The DbConnection class encapsulates a database connection.
DefaultJdbcConnectionPool The DefaultJdbcConnectionPool implements a JDBC connection pool.
JdbcConnectionPoolAssembler The JdbcConnectionPoolAssembler implements an assembler for assembling system JdbcConnectionPool objects.
MultipleSqlUpdateDatabase  
MultipleSqlUpdateDatabaseFactory  
OtherwiseSqlStatement  
RecordFound  
RecordFoundAssembler The SqlQueryAssembler implements an assembler for assembling system SqlQuery objects.
RecordNotFound  
RecordNotFoundAssembler The SqlQueryAssembler implements an assembler for assembling system SqlQuery objects.
SqlBatchUpdate  
SqlBatchUpdateDetail  
SqlBatchUpdateOperationPrefilter  
SqlBatchWriter  
SqlBatchWriterFactory A SqlBatchWriterFactory instance may be used to obtain objects that implement the RecordWriter interface.
SqlBatchWriterFactoryAssembler  
SqlCommand  
SqlCommandAssembler The SqlCommandAssembler implements an assembler for assembling system SqlCommand objects.
SqlGrep  
SqlGrepFactory A SqlGrepFactory instance may be used to obtain objects that implement the RecordReaderFactory interface.
SqlGrepFactoryAssembler The SqlGrepFactoryAssembler implements an assembler for assembling system ReaderFactory objects.
SqlPrepareAssembler The SqlPrepareAssembler implements an assembler for assembling system SqlStatement objects.
SqlPreparedBatchUpdate  
SqlPreparedStatement  
SqlPreparedStatementFactory The SqlPreparedStatementFactory implements a factory for creating system SqlStatement objects.
SqlPreparedStatementParser The SqlPreparedStatementParser implements a class that does parameter substitution in strings.
SqlPreparedUpdate  
SqlPreparedUpdateFactory  
SqlQueryAssembler The SqlQueryAssembler implements an assembler for assembling system SqlQuery objects.
SqlQueryImpl  
SqlQueryPrefilter  
SqlReader  
SqlReaderFactory A SqlReaderFactory instance may be used to obtain objects that implement the RecordReaderFactory interface.
SqlReaderFactoryAssembler The SqlReaderFactoryAssembler implements an assembler for assembling system ReaderFactory objects.
SqlStatementFactory The SqlStatementFactory implements a factory for creating system SqlStatement objects.
SqlUpdate  
SqlUpdateChoice  
SqlUpdateChoiceFactory  
SqlUpdateChoiceFactoryAssembler The SqlUpdateChoiceFactoryAssembler implements an assembler for assembling system SqlStatement objects.
SqlUpdateDatabaseFactoryPrefilter  
SqlUpdateDatabasePrefilter  
SqlUpdateDetail  
SqlUpdateDetailFactory  
SqlUpdateDetailFactoryAssembler The SqlUpdateDetailFactoryAssembler implements an assembler for assembling system SqlStatement objects.
SqlUpdateFactory  
SqlUpdateFactoryAssembler The SqlUpdateFactoryAssembler implements an assembler for assembling system SqlStatement objects.
SqlWriter  
SqlWriterFactory A SqlWriterFactory instance may be used to obtain objects that implement the RecordWriter interface.
SqlWriterFactoryAssembler  
TextSqlStatement  
WhenSqlStatement  
 

Package com.servingxml.components.sql Description

Provides interfaces and classes for obtaining XML content through a SAX 2 ContentHandler.