public class CallableStatementWrapper extends PreparedStatementWrapper implements CallableStatement
wrapperedConn, wrapperedStmt| 构造器和说明 |
|---|
CallableStatementWrapper(ConnectionWrapper c,
XgPooledConnection conn,
CallableStatement toWrap) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
closeOnCompletion() |
long[] |
executeLargeBatch() |
long |
executeLargeUpdate() |
long |
executeLargeUpdate(String arg0) |
long |
executeLargeUpdate(String arg0,
int arg1) |
long |
executeLargeUpdate(String arg0,
int[] arg1) |
long |
executeLargeUpdate(String arg0,
String[] arg1) |
Array |
getArray(int parameterIndex)
(non-Javadoc)
|
Array |
getArray(String parameterName)
(non-Javadoc)
|
BigDecimal |
getBigDecimal(int parameterIndex)
(non-Javadoc)
|
BigDecimal |
getBigDecimal(int parameterIndex,
int scale)
(non-Javadoc)
|
BigDecimal |
getBigDecimal(String parameterName)
(non-Javadoc)
|
Blob |
getBlob(int parameterIndex)
(non-Javadoc)
|
Blob |
getBlob(String parameterName)
(non-Javadoc)
|
boolean |
getBoolean(int parameterIndex)
(non-Javadoc)
|
boolean |
getBoolean(String parameterName)
(non-Javadoc)
|
byte |
getByte(int parameterIndex)
(non-Javadoc)
|
byte |
getByte(String parameterName)
(non-Javadoc)
|
byte[] |
getBytes(int parameterIndex)
(non-Javadoc)
|
byte[] |
getBytes(String parameterName)
(non-Javadoc)
|
Reader |
getCharacterStream(int parameterIndex)
(non-Javadoc)
|
Reader |
getCharacterStream(String parameterName)
(non-Javadoc)
|
Clob |
getClob(int parameterIndex)
(non-Javadoc)
|
Clob |
getClob(String parameterName)
(non-Javadoc)
|
Date |
getDate(int parameterIndex)
(non-Javadoc)
|
Date |
getDate(int parameterIndex,
Calendar cal)
(non-Javadoc)
|
Date |
getDate(String parameterName)
(non-Javadoc)
|
Date |
getDate(String parameterName,
Calendar cal)
(non-Javadoc)
|
double |
getDouble(int parameterIndex)
(non-Javadoc)
|
double |
getDouble(String parameterName)
(non-Javadoc)
|
float |
getFloat(int parameterIndex)
(non-Javadoc)
|
float |
getFloat(String parameterName)
(non-Javadoc)
|
int |
getInt(int parameterIndex)
(non-Javadoc)
|
int |
getInt(String parameterName)
(non-Javadoc)
|
long |
getLargeMaxRows() |
long |
getLargeUpdateCount() |
long |
getLong(int parameterIndex)
(non-Javadoc)
|
long |
getLong(String parameterName)
(non-Javadoc)
|
Reader |
getNCharacterStream(int parameterIndex)
(non-Javadoc)
|
Reader |
getNCharacterStream(String parameterName)
(non-Javadoc)
|
NClob |
getNClob(int parameterIndex)
(non-Javadoc)
|
NClob |
getNClob(String parameterName)
(non-Javadoc)
|
String |
getNString(int parameterIndex)
(non-Javadoc)
|
String |
getNString(String parameterName)
(non-Javadoc)
|
Object |
getObject(int parameterIndex)
(non-Javadoc)
|
Object |
getObject(int arg0,
Class arg1) |
Object |
getObject(int arg0,
Map arg1)
(non-Javadoc)
|
Object |
getObject(String parameterName)
(non-Javadoc)
|
Object |
getObject(String arg0,
Class arg1) |
Object |
getObject(String arg0,
Map arg1)
(non-Javadoc)
|
Ref |
getRef(int parameterIndex)
(non-Javadoc)
|
Ref |
getRef(String parameterName)
(non-Javadoc)
|
RowId |
getRowId(int parameterIndex)
(non-Javadoc)
|
RowId |
getRowId(String parameterName)
(non-Javadoc)
|
short |
getShort(int parameterIndex)
(non-Javadoc)
|
short |
getShort(String parameterName)
(non-Javadoc)
|
SQLXML |
getSQLXML(int parameterIndex)
(non-Javadoc)
|
SQLXML |
getSQLXML(String parameterName)
(non-Javadoc)
|
String |
getString(int parameterIndex)
(non-Javadoc)
|
String |
getString(String parameterName)
(non-Javadoc)
|
Time |
getTime(int parameterIndex)
(non-Javadoc)
|
Time |
getTime(int parameterIndex,
Calendar cal)
(non-Javadoc)
|
Time |
getTime(String parameterName)
(non-Javadoc)
|
Time |
getTime(String parameterName,
Calendar cal)
(non-Javadoc)
|
Timestamp |
getTimestamp(int parameterIndex)
(non-Javadoc)
|
Timestamp |
getTimestamp(int parameterIndex,
Calendar cal)
(non-Javadoc)
|
Timestamp |
getTimestamp(String parameterName)
(non-Javadoc)
|
Timestamp |
getTimestamp(String parameterName,
Calendar cal)
(non-Javadoc)
|
URL |
getURL(int parameterIndex)
(non-Javadoc)
|
URL |
getURL(String parameterName)
(non-Javadoc)
|
boolean |
isCloseOnCompletion() |
void |
registerOutParameter(int parameterIndex,
int sqlType)
(non-Javadoc)
|
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale)
(non-Javadoc)
|
void |
registerOutParameter(int parameterIndex,
int sqlType,
String typeName)
(non-Javadoc)
|
void |
registerOutParameter(String parameterName,
int sqlType)
(non-Javadoc)
|
void |
registerOutParameter(String parameterName,
int sqlType,
int scale)
(non-Javadoc)
|
void |
registerOutParameter(String parameterName,
int sqlType,
String typeName)
(non-Javadoc)
|
void |
setAsciiStream(String parameterName,
InputStream x)
(non-Javadoc)
|
void |
setAsciiStream(String parameterName,
InputStream x,
int length)
(non-Javadoc)
|
void |
setAsciiStream(String parameterName,
InputStream x,
long length)
(non-Javadoc)
|
void |
setBigDecimal(String parameterName,
BigDecimal x)
(non-Javadoc)
|
void |
setBinaryStream(String parameterName,
InputStream x)
(non-Javadoc)
|
void |
setBinaryStream(String parameterName,
InputStream x,
int length)
(non-Javadoc)
|
void |
setBinaryStream(String parameterName,
InputStream x,
long length)
(non-Javadoc)
|
void |
setBlob(String parameterName,
Blob x)
(non-Javadoc)
|
void |
setBlob(String parameterName,
InputStream inputStream)
(non-Javadoc)
|
void |
setBlob(String parameterName,
InputStream inputStream,
long length)
(non-Javadoc)
|
void |
setBoolean(String parameterName,
boolean x)
(non-Javadoc)
|
void |
setByte(String parameterName,
byte x)
(non-Javadoc)
|
void |
setBytes(String parameterName,
byte[] x)
(non-Javadoc)
|
void |
setCharacterStream(String parameterName,
Reader reader)
(non-Javadoc)
|
void |
setCharacterStream(String parameterName,
Reader reader,
int length)
(non-Javadoc)
|
void |
setCharacterStream(String parameterName,
Reader reader,
long length)
(non-Javadoc)
|
void |
setClob(String parameterName,
Clob x)
(non-Javadoc)
|
void |
setClob(String parameterName,
Reader reader)
(non-Javadoc)
|
void |
setClob(String parameterName,
Reader reader,
long length)
(non-Javadoc)
|
void |
setDate(String parameterName,
Date x)
(non-Javadoc)
|
void |
setDate(String parameterName,
Date x,
Calendar cal)
(non-Javadoc)
|
void |
setDouble(String parameterName,
double x)
(non-Javadoc)
|
void |
setFloat(String parameterName,
float x)
(non-Javadoc)
|
void |
setInt(String parameterName,
int x)
(non-Javadoc)
|
void |
setLargeMaxRows(long arg0) |
void |
setLong(String parameterName,
long x)
(non-Javadoc)
|
void |
setNCharacterStream(String parameterName,
Reader value)
(non-Javadoc)
|
void |
setNCharacterStream(String parameterName,
Reader value,
long length)
(non-Javadoc)
|
void |
setNClob(String parameterName,
NClob value)
(non-Javadoc)
|
void |
setNClob(String parameterName,
Reader reader)
(non-Javadoc)
|
void |
setNClob(String parameterName,
Reader reader,
long length)
(non-Javadoc)
|
void |
setNString(String parameterName,
String value)
(non-Javadoc)
|
void |
setNull(String parameterName,
int sqlType)
(non-Javadoc)
|
void |
setNull(String parameterName,
int sqlType,
String typeName)
(non-Javadoc)
|
void |
setObject(String parameterName,
Object x)
(non-Javadoc)
|
void |
setObject(String parameterName,
Object x,
int targetSqlType)
(non-Javadoc)
|
void |
setObject(String parameterName,
Object x,
int targetSqlType,
int scale)
(non-Javadoc)
|
void |
setRowId(String parameterName,
RowId x)
(non-Javadoc)
|
void |
setShort(String parameterName,
short x)
(non-Javadoc)
|
void |
setSQLXML(String parameterName,
SQLXML xmlObject)
(non-Javadoc)
|
void |
setString(String parameterName,
String x)
(non-Javadoc)
|
void |
setTime(String parameterName,
Time x)
(non-Javadoc)
|
void |
setTime(String parameterName,
Time x,
Calendar cal)
(non-Javadoc)
|
void |
setTimestamp(String parameterName,
Timestamp x)
(non-Javadoc)
|
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal)
(non-Javadoc)
|
void |
setURL(String parameterName,
URL val)
(non-Javadoc)
|
Object |
unwrap(Class arg0) |
boolean |
wasNull()
(non-Javadoc)
|
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, checkClosed, clearBatch, clearWarnings, close, 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, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectaddBatch, 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, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, 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, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperForpublic CallableStatementWrapper(ConnectionWrapper c, XgPooledConnection conn, CallableStatement toWrap)
public Array getArray(int parameterIndex) throws SQLException
getArray 在接口中 CallableStatementSQLExceptionCallableStatement.getArray(int)public Array getArray(String parameterName) throws SQLException
getArray 在接口中 CallableStatementSQLExceptionCallableStatement.getArray(java.lang.String)public BigDecimal getBigDecimal(int parameterIndex) throws SQLException
getBigDecimal 在接口中 CallableStatementSQLExceptionCallableStatement.getBigDecimal(int)public BigDecimal getBigDecimal(String parameterName) throws SQLException
getBigDecimal 在接口中 CallableStatementSQLExceptionCallableStatement.getBigDecimal(java.lang.String)public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
getBigDecimal 在接口中 CallableStatementSQLExceptionCallableStatement.getBigDecimal(int, int)public Blob getBlob(int parameterIndex) throws SQLException
getBlob 在接口中 CallableStatementSQLExceptionCallableStatement.getBlob(int)public Blob getBlob(String parameterName) throws SQLException
getBlob 在接口中 CallableStatementSQLExceptionCallableStatement.getBlob(java.lang.String)public boolean getBoolean(int parameterIndex)
throws SQLException
getBoolean 在接口中 CallableStatementSQLExceptionCallableStatement.getBoolean(int)public boolean getBoolean(String parameterName) throws SQLException
getBoolean 在接口中 CallableStatementSQLExceptionCallableStatement.getBoolean(java.lang.String)public byte getByte(int parameterIndex)
throws SQLException
getByte 在接口中 CallableStatementSQLExceptionCallableStatement.getByte(int)public byte getByte(String parameterName) throws SQLException
getByte 在接口中 CallableStatementSQLExceptionCallableStatement.getByte(java.lang.String)public byte[] getBytes(int parameterIndex)
throws SQLException
getBytes 在接口中 CallableStatementSQLExceptionCallableStatement.getBytes(int)public byte[] getBytes(String parameterName) throws SQLException
getBytes 在接口中 CallableStatementSQLExceptionCallableStatement.getBytes(java.lang.String)public Reader getCharacterStream(int parameterIndex) throws SQLException
getCharacterStream 在接口中 CallableStatementSQLExceptionCallableStatement.getCharacterStream(int)public Reader getCharacterStream(String parameterName) throws SQLException
public Clob getClob(int parameterIndex) throws SQLException
getClob 在接口中 CallableStatementSQLExceptionCallableStatement.getClob(int)public Clob getClob(String parameterName) throws SQLException
getClob 在接口中 CallableStatementSQLExceptionCallableStatement.getClob(java.lang.String)public Date getDate(int parameterIndex) throws SQLException
getDate 在接口中 CallableStatementSQLExceptionCallableStatement.getDate(int)public Date getDate(String parameterName) throws SQLException
getDate 在接口中 CallableStatementSQLExceptionCallableStatement.getDate(java.lang.String)public Date getDate(int parameterIndex, Calendar cal) throws SQLException
getDate 在接口中 CallableStatementSQLExceptionCallableStatement.getDate(int, java.util.Calendar)public Date getDate(String parameterName, Calendar cal) throws SQLException
public double getDouble(int parameterIndex)
throws SQLException
getDouble 在接口中 CallableStatementSQLExceptionCallableStatement.getDouble(int)public double getDouble(String parameterName) throws SQLException
getDouble 在接口中 CallableStatementSQLExceptionCallableStatement.getDouble(java.lang.String)public float getFloat(int parameterIndex)
throws SQLException
getFloat 在接口中 CallableStatementSQLExceptionCallableStatement.getFloat(int)public float getFloat(String parameterName) throws SQLException
getFloat 在接口中 CallableStatementSQLExceptionCallableStatement.getFloat(java.lang.String)public int getInt(int parameterIndex)
throws SQLException
getInt 在接口中 CallableStatementSQLExceptionCallableStatement.getInt(int)public int getInt(String parameterName) throws SQLException
getInt 在接口中 CallableStatementSQLExceptionCallableStatement.getInt(java.lang.String)public long getLong(int parameterIndex)
throws SQLException
getLong 在接口中 CallableStatementSQLExceptionCallableStatement.getLong(int)public long getLong(String parameterName) throws SQLException
getLong 在接口中 CallableStatementSQLExceptionCallableStatement.getLong(java.lang.String)public Reader getNCharacterStream(int parameterIndex) throws SQLException
getNCharacterStream 在接口中 CallableStatementSQLExceptionCallableStatement.getNCharacterStream(int)public Reader getNCharacterStream(String parameterName) throws SQLException
public NClob getNClob(int parameterIndex) throws SQLException
getNClob 在接口中 CallableStatementSQLExceptionCallableStatement.getNClob(int)public NClob getNClob(String parameterName) throws SQLException
getNClob 在接口中 CallableStatementSQLExceptionCallableStatement.getNClob(java.lang.String)public String getNString(int parameterIndex) throws SQLException
getNString 在接口中 CallableStatementSQLExceptionCallableStatement.getNString(int)public String getNString(String parameterName) throws SQLException
getNString 在接口中 CallableStatementSQLExceptionCallableStatement.getNString(java.lang.String)public Object getObject(int parameterIndex) throws SQLException
getObject 在接口中 CallableStatementSQLExceptionCallableStatement.getObject(int)public Object getObject(String parameterName) throws SQLException
getObject 在接口中 CallableStatementSQLExceptionCallableStatement.getObject(java.lang.String)public Object getObject(int arg0, Map arg1) throws SQLException
getObject 在接口中 CallableStatementSQLExceptionCallableStatement.getObject(int, java.util.Map)public Object getObject(String arg0, Map arg1) throws SQLException
public Ref getRef(int parameterIndex) throws SQLException
getRef 在接口中 CallableStatementSQLExceptionCallableStatement.getRef(int)public Ref getRef(String parameterName) throws SQLException
getRef 在接口中 CallableStatementSQLExceptionCallableStatement.getRef(java.lang.String)public RowId getRowId(int parameterIndex) throws SQLException
getRowId 在接口中 CallableStatementSQLExceptionCallableStatement.getRowId(int)public RowId getRowId(String parameterName) throws SQLException
getRowId 在接口中 CallableStatementSQLExceptionCallableStatement.getRowId(java.lang.String)public SQLXML getSQLXML(int parameterIndex) throws SQLException
getSQLXML 在接口中 CallableStatementSQLExceptionCallableStatement.getSQLXML(int)public SQLXML getSQLXML(String parameterName) throws SQLException
getSQLXML 在接口中 CallableStatementSQLExceptionCallableStatement.getSQLXML(java.lang.String)public short getShort(int parameterIndex)
throws SQLException
getShort 在接口中 CallableStatementSQLExceptionCallableStatement.getShort(int)public short getShort(String parameterName) throws SQLException
getShort 在接口中 CallableStatementSQLExceptionCallableStatement.getShort(java.lang.String)public String getString(int parameterIndex) throws SQLException
getString 在接口中 CallableStatementSQLExceptionCallableStatement.getString(int)public String getString(String parameterName) throws SQLException
getString 在接口中 CallableStatementSQLExceptionCallableStatement.getString(java.lang.String)public Time getTime(int parameterIndex) throws SQLException
getTime 在接口中 CallableStatementSQLExceptionCallableStatement.getTime(int)public Time getTime(String parameterName) throws SQLException
getTime 在接口中 CallableStatementSQLExceptionCallableStatement.getTime(java.lang.String)public Time getTime(int parameterIndex, Calendar cal) throws SQLException
getTime 在接口中 CallableStatementSQLExceptionCallableStatement.getTime(int, java.util.Calendar)public Time getTime(String parameterName, Calendar cal) throws SQLException
public Timestamp getTimestamp(int parameterIndex) throws SQLException
getTimestamp 在接口中 CallableStatementSQLExceptionCallableStatement.getTimestamp(int)public Timestamp getTimestamp(String parameterName) throws SQLException
getTimestamp 在接口中 CallableStatementSQLExceptionCallableStatement.getTimestamp(java.lang.String)public Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
public Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
public URL getURL(int parameterIndex) throws SQLException
getURL 在接口中 CallableStatementSQLExceptionCallableStatement.getURL(int)public URL getURL(String parameterName) throws SQLException
getURL 在接口中 CallableStatementSQLExceptionCallableStatement.getURL(java.lang.String)public void registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
public void registerOutParameter(String parameterName, int sqlType) throws SQLException
public void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws SQLException
public void registerOutParameter(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
public void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
public void setAsciiStream(String parameterName, InputStream x) throws SQLException
public void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
public void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException
public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
public void setBinaryStream(String parameterName, InputStream x) throws SQLException
public void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
public void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException
public void setBlob(String parameterName, Blob x) throws SQLException
public void setBlob(String parameterName, InputStream inputStream) throws SQLException
public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
public void setBoolean(String parameterName, boolean x) throws SQLException
public void setByte(String parameterName, byte x) throws SQLException
setByte 在接口中 CallableStatementSQLExceptionCallableStatement.setByte(java.lang.String, byte)public void setBytes(String parameterName, byte[] x) throws SQLException
setBytes 在接口中 CallableStatementSQLExceptionCallableStatement.setBytes(java.lang.String, byte[])public void setCharacterStream(String parameterName, Reader reader) throws SQLException
public void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException
public void setClob(String parameterName, Clob x) throws SQLException
public void setClob(String parameterName, Reader reader) throws SQLException
public void setClob(String parameterName, Reader reader, long length) throws SQLException
public void setDate(String parameterName, Date x) throws SQLException
public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
public void setDouble(String parameterName, double x) throws SQLException
setDouble 在接口中 CallableStatementSQLExceptionCallableStatement.setDouble(java.lang.String, double)public void setFloat(String parameterName, float x) throws SQLException
setFloat 在接口中 CallableStatementSQLExceptionCallableStatement.setFloat(java.lang.String, float)public void setInt(String parameterName, int x) throws SQLException
setInt 在接口中 CallableStatementSQLExceptionCallableStatement.setInt(java.lang.String, int)public void setLong(String parameterName, long x) throws SQLException
setLong 在接口中 CallableStatementSQLExceptionCallableStatement.setLong(java.lang.String, long)public void setNCharacterStream(String parameterName, Reader value) throws SQLException
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
public void setNClob(String parameterName, NClob value) throws SQLException
public void setNClob(String parameterName, Reader reader) throws SQLException
public void setNClob(String parameterName, Reader reader, long length) throws SQLException
public void setNString(String parameterName, String value) throws SQLException
public void setNull(String parameterName, int sqlType) throws SQLException
setNull 在接口中 CallableStatementSQLExceptionCallableStatement.setNull(java.lang.String, int)public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
public void setObject(String parameterName, Object x) throws SQLException
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
public void setRowId(String parameterName, RowId x) throws SQLException
public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
public void setShort(String parameterName, short x) throws SQLException
setShort 在接口中 CallableStatementSQLExceptionCallableStatement.setShort(java.lang.String, short)public void setString(String parameterName, String x) throws SQLException
public void setTime(String parameterName, Time x) throws SQLException
public void setTime(String parameterName, Time x, Calendar cal) throws SQLException
public void setTimestamp(String parameterName, Timestamp x) throws SQLException
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
public void setURL(String parameterName, URL val) throws SQLException
setURL 在接口中 CallableStatementSQLExceptionCallableStatement.setURL(java.lang.String, java.net.URL)public boolean wasNull()
throws SQLException
wasNull 在接口中 CallableStatementSQLExceptionCallableStatement.wasNull()public Object getObject(int arg0, Class arg1) throws SQLException
getObject 在接口中 CallableStatementSQLExceptionpublic Object getObject(String arg0, Class arg1) throws SQLException
getObject 在接口中 CallableStatementSQLExceptionpublic long executeLargeUpdate()
throws SQLException
executeLargeUpdate 在接口中 PreparedStatementSQLExceptionpublic void closeOnCompletion()
throws SQLException
closeOnCompletion 在接口中 StatementcloseOnCompletion 在类中 StatementWrapperSQLExceptionpublic long[] executeLargeBatch()
throws SQLException
executeLargeBatch 在接口中 StatementexecuteLargeBatch 在类中 StatementWrapperSQLExceptionpublic long executeLargeUpdate(String arg0) throws SQLException
executeLargeUpdate 在接口中 StatementexecuteLargeUpdate 在类中 StatementWrapperSQLExceptionpublic long executeLargeUpdate(String arg0, int arg1) throws SQLException
executeLargeUpdate 在接口中 StatementexecuteLargeUpdate 在类中 StatementWrapperSQLExceptionpublic long executeLargeUpdate(String arg0, int[] arg1) throws SQLException
executeLargeUpdate 在接口中 StatementexecuteLargeUpdate 在类中 StatementWrapperSQLExceptionpublic long executeLargeUpdate(String arg0, String[] arg1) throws SQLException
executeLargeUpdate 在接口中 StatementexecuteLargeUpdate 在类中 StatementWrapperSQLExceptionpublic long getLargeMaxRows()
throws SQLException
getLargeMaxRows 在接口中 StatementgetLargeMaxRows 在类中 StatementWrapperSQLExceptionpublic long getLargeUpdateCount()
throws SQLException
getLargeUpdateCount 在接口中 StatementgetLargeUpdateCount 在类中 StatementWrapperSQLExceptionpublic boolean isCloseOnCompletion()
throws SQLException
isCloseOnCompletion 在接口中 StatementisCloseOnCompletion 在类中 StatementWrapperSQLExceptionpublic void setLargeMaxRows(long arg0)
throws SQLException
setLargeMaxRows 在接口中 StatementsetLargeMaxRows 在类中 StatementWrapperSQLExceptionpublic Object unwrap(Class arg0) throws SQLException
unwrap 在接口中 Wrapperunwrap 在类中 StatementWrapperSQLExceptionCopyright © 2025. All rights reserved.