public abstract class BabelfishCallableStatement extends BabelfishPreparedStatement
| Constructor and Description |
|---|
BabelfishCallableStatement() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
getCreator() |
protected abstract java.lang.Object |
getDelegate() |
protected java.lang.Object |
post_Methods(java.lang.reflect.Method m,
java.lang.Object result)
Post interceptor.
|
void |
registerOutParameter(int parameterIndex,
int sqlType)
Translation compliant implementation of java.sql.CallableStatement#registerOutParameter(int, int)
|
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale)
Translation compliant implementation of java.sql.CallableStatement#registerOutParameter(int, int, int)
|
void |
registerOutParameter(int parameterIndex,
int sqlType,
java.lang.String typeName)
Translation compliant implementation of java.sql.CallableStatement#registerOutParameter(int, int, java.lang.String)
|
protected java.lang.Object |
translateError(java.lang.reflect.Method m,
java.sql.SQLException ex)
Interceptor for translation of errors.
|
proxify, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdateprotected abstract java.lang.Object getCreator()
getCreator in class BabelfishPreparedStatementprotected abstract java.lang.Object getDelegate()
getDelegate in class BabelfishPreparedStatementprotected java.lang.Object translateError(java.lang.reflect.Method m,
java.sql.SQLException ex)
throws java.sql.SQLException
translateError in class BabelfishPreparedStatementjava.sql.SQLExceptionprotected java.lang.Object post_Methods(java.lang.reflect.Method m,
java.lang.Object result)
post_Methods in class BabelfishPreparedStatementpublic void registerOutParameter(int parameterIndex,
int sqlType)
throws java.sql.SQLException
parameterIndex - sqlType - java.sql.SQLExceptionCallableStatement.registerOutParameter(int, int)public void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws java.sql.SQLException
parameterIndex - sqlType - scale - java.sql.SQLExceptionCallableStatement.registerOutParameter(int, int, int)public void registerOutParameter(int parameterIndex,
int sqlType,
java.lang.String typeName)
throws java.sql.SQLException
parameterIndex - sqlType - typeName - java.sql.SQLExceptionCallableStatement.registerOutParameter(int, int, java.lang.String)