public class WrCallableStatement extends WrPreparedStatement implements CallableStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
WrCallableStatement(CallableStatement inner,
String sql) |
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, setURLaddBatch, 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, 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 WrCallableStatement(CallableStatement inner, String sql)
public final Object getObject(String a0) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic final Object getObject(int a0, Map<String,Class<?>> a1) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic final Object getObject(int a0) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic final Object getObject(String a0, Map<String,Class<?>> a1) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic final boolean getBoolean(String a0) throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic final boolean getBoolean(int a0)
throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic final byte getByte(int a0)
throws SQLException
getByte in interface CallableStatementSQLExceptionpublic final byte getByte(String a0) throws SQLException
getByte in interface CallableStatementSQLExceptionpublic final short getShort(String a0) throws SQLException
getShort in interface CallableStatementSQLExceptionpublic final short getShort(int a0)
throws SQLException
getShort in interface CallableStatementSQLExceptionpublic final int getInt(int a0)
throws SQLException
getInt in interface CallableStatementSQLExceptionpublic final int getInt(String a0) throws SQLException
getInt in interface CallableStatementSQLExceptionpublic final long getLong(String a0) throws SQLException
getLong in interface CallableStatementSQLExceptionpublic final long getLong(int a0)
throws SQLException
getLong in interface CallableStatementSQLExceptionpublic final float getFloat(int a0)
throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic final float getFloat(String a0) throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic final double getDouble(String a0) throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic final double getDouble(int a0)
throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic final byte[] getBytes(int a0)
throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic final byte[] getBytes(String a0) throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic final Array getArray(String a0) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic final Array getArray(int a0) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic final URL getURL(String a0) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic final URL getURL(int a0) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic final void setBoolean(String a0, boolean a1) throws SQLException
setBoolean in interface CallableStatementSQLExceptionpublic final void setByte(String a0, byte a1) throws SQLException
setByte in interface CallableStatementSQLExceptionpublic final void setShort(String a0, short a1) throws SQLException
setShort in interface CallableStatementSQLExceptionpublic final void setInt(String a0, int a1) throws SQLException
setInt in interface CallableStatementSQLExceptionpublic final void setLong(String a0, long a1) throws SQLException
setLong in interface CallableStatementSQLExceptionpublic final void setFloat(String a0, float a1) throws SQLException
setFloat in interface CallableStatementSQLExceptionpublic final void setDouble(String a0, double a1) throws SQLException
setDouble in interface CallableStatementSQLExceptionpublic final void setTimestamp(String a0, Timestamp a1) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic final void setTimestamp(String a0, Timestamp a1, Calendar a2) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic final Ref getRef(String a0) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic final Ref getRef(int a0) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic final String getString(String a0) throws SQLException
getString in interface CallableStatementSQLExceptionpublic final String getString(int a0) throws SQLException
getString in interface CallableStatementSQLExceptionpublic final void setURL(String a0, URL a1) throws SQLException
setURL in interface CallableStatementSQLExceptionpublic final void setTime(String a0, Time a1) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic final void setTime(String a0, Time a1, Calendar a2) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic final Time getTime(int a0) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic final Time getTime(String a0) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic final Time getTime(String a0, Calendar a1) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic final Time getTime(int a0, Calendar a1) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic final Date getDate(int a0, Calendar a1) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic final Date getDate(String a0) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic final Date getDate(String a0, Calendar a1) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic final Date getDate(int a0) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic final void registerOutParameter(int a0,
int a1,
int a2)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final void registerOutParameter(String a0, int a1) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final void registerOutParameter(String a0, int a1, int a2) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final void registerOutParameter(int a0,
int a1,
String a2)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final void registerOutParameter(int a0,
int a1)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final void registerOutParameter(String a0, int a1, String a2) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final boolean wasNull()
throws SQLException
wasNull in interface CallableStatementSQLExceptionpublic final BigDecimal getBigDecimal(int a0) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic final BigDecimal getBigDecimal(int a0, int a1) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic final BigDecimal getBigDecimal(String a0) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic final Timestamp getTimestamp(String a0) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic final Timestamp getTimestamp(int a0) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic final Timestamp getTimestamp(int a0, Calendar a1) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic final Timestamp getTimestamp(String a0, Calendar a1) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic final Blob getBlob(String a0) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic final Blob getBlob(int a0) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic final Clob getClob(String a0) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic final Clob getClob(int a0) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic final void setNull(String a0, int a1) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic final void setNull(String a0, int a1, String a2) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic final void setBigDecimal(String a0, BigDecimal a1) throws SQLException
setBigDecimal in interface CallableStatementSQLExceptionpublic final void setString(String a0, String a1) throws SQLException
setString in interface CallableStatementSQLExceptionpublic final void setBytes(String a0, byte[] a1) throws SQLException
setBytes in interface CallableStatementSQLExceptionpublic final void setDate(String a0, Date a1) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic final void setDate(String a0, Date a1, Calendar a2) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic final void setAsciiStream(String a0, InputStream a1, long a2) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic final void setAsciiStream(String a0, InputStream a1) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic final void setAsciiStream(String a0, InputStream a1, int a2) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic final void setBinaryStream(String a0, InputStream a1, int a2) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic final void setBinaryStream(String a0, InputStream a1) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic final void setBinaryStream(String a0, InputStream a1, long a2) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic final void setObject(String a0, Object a1, int a2, int a3) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic final void setObject(String a0, Object a1) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic final void setObject(String a0, Object a1, int a2) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic final void setCharacterStream(String a0, Reader a1, long a2) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic final void setCharacterStream(String a0, Reader a1) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic final void setCharacterStream(String a0, Reader a1, int a2) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic final RowId getRowId(int a0) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic final RowId getRowId(String a0) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic final void setRowId(String a0, RowId a1) throws SQLException
setRowId in interface CallableStatementSQLExceptionpublic final void setNString(String a0, String a1) throws SQLException
setNString in interface CallableStatementSQLExceptionpublic final void setNCharacterStream(String a0, Reader a1, long a2) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic final void setNCharacterStream(String a0, Reader a1) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic final void setNClob(String a0, Reader a1) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic final void setNClob(String a0, Reader a1, long a2) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic final void setNClob(String a0, NClob a1) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic final void setClob(String a0, Reader a1) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic final void setClob(String a0, Clob a1) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic final void setClob(String a0, Reader a1, long a2) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic final void setBlob(String a0, Blob a1) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic final void setBlob(String a0, InputStream a1) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic final void setBlob(String a0, InputStream a1, long a2) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic final NClob getNClob(String a0) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic final NClob getNClob(int a0) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic final void setSQLXML(String a0, SQLXML a1) throws SQLException
setSQLXML in interface CallableStatementSQLExceptionpublic final SQLXML getSQLXML(int a0) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic final SQLXML getSQLXML(String a0) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic final String getNString(String a0) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic final String getNString(int a0) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic final Reader getNCharacterStream(int a0) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic final Reader getNCharacterStream(String a0) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic final Reader getCharacterStream(int a0) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic final Reader getCharacterStream(String a0) throws SQLException
getCharacterStream 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 © 2021. All rights reserved.