Package org.sape.carbon.services.sql

The Carbon SQL service comprises of SqlStatementFactory - The functional interface to the component DefaultStatementFactoryImpl - The default funtional implementation that defines the createPreparedStatement and createCallableStatement methods.

See:
          Description

Interface Summary
StatementConfiguration This configuration holds the definition of a specific SQL statement.
StatementFactory The SqlStatementFactory Interface is implemented by all statement factories.
StatementFactoryConfiguration This configuration maintains the setup of a
 

Class Summary
DefaultStatementFactoryImpl The default implementation for the StatementFactory.
ResultSetConcurrencyEnum This enumeration represents the types of concurrency supported in JDBC connections.
ResultSetTypeEnum This is an enumeration of the supported Result Set types.
 

Exception Summary
ResultSetConcurrencyEnum.ResultSetConcurrencyEnumNotFoundException This class is a typesafe retriever excepection for an enumeration
ResultSetTypeEnum.ResultSetTypeEnumNotFoundException This class is a typesafe retriever excepection for an enumeration
StatementFactoryException This exception denotes a failure in the creation and preperation of a statement from a StatementFactory service.
StatementNotConfiguredException This exception denotes a failure to find the configuration for a named statement on the specified statement factory.
 

Package org.sape.carbon.services.sql Description

The Carbon SQL service comprises of



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.