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, wrap
public java.sql.CallableStatement prepareCall(java.sql.Connection connection, java.lang.String sql, int type, int concurrencyType, int holdability) throws java.sql.SQLException
java.sql.SQLException
public java.sql.CallableStatement prepareCall(java.sql.Connection connection, java.lang.String sql, int type, int concurrencyType) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2003-present Jodd Team