public class CallableStatementProxy extends PreparedStatementProxy implements CallableStatement
LOG, ST_BATCH, ST_CLOSE, ST_COMMIT, ST_EXECUTE, ST_QUERY, ST_ROLLBACK, ST_UPDATECLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Modifier and Type | Method and Description |
|---|---|
Array |
getArray(int i) |
Array |
getArray(String name) |
BigDecimal |
getBigDecimal(int parameterIndex) |
BigDecimal |
getBigDecimal(int parameterIndex,
int scale)
Deprecated.
|
BigDecimal |
getBigDecimal(String name) |
Blob |
getBlob(int i) |
Blob |
getBlob(String name) |
boolean |
getBoolean(int parameterIndex) |
boolean |
getBoolean(String name) |
byte |
getByte(int parameterIndex) |
byte |
getByte(String name) |
byte[] |
getBytes(int parameterIndex) |
byte[] |
getBytes(String name) |
Reader |
getCharacterStream(int arg0) |
Reader |
getCharacterStream(String arg0) |
Clob |
getClob(int i) |
Clob |
getClob(String name) |
Date |
getDate(int parameterIndex) |
Date |
getDate(int parameterIndex,
Calendar cal) |
Date |
getDate(String parameterIndex) |
Date |
getDate(String name,
Calendar cal) |
double |
getDouble(int parameterIndex) |
double |
getDouble(String name) |
float |
getFloat(int parameterIndex) |
float |
getFloat(String name) |
int |
getInt(int parameterIndex) |
int |
getInt(String name) |
long |
getLong(int parameterIndex) |
long |
getLong(String name) |
Reader |
getNCharacterStream(int arg0) |
Reader |
getNCharacterStream(String arg0) |
NClob |
getNClob(int arg0) |
NClob |
getNClob(String arg0) |
String |
getNString(int arg0) |
String |
getNString(String arg0) |
Object |
getObject(int parameterIndex) |
<T> T |
getObject(int parameterIndex,
Class<T> type) |
Object |
getObject(int i,
Map map) |
Object |
getObject(String parameterIndex) |
<T> T |
getObject(String parameterName,
Class<T> type) |
Object |
getObject(String name,
Map map) |
CallableStatement |
getRealCallableStatement() |
Ref |
getRef(int i) |
Ref |
getRef(String name) |
RowId |
getRowId(int arg0) |
RowId |
getRowId(String arg0) |
short |
getShort(int parameterIndex) |
short |
getShort(String name) |
SQLXML |
getSQLXML(int arg0) |
SQLXML |
getSQLXML(String arg0) |
String |
getString(int parameterIndex) |
String |
getString(String name) |
Time |
getTime(int parameterIndex) |
Time |
getTime(int parameterIndex,
Calendar cal) |
Time |
getTime(String parameterIndex) |
Time |
getTime(String name,
Calendar cal) |
Timestamp |
getTimestamp(int parameterIndex) |
Timestamp |
getTimestamp(int parameterIndex,
Calendar cal) |
Timestamp |
getTimestamp(String parameterIndex) |
Timestamp |
getTimestamp(String name,
Calendar cal) |
URL |
getURL(int s) |
URL |
getURL(String s) |
void |
registerOutParameter(int parameterIndex,
int sqlType) |
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale) |
void |
registerOutParameter(int paramIndex,
int sqlType,
String typeName) |
void |
registerOutParameter(String parameterIndex,
int sqlType) |
void |
registerOutParameter(String parameterIndex,
int sqlType,
int scale) |
void |
registerOutParameter(String name,
int m,
String v) |
void |
setAsciiStream(String arg0,
InputStream arg1) |
void |
setAsciiStream(String name,
InputStream is,
int m) |
void |
setAsciiStream(String arg0,
InputStream arg1,
long arg2) |
void |
setBigDecimal(String name,
BigDecimal b) |
void |
setBinaryStream(String arg0,
InputStream arg1) |
void |
setBinaryStream(String name,
InputStream is,
int m) |
void |
setBinaryStream(String arg0,
InputStream arg1,
long arg2) |
void |
setBlob(String arg0,
Blob arg1) |
void |
setBlob(String arg0,
InputStream arg1) |
void |
setBlob(String arg0,
InputStream arg1,
long arg2) |
void |
setBoolean(String name,
boolean v) |
void |
setByte(String name,
byte v) |
void |
setBytes(String name,
byte[] b) |
void |
setCharacterStream(String arg0,
Reader arg1) |
void |
setCharacterStream(String name,
Reader r,
int m) |
void |
setCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
setClob(String arg0,
Clob arg1) |
void |
setClob(String arg0,
Reader arg1) |
void |
setClob(String arg0,
Reader arg1,
long arg2) |
void |
setDate(String parameterIndex,
Date x) |
void |
setDate(String name,
Date dt,
Calendar cal) |
void |
setDouble(String name,
double d) |
void |
setFloat(String name,
float f) |
void |
setInt(String name,
int v) |
void |
setLong(String name,
long l) |
void |
setNCharacterStream(String arg0,
Reader arg1) |
void |
setNCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
setNClob(String arg0,
NClob arg1) |
void |
setNClob(String arg0,
Reader arg1) |
void |
setNClob(String arg0,
Reader arg1,
long arg2) |
void |
setNString(String arg0,
String arg1) |
void |
setNull(String parameterIndex,
int sqlType) |
void |
setNull(String name,
int tt,
String type) |
void |
setObject(String name,
Object o) |
void |
setObject(String parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(String parameterIndex,
Object x,
int targetSqlType,
int scale) |
void |
setRowId(String arg0,
RowId arg1) |
void |
setShort(String name,
short l) |
void |
setSQLXML(String arg0,
SQLXML arg1) |
void |
setString(String name,
String v) |
void |
setTime(String parameterIndex,
Time x) |
void |
setTime(String name,
Time t,
Calendar cal) |
void |
setTimestamp(String parameterIndex,
Timestamp x) |
void |
setTimestamp(String name,
Timestamp ts,
Calendar cal) |
void |
setURL(String name,
URL u) |
boolean |
wasNull() |
addBatch, appendQuery, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, getRealPreparedStatement, internalGetParameters, 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, wrap_conn, addBatch, cancel, clearBatch, clearWarnings, close, closedByConnection, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getRealConnection, getRealStatement, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSQL, getUpdateCount, getWarnings, internalDumpInfo, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, pool, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectaddBatch, clearParameters, execute, executeLargeUpdate, 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, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic CallableStatement getRealCallableStatement()
public void registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String parameterIndex, int sqlType) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String parameterIndex, int sqlType, int scale) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface CallableStatementSQLExceptionpublic String getString(int parameterIndex) throws SQLException
getString in interface CallableStatementSQLExceptionpublic boolean getBoolean(int parameterIndex)
throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic byte getByte(int parameterIndex)
throws SQLException
getByte in interface CallableStatementSQLExceptionpublic short getShort(int parameterIndex)
throws SQLException
getShort in interface CallableStatementSQLExceptionpublic int getInt(int parameterIndex)
throws SQLException
getInt in interface CallableStatementSQLExceptionpublic long getLong(int parameterIndex)
throws SQLException
getLong in interface CallableStatementSQLExceptionpublic float getFloat(int parameterIndex)
throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic double getDouble(int parameterIndex)
throws SQLException
getDouble in interface CallableStatementSQLException@Deprecated public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic byte[] getBytes(int parameterIndex)
throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic Date getDate(int parameterIndex) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Date getDate(String parameterIndex) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(int parameterIndex) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Time getTime(String parameterIndex) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int parameterIndex) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String parameterIndex) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Object getObject(int parameterIndex) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Object getObject(String parameterIndex) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int parameterIndex) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic Object getObject(int i, Map map) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Ref getRef(int i) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Blob getBlob(int i) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Clob getClob(int i) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Array getArray(int i) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic Date getDate(int parameterIndex, Calendar cal) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(int parameterIndex, Calendar cal) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic void registerOutParameter(int paramIndex,
int sqlType,
String typeName)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void setNull(String parameterIndex, int sqlType) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setDate(String parameterIndex, Date x) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setTime(String parameterIndex, Time x) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setTimestamp(String parameterIndex, Timestamp x) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setObject(String parameterIndex, Object x, int targetSqlType, int scale) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String parameterIndex, Object x, int targetSqlType) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic URL getURL(String s) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic URL getURL(int s) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String name, Calendar cal) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Time getTime(String name, Calendar cal) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Date getDate(String name, Calendar cal) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Array getArray(String name) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic Clob getClob(String name) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Blob getBlob(String name) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Ref getRef(String name) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Object getObject(String name, Map map) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(String name) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic byte[] getBytes(String name) throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic double getDouble(String name) throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic float getFloat(String name) throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic long getLong(String name) throws SQLException
getLong in interface CallableStatementSQLExceptionpublic int getInt(String name) throws SQLException
getInt in interface CallableStatementSQLExceptionpublic short getShort(String name) throws SQLException
getShort in interface CallableStatementSQLExceptionpublic byte getByte(String name) throws SQLException
getByte in interface CallableStatementSQLExceptionpublic boolean getBoolean(String name) throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic String getString(String name) throws SQLException
getString in interface CallableStatementSQLExceptionpublic void setNull(String name, int tt, String type) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setTimestamp(String name, Timestamp ts, Calendar cal) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setTime(String name, Time t, Calendar cal) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setDate(String name, Date dt, Calendar cal) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setCharacterStream(String name, Reader r, int m) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setObject(String name, Object o) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setBinaryStream(String name, InputStream is, int m) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setAsciiStream(String name, InputStream is, int m) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBytes(String name, byte[] b) throws SQLException
setBytes in interface CallableStatementSQLExceptionpublic void setString(String name, String v) throws SQLException
setString in interface CallableStatementSQLExceptionpublic void setBigDecimal(String name, BigDecimal b) throws SQLException
setBigDecimal in interface CallableStatementSQLExceptionpublic void setDouble(String name, double d) throws SQLException
setDouble in interface CallableStatementSQLExceptionpublic void setFloat(String name, float f) throws SQLException
setFloat in interface CallableStatementSQLExceptionpublic void setLong(String name, long l) throws SQLException
setLong in interface CallableStatementSQLExceptionpublic void setShort(String name, short l) throws SQLException
setShort in interface CallableStatementSQLExceptionpublic void setInt(String name, int v) throws SQLException
setInt in interface CallableStatementSQLExceptionpublic void setByte(String name, byte v) throws SQLException
setByte in interface CallableStatementSQLExceptionpublic void setBoolean(String name, boolean v) throws SQLException
setBoolean in interface CallableStatementSQLExceptionpublic void setURL(String name, URL u) throws SQLException
setURL in interface CallableStatementSQLExceptionpublic void registerOutParameter(String name, int m, String v) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic Reader getCharacterStream(int arg0) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic Reader getCharacterStream(String arg0) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic Reader getNCharacterStream(int arg0) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic Reader getNCharacterStream(String arg0) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic NClob getNClob(int arg0) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic NClob getNClob(String arg0) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic String getNString(int arg0) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic String getNString(String arg0) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic RowId getRowId(int arg0) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic RowId getRowId(String arg0) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic SQLXML getSQLXML(int arg0) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic SQLXML getSQLXML(String arg0) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic void setAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setAsciiStream(String arg0, InputStream arg1) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String arg0, InputStream arg1) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setBlob(String arg0, Blob arg1) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setBlob(String arg0, InputStream arg1, long arg2) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setBlob(String arg0, InputStream arg1) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setCharacterStream(String arg0, Reader arg1) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setClob(String arg0, Clob arg1) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setClob(String arg0, Reader arg1, long arg2) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setClob(String arg0, Reader arg1) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic void setNCharacterStream(String arg0, Reader arg1) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic void setNClob(String arg0, NClob arg1) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic void setNClob(String arg0, Reader arg1, long arg2) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic void setNClob(String arg0, Reader arg1) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic void setNString(String arg0, String arg1) throws SQLException
setNString in interface CallableStatementSQLExceptionpublic void setRowId(String arg0, RowId arg1) throws SQLException
setRowId in interface CallableStatementSQLExceptionpublic void setSQLXML(String arg0, SQLXML arg1) throws SQLException
setSQLXML in interface CallableStatementSQLExceptionpublic <T> T getObject(int parameterIndex,
Class<T> type)
throws SQLException
getObject in interface CallableStatementSQLExceptionpublic <T> T getObject(String parameterName, Class<T> type) throws SQLException
getObject in interface CallableStatementSQLExceptionCopyright © 2017 etc.to. All rights reserved.