public interface CallableStatement extends PreparedStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, 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, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
void registerOutParameter(int arg0, int arg1) throws SQLException
SQLException
void registerOutParameter(int arg0, int arg1, int arg2) throws SQLException
SQLException
boolean wasNull() throws SQLException
SQLException
String getString(int arg0) throws SQLException
SQLException
boolean getBoolean(int arg0) throws SQLException
SQLException
byte getByte(int arg0) throws SQLException
SQLException
short getShort(int arg0) throws SQLException
SQLException
int getInt(int arg0) throws SQLException
SQLException
long getLong(int arg0) throws SQLException
SQLException
float getFloat(int arg0) throws SQLException
SQLException
double getDouble(int arg0) throws SQLException
SQLException
BigDecimal getBigDecimal(int arg0, int arg1) throws SQLException
SQLException
byte[] getBytes(int arg0) throws SQLException
SQLException
Date getDate(int arg0) throws SQLException
SQLException
Time getTime(int arg0) throws SQLException
SQLException
Timestamp getTimestamp(int arg0) throws SQLException
SQLException
Object getObject(int arg0) throws SQLException
SQLException
Object getObject(int parameterIndex, Map<String,Class<?>> map) throws SQLException
SQLException
BigDecimal getBigDecimal(int arg0) throws SQLException
SQLException
Ref getRef(int arg0) throws SQLException
SQLException
Blob getBlob(int arg0) throws SQLException
SQLException
Clob getClob(int arg0) throws SQLException
SQLException
Array getArray(int arg0) throws SQLException
SQLException
Date getDate(int arg0, Calendar arg1) throws SQLException
SQLException
Time getTime(int arg0, Calendar arg1) throws SQLException
SQLException
Timestamp getTimestamp(int arg0, Calendar arg1) throws SQLException
SQLException
void registerOutParameter(int arg0, int arg1, String arg2) throws SQLException
SQLException
void registerOutParameter(String arg0, int arg1) throws SQLException
SQLException
void registerOutParameter(String arg0, int arg1, int arg2) throws SQLException
SQLException
void registerOutParameter(String arg0, int arg1, String arg2) throws SQLException
SQLException
URL getURL(int arg0) throws SQLException
SQLException
void setURL(String arg0, URL arg1) throws SQLException
SQLException
void setNull(String arg0, int arg1) throws SQLException
SQLException
void setBoolean(String arg0, boolean arg1) throws SQLException
SQLException
void setByte(String arg0, byte arg1) throws SQLException
SQLException
void setShort(String arg0, short arg1) throws SQLException
SQLException
void setInt(String arg0, int arg1) throws SQLException
SQLException
void setLong(String arg0, long arg1) throws SQLException
SQLException
void setFloat(String arg0, float arg1) throws SQLException
SQLException
void setDouble(String arg0, double arg1) throws SQLException
SQLException
void setBigDecimal(String arg0, BigDecimal arg1) throws SQLException
SQLException
void setString(String arg0, String arg1) throws SQLException
SQLException
void setBytes(String arg0, byte[] arg1) throws SQLException
SQLException
void setDate(String arg0, Date arg1) throws SQLException
SQLException
void setTime(String arg0, Time arg1) throws SQLException
SQLException
void setTimestamp(String arg0, Timestamp arg1) throws SQLException
SQLException
void setAsciiStream(String arg0, InputStream arg1, int arg2) throws SQLException
SQLException
void setBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException
SQLException
void setObject(String arg0, Object arg1, int arg2, int arg3) throws SQLException
SQLException
void setObject(String arg0, Object arg1, int arg2) throws SQLException
SQLException
void setObject(String arg0, Object arg1) throws SQLException
SQLException
void setCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException
SQLException
void setDate(String arg0, Date arg1, Calendar arg2) throws SQLException
SQLException
void setTime(String arg0, Time arg1, Calendar arg2) throws SQLException
SQLException
void setTimestamp(String arg0, Timestamp arg1, Calendar arg2) throws SQLException
SQLException
void setNull(String arg0, int arg1, String arg2) throws SQLException
SQLException
String getString(String arg0) throws SQLException
SQLException
boolean getBoolean(String arg0) throws SQLException
SQLException
byte getByte(String arg0) throws SQLException
SQLException
short getShort(String arg0) throws SQLException
SQLException
int getInt(String arg0) throws SQLException
SQLException
long getLong(String arg0) throws SQLException
SQLException
float getFloat(String arg0) throws SQLException
SQLException
double getDouble(String arg0) throws SQLException
SQLException
byte[] getBytes(String arg0) throws SQLException
SQLException
Date getDate(String arg0) throws SQLException
SQLException
Time getTime(String arg0) throws SQLException
SQLException
Timestamp getTimestamp(String arg0) throws SQLException
SQLException
Object getObject(String arg0) throws SQLException
SQLException
BigDecimal getBigDecimal(String arg0) throws SQLException
SQLException
Object getObject(String parameterName, Map<String,Class<?>> map) throws SQLException
SQLException
Ref getRef(String arg0) throws SQLException
SQLException
Blob getBlob(String arg0) throws SQLException
SQLException
Clob getClob(String arg0) throws SQLException
SQLException
Array getArray(String arg0) throws SQLException
SQLException
Date getDate(String arg0, Calendar arg1) throws SQLException
SQLException
Time getTime(String arg0, Calendar arg1) throws SQLException
SQLException
Timestamp getTimestamp(String arg0, Calendar arg1) throws SQLException
SQLException
URL getURL(String arg0) throws SQLException
SQLException
RowId getRowId(int arg0) throws SQLException
SQLException
RowId getRowId(String arg0) throws SQLException
SQLException
void setRowId(String arg0, RowId arg1) throws SQLException
SQLException
void setNString(String arg0, String arg1) throws SQLException
SQLException
void setNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
SQLException
void setNClob(String arg0, NClob arg1) throws SQLException
SQLException
void setClob(String arg0, Reader arg1, long arg2) throws SQLException
SQLException
void setBlob(String arg0, InputStream arg1, long arg2) throws SQLException
SQLException
void setNClob(String arg0, Reader arg1, long arg2) throws SQLException
SQLException
NClob getNClob(int arg0) throws SQLException
SQLException
NClob getNClob(String arg0) throws SQLException
SQLException
void setSQLXML(String arg0, SQLXML arg1) throws SQLException
SQLException
SQLXML getSQLXML(int arg0) throws SQLException
SQLException
SQLXML getSQLXML(String arg0) throws SQLException
SQLException
String getNString(int arg0) throws SQLException
SQLException
String getNString(String arg0) throws SQLException
SQLException
Reader getNCharacterStream(int arg0) throws SQLException
SQLException
Reader getNCharacterStream(String arg0) throws SQLException
SQLException
Reader getCharacterStream(int arg0) throws SQLException
SQLException
Reader getCharacterStream(String arg0) throws SQLException
SQLException
void setBlob(String arg0, Blob arg1) throws SQLException
SQLException
void setClob(String arg0, Clob arg1) throws SQLException
SQLException
void setAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
SQLException
void setBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
SQLException
void setCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
SQLException
void setAsciiStream(String arg0, InputStream arg1) throws SQLException
SQLException
void setBinaryStream(String arg0, InputStream arg1) throws SQLException
SQLException
void setCharacterStream(String arg0, Reader arg1) throws SQLException
SQLException
void setNCharacterStream(String arg0, Reader arg1) throws SQLException
SQLException
void setClob(String arg0, Reader arg1) throws SQLException
SQLException
void setBlob(String arg0, InputStream arg1) throws SQLException
SQLException
void setNClob(String arg0, Reader arg1) throws SQLException
SQLException
<T> T getObject(int parameterIndex, Class<T> type) throws SQLException
SQLException
<T> T getObject(String parameterName, Class<T> type) throws SQLException
SQLException
Copyright © 2009–2018 JolBox. All rights reserved.