|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementConfiguration | |
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. |
Uses of StatementConfiguration in org.sape.carbon.services.sql |
Methods in org.sape.carbon.services.sql that return StatementConfiguration | |
StatementConfiguration[] |
StatementFactoryConfiguration.getStatement()
Retrieves an array of all the sql query configurations. |
protected StatementConfiguration |
DefaultStatementFactoryImpl.retrieveConfiguration(String queryName,
Class sourceClass)
Looks up a statement configuration based on the name of the configuration. |
Methods in org.sape.carbon.services.sql with parameters of type StatementConfiguration | |
void |
StatementFactoryConfiguration.setStatement(StatementConfiguration[] statement)
Sets an array of all the sql query configurations. |
protected PreparedStatement |
DefaultStatementFactoryImpl.buildPreparedStatement(StatementConfiguration statementConfig,
Connection connection)
Builds a prepared statement for the given configuration with the connection given. |
protected CallableStatement |
DefaultStatementFactoryImpl.buildCallableStatement(StatementConfiguration statementConfig,
Connection connection)
Builds a callable statement for the given configuration with the connection given. |
protected Statement |
DefaultStatementFactoryImpl.configureStatement(Statement statement,
StatementConfiguration sqlStatement)
Configure the statement based on the configuration specified in the sqlStatement or using the default values. |
protected String |
DefaultStatementFactoryImpl.buildDebugMessage(StatementConfiguration statementConfig)
Builds a debug message containg the configuration status of the supplied configured statement. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |