public abstract class BabelfishCallableStatement extends BabelfishPreparedStatement
Constructor | Description |
---|---|
BabelfishCallableStatement() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract Object |
getCreator() |
|
protected abstract Object |
getDelegate() |
|
protected Object |
post_Methods(Method m, 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, String typeName) |
Translation compliant implementation of java.sql.CallableStatement#registerOutParameter(int, int, java.lang.String)
|
protected Object |
translateError(Method m, 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, setURL
addBatch, execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate
protected abstract Object getCreator()
getCreator
in class BabelfishPreparedStatement
protected abstract Object getDelegate()
getDelegate
in class BabelfishPreparedStatement
protected Object translateError(Method m, SQLException ex) throws SQLException
translateError
in class BabelfishPreparedStatement
SQLException
protected Object post_Methods(Method m, Object result)
post_Methods
in class BabelfishPreparedStatement
public void registerOutParameter(int parameterIndex, int sqlType) throws SQLException
parameterIndex
-sqlType
-SQLException
CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException
parameterIndex
-sqlType
-scale
-SQLException
CallableStatement.registerOutParameter(int, int, int)
public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException
parameterIndex
-sqlType
-typeName
-SQLException
CallableStatement.registerOutParameter(int, int, java.lang.String)