Package | Description |
---|---|
org.clazzes.util.aop.jdbc |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
JdbcDAOSupport.performWithPreparedStatement(String sql,
int[] generatedIndices,
JdbcPreparedStatementAction<T> action)
Perform a JDBC action inside a context, where an JDBC statement has been set up
and will be closed in a finally clause.
|
protected <T> T |
JdbcDAOSupport.performWithPreparedStatement(String sql,
int resultSetType,
int resultSetConcurrency,
JdbcPreparedStatementAction<T> action)
Perform a JDBC action inside a context, where an JDBC statement has
been set up and will be closed in a finally clause.
|
protected <T> T |
JdbcDAOSupport.performWithPreparedStatement(String sql,
int autoGeneratedKeys,
JdbcPreparedStatementAction<T> action)
Perform a JDBC action inside a context, where an JDBC statement has been set up
and will be closed in a finally clause.
|
protected <T> T |
JdbcDAOSupport.performWithPreparedStatement(String sql,
JdbcPreparedStatementAction<T> action)
Perform a JDBC action inside a context, where an JDBC statement has
been set up and will be closed in a finally clause.
|
protected <T> T |
JdbcDAOSupport.performWithPreparedStatement(String sql,
String[] generatedColumns,
JdbcPreparedStatementAction<T> action)
Perform a JDBC action inside a context, where an JDBC statement has been set up
and will be closed in a finally clause.
|
Copyright © 2016 Clazzes.org. All rights reserved.