public class LoggableCallableStatementFactory extends BaseLoggableFactory<java.sql.CallableStatement>
builder, getQueryStringMethod, proxetta, sqlTemplateField, targetClass, wrappedStatement| Constructor and Description |
|---|
LoggableCallableStatementFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.CallableStatement |
prepareCall(java.sql.Connection connection,
java.lang.String sql,
int type,
int concurrencyType) |
java.sql.CallableStatement |
prepareCall(java.sql.Connection connection,
java.lang.String sql,
int type,
int concurrencyType,
int holdability) |
getQueryString, wrappublic java.sql.CallableStatement prepareCall(java.sql.Connection connection,
java.lang.String sql,
int type,
int concurrencyType,
int holdability)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.CallableStatement prepareCall(java.sql.Connection connection,
java.lang.String sql,
int type,
int concurrencyType)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2003-present Jodd Team