public interface CallableStatement extends PreparedStatement
Modifier and Type | Method and Description |
---|---|
Array |
getArray(int i) |
BigDecimal |
getBigDecimal(int parameterIndex) |
BigDecimal |
getBigDecimal(int parameterIndex,
int scale) |
Blob |
getBlob(int i) |
boolean |
getBoolean(int parameterIndex) |
byte |
getByte(int parameterIndex) |
byte[] |
getBytes(int parameterIndex) |
Clob |
getClob(int i) |
Date |
getDate(int parameterIndex) |
Date |
getDate(int parameterIndex,
Calendar cal) |
double |
getDouble(int parameterIndex) |
float |
getFloat(int parameterIndex) |
int |
getInt(int parameterIndex) |
long |
getLong(int parameterIndex) |
Object |
getObject(int parameterIndex) |
Object |
getObject(int i,
Map map) |
Ref |
getRef(int i) |
short |
getShort(int parameterIndex) |
String |
getString(int parameterIndex) |
Time |
getTime(int parameterIndex) |
Time |
getTime(int parameterIndex,
Calendar cal) |
Timestamp |
getTimestamp(int parameterIndex) |
Timestamp |
getTimestamp(int parameterIndex,
Calendar cal) |
void |
registerOutParameter(int parameterIndex,
int sqlType) |
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale) |
void |
registerOutParameter(int paramIndex,
int sqlType,
String typeName) |
boolean |
wasNull() |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream
addBatch, cancel, clearBatch, clearWarnings, close, execute, executeBatch, executeQuery, executeUpdate, getConnection, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
Array getArray(int i) throws SQLException
SQLException
BigDecimal getBigDecimal(int parameterIndex) throws SQLException
SQLException
BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
SQLException
Blob getBlob(int i) throws SQLException
SQLException
boolean getBoolean(int parameterIndex) throws SQLException
SQLException
byte getByte(int parameterIndex) throws SQLException
SQLException
byte[] getBytes(int parameterIndex) throws SQLException
SQLException
Clob getClob(int i) throws SQLException
SQLException
Date getDate(int parameterIndex) throws SQLException
SQLException
Date getDate(int parameterIndex, Calendar cal) throws SQLException
SQLException
double getDouble(int parameterIndex) throws SQLException
SQLException
float getFloat(int parameterIndex) throws SQLException
SQLException
int getInt(int parameterIndex) throws SQLException
SQLException
long getLong(int parameterIndex) throws SQLException
SQLException
Object getObject(int parameterIndex) throws SQLException
SQLException
Object getObject(int i, Map map) throws SQLException
SQLException
Ref getRef(int i) throws SQLException
SQLException
short getShort(int parameterIndex) throws SQLException
SQLException
String getString(int parameterIndex) throws SQLException
SQLException
Time getTime(int parameterIndex) throws SQLException
SQLException
Time getTime(int parameterIndex, Calendar cal) throws SQLException
SQLException
Timestamp getTimestamp(int parameterIndex) throws SQLException
SQLException
Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
SQLException
void registerOutParameter(int parameterIndex, int sqlType) throws SQLException
SQLException
void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException
SQLException
void registerOutParameter(int paramIndex, int sqlType, String typeName) throws SQLException
SQLException
boolean wasNull() throws SQLException
SQLException