A C D E F G I J L M N O P Q S T U

A

addScalar(String) - Method in class org.sqlproc.engine.spring.SpringQuery
addScalar(String, Object) - Method in class org.sqlproc.engine.spring.SpringQuery

C

CALL - Static variable in class org.sqlproc.engine.spring.SpringQuery
 
callFunction() - Method in class org.sqlproc.engine.spring.SpringQuery
callList() - Method in class org.sqlproc.engine.spring.SpringQuery
callUnique() - Method in class org.sqlproc.engine.spring.SpringQuery
callUpdate() - Method in class org.sqlproc.engine.spring.SpringQuery
createSqlQuery(String) - Method in class org.sqlproc.engine.spring.SpringSimpleSession

D

doIdentitySelect(String) - Method in class org.sqlproc.engine.spring.SpringQuery
Runs the select to obtain the value of auto-generated identity.

E

executeBatch(String[]) - Method in class org.sqlproc.engine.spring.SpringQuery
executeBatch(String[]) - Method in class org.sqlproc.engine.spring.SpringSimpleSession

F

firstResult - Variable in class org.sqlproc.engine.spring.SpringQuery
The first row to retrieve.

G

getGeneratedKeys(String, Statement) - Method in class org.sqlproc.engine.spring.SpringQuery
Retrieves the value of auto-generated identity from executed prepared statement.
getJdbcTemplate() - Method in class org.sqlproc.engine.spring.SpringSimpleSession
Returns the internal Spring JdbcTemplate instance.
getParameters(CallableStatement, boolean) - Method in class org.sqlproc.engine.spring.SpringQuery
Gets the value of the designated OUT parameters.
getQuery() - Method in class org.sqlproc.engine.spring.SpringQuery
getResults(ResultSet) - Method in class org.sqlproc.engine.spring.SpringQuery
Gets the value of the designated columns as the objects in the Java programming language.
getSqlSession() - Method in class org.sqlproc.engine.spring.SpringSessionFactory

I

identities - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all (auto-generated) identities.
identitySetters - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all identities setters.
identityTypes - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all identities types.
isSetJDBCIdentity() - Method in class org.sqlproc.engine.spring.SpringQuery
 

J

jdbcTemplate - Variable in class org.sqlproc.engine.spring.SpringQuery
The Spring JdbcTemplate, the central class for all Spring database operations.
jdbcTemplate - Variable in class org.sqlproc.engine.spring.SpringSessionFactory
The Spring JdbcTemplate, the central class for all Spring database operations.
jdbcTemplate - Variable in class org.sqlproc.engine.spring.SpringSimpleSession
The Spring JdbcTemplate, the central class for all Spring database operations.

L

list() - Method in class org.sqlproc.engine.spring.SpringQuery
logError - Variable in class org.sqlproc.engine.spring.SpringQuery
The failed SQL command should be logged.
logger - Variable in class org.sqlproc.engine.spring.SpringQuery
The internal slf4j logger.

M

maxResults - Variable in class org.sqlproc.engine.spring.SpringQuery
The maximum number of rows to retrieve.

N

newSqlProcessorException(DataAccessException, String) - Method in class org.sqlproc.engine.spring.SpringQuery
 

O

ordered - Variable in class org.sqlproc.engine.spring.SpringQuery
The SQL output is sorted.
org.sqlproc.engine.spring - package org.sqlproc.engine.spring
The adapters and proxies for the Spring stack.

P

parameterOutValueSetters - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all parameters output value setters.
parameterOutValuesToPickup - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all parameters, which have to be picked-up.
parameterOutValueTypes - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all parameters types for output values.
parameters - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all parameters (input value declarations).
parameterTypes - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all parameters types.
parameterValues - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all parameters values.

Q

queryString - Variable in class org.sqlproc.engine.spring.SpringQuery
The SQL query/statement command.

S

scalars - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all scalars (output values declarations).
scalarTypes - Variable in class org.sqlproc.engine.spring.SpringQuery
The collection of all scalars types.
setFirstResult(int) - Method in class org.sqlproc.engine.spring.SpringQuery
setLimits(PreparedStatement, SqlFromToPlugin.LimitType, int, boolean) - Method in class org.sqlproc.engine.spring.SpringQuery
Sets the limit related parameters.
setLogError(boolean) - Method in class org.sqlproc.engine.spring.SpringQuery
Sets an indicator the failed SQL command should be logged
setMaxResults(int) - Method in class org.sqlproc.engine.spring.SpringQuery
setOrdered(boolean) - Method in class org.sqlproc.engine.spring.SpringQuery
setParameter(String, Object) - Method in class org.sqlproc.engine.spring.SpringQuery
setParameter(String, Object, Object) - Method in class org.sqlproc.engine.spring.SpringQuery
setParameterList(String, Object[]) - Method in class org.sqlproc.engine.spring.SpringQuery
setParameterList(String, Object[], Object) - Method in class org.sqlproc.engine.spring.SpringQuery
setParameters(PreparedStatement, SqlFromToPlugin.LimitType, int) - Method in class org.sqlproc.engine.spring.SpringQuery
Sets the value of the designated parameters.
setTimeout(int) - Method in class org.sqlproc.engine.spring.SpringQuery
SpringEngineFactory - Class in org.sqlproc.engine.spring
The implementation of the SqlEngineFactory optimized for the Spring stack.
SpringEngineFactory() - Constructor for class org.sqlproc.engine.spring.SpringEngineFactory
Creates a new instance with default values for the Spring stack.
SpringQuery - Class in org.sqlproc.engine.spring
The Spring stack implementation of the SQL Engine query contract.
SpringQuery(JdbcTemplate, String) - Constructor for class org.sqlproc.engine.spring.SpringQuery
Creates a new instance of this adapter.
SpringSessionFactory - Class in org.sqlproc.engine.spring
The simple implementation of the factory SqlSessionFactory for the Spring stack.
SpringSessionFactory(JdbcTemplate) - Constructor for class org.sqlproc.engine.spring.SpringSessionFactory
Creates a new instance.
SpringSimpleSession - Class in org.sqlproc.engine.spring
The Spring stack implementation of the SQL Engine session contract.
SpringSimpleSession(JdbcTemplate) - Constructor for class org.sqlproc.engine.spring.SpringSimpleSession
Creates a new instance.

T

timeout - Variable in class org.sqlproc.engine.spring.SpringQuery
A timeout for the underlying query.

U

unique() - Method in class org.sqlproc.engine.spring.SpringQuery
update() - Method in class org.sqlproc.engine.spring.SpringQuery
updateWithGenKeys(PreparedStatementCreator, PreparedStatementSetter, String) - Method in class org.sqlproc.engine.spring.SpringQuery
This is a workaround, as this method is not visible in JdbcTemplate.
updateWithoutGenKeys(PreparedStatementCreator, PreparedStatementSetter) - Method in class org.sqlproc.engine.spring.SpringQuery
This is a workaround, as this method is not visible in JdbcTemplate.

A C D E F G I J L M N O P Q S T U

Copyright © 2013. All Rights Reserved.