クラス CallableStatementWrapper
java.lang.Object
org.iplass.mtp.impl.rdb.connection.CallableStatementWrapper
- すべての実装されたインタフェース:
AutoCloseable,CallableStatement,PreparedStatement,Statement,Wrapper
-
フィールドの概要
インタフェースから継承されたフィールド java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidaddBatch()voidvoidcancel()voidvoidvoidvoidclose()voidbooleanexecute()booleanbooleanbooleanbooleanint[]executeQuery(String sql) intintexecuteUpdate(String sql) intexecuteUpdate(String sql, int autoGeneratedKeys) intexecuteUpdate(String sql, int[] columnIndexes) intexecuteUpdate(String sql, String[] columnNames) getArray(int parameterIndex) getBigDecimal(int parameterIndex) getBigDecimal(int parameterIndex, int scale) getBigDecimal(String parameterName) getBlob(int parameterIndex) booleangetBoolean(int parameterIndex) booleangetBoolean(String parameterName) bytegetByte(int parameterIndex) bytebyte[]getBytes(int parameterIndex) byte[]getCharacterStream(int parameterIndex) getCharacterStream(String parameterName) getClob(int parameterIndex) getDate(int parameterIndex) doublegetDouble(int parameterIndex) doubleintintfloatgetFloat(int parameterIndex) floatintgetInt(int parameterIndex) intlonggetLong(int parameterIndex) longintintbooleanbooleangetMoreResults(int current) getNCharacterStream(int parameterIndex) getNCharacterStream(String parameterName) getNClob(int parameterIndex) getNString(int parameterIndex) getNString(String parameterName) getObject(int parameterIndex) <T> T<T> TintgetRef(int parameterIndex) intintintgetRowId(int parameterIndex) shortgetShort(int parameterIndex) shortgetSQLXML(int parameterIndex) getString(int parameterIndex) getTime(int parameterIndex) getTimestamp(int parameterIndex) getTimestamp(int parameterIndex, Calendar cal) getTimestamp(String parameterName) getTimestamp(String parameterName, Calendar cal) intgetURL(int parameterIndex) booleanisClosed()booleanbooleanbooleanisWrapperFor(Class<?> iface) voidregisterOutParameter(int parameterIndex, int sqlType) voidregisterOutParameter(int parameterIndex, int sqlType, int scale) voidregisterOutParameter(int parameterIndex, int sqlType, String typeName) voidregisterOutParameter(String parameterName, int sqlType) voidregisterOutParameter(String parameterName, int sqlType, int scale) voidregisterOutParameter(String parameterName, int sqlType, String typeName) voidvoidsetAsciiStream(int parameterIndex, InputStream x) voidsetAsciiStream(int parameterIndex, InputStream x, int length) voidsetAsciiStream(int parameterIndex, InputStream x, long length) voidsetAsciiStream(String parameterName, InputStream x) voidsetAsciiStream(String parameterName, InputStream x, int length) voidsetAsciiStream(String parameterName, InputStream x, long length) voidsetBigDecimal(int parameterIndex, BigDecimal x) voidsetBigDecimal(String parameterName, BigDecimal x) voidsetBinaryStream(int parameterIndex, InputStream x) voidsetBinaryStream(int parameterIndex, InputStream x, int length) voidsetBinaryStream(int parameterIndex, InputStream x, long length) voidsetBinaryStream(String parameterName, InputStream x) voidsetBinaryStream(String parameterName, InputStream x, int length) voidsetBinaryStream(String parameterName, InputStream x, long length) voidsetBlob(int parameterIndex, InputStream inputStream) voidsetBlob(int parameterIndex, InputStream inputStream, long length) voidvoidsetBlob(String parameterName, InputStream inputStream) voidsetBlob(String parameterName, InputStream inputStream, long length) voidvoidsetBoolean(int parameterIndex, boolean x) voidsetBoolean(String parameterName, boolean x) voidsetByte(int parameterIndex, byte x) voidvoidsetBytes(int parameterIndex, byte[] x) voidvoidsetCharacterStream(int parameterIndex, Reader reader) voidsetCharacterStream(int parameterIndex, Reader reader, int length) voidsetCharacterStream(int parameterIndex, Reader reader, long length) voidsetCharacterStream(String parameterName, Reader reader) voidsetCharacterStream(String parameterName, Reader reader, int length) voidsetCharacterStream(String parameterName, Reader reader, long length) voidvoidvoidvoidvoidvoidvoidsetCursorName(String name) voidvoidvoidvoidvoidsetDouble(int parameterIndex, double x) voidvoidsetEscapeProcessing(boolean enable) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetFloat(int parameterIndex, float x) voidvoidsetInt(int parameterIndex, int x) voidvoidsetLong(int parameterIndex, long x) voidvoidsetMaxFieldSize(int max) voidsetMaxRows(int max) voidsetNCharacterStream(int parameterIndex, Reader value) voidsetNCharacterStream(int parameterIndex, Reader value, long length) voidsetNCharacterStream(String parameterName, Reader value) voidsetNCharacterStream(String parameterName, Reader value, long length) voidvoidvoidvoidvoidvoidvoidsetNString(int parameterIndex, String value) voidsetNString(String parameterName, String value) voidsetNull(int parameterIndex, int sqlType) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetPoolable(boolean poolable) voidsetQueryTimeout(int seconds) voidvoidvoidvoidsetShort(int parameterIndex, short x) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetTimestamp(int parameterIndex, Timestamp x) voidsetTimestamp(int parameterIndex, Timestamp x, Calendar cal) voidsetTimestamp(String parameterName, Timestamp x) voidsetTimestamp(String parameterName, Timestamp x, Calendar cal) voidsetUnicodeStream(int parameterIndex, InputStream x, int length) voidvoid<T> TbooleanwasNull()クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド java.sql.CallableStatement
registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectインタフェースから継承されたメソッド java.sql.PreparedStatement
executeLargeUpdate, setObject, setObject
-
コンストラクタの詳細
-
CallableStatementWrapper
CallableStatementWrapper(CallableStatement wrapped, ConnectionWrapper con)
-
-
メソッドの詳細
-
addBatch
- 定義:
addBatchインタフェース内PreparedStatement- 例外:
SQLException
-
addBatch
- 定義:
addBatchインタフェース内Statement- 例外:
SQLException
-
cancel
- 定義:
cancelインタフェース内Statement- 例外:
SQLException
-
clearBatch
- 定義:
clearBatchインタフェース内Statement- 例外:
SQLException
-
clearParameters
- 定義:
clearParametersインタフェース内PreparedStatement- 例外:
SQLException
-
clearWarnings
- 定義:
clearWarningsインタフェース内Statement- 例外:
SQLException
-
close
- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内PreparedStatement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
executeBatch
- 定義:
executeBatchインタフェース内Statement- 例外:
SQLException
-
executeQuery
- 定義:
executeQueryインタフェース内PreparedStatement- 例外:
SQLException
-
executeQuery
- 定義:
executeQueryインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内PreparedStatement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
getArray
- 定義:
getArrayインタフェース内CallableStatement- 例外:
SQLException
-
getArray
- 定義:
getArrayインタフェース内CallableStatement- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内CallableStatement- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内CallableStatement- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内CallableStatement- 例外:
SQLException
-
getBlob
- 定義:
getBlobインタフェース内CallableStatement- 例外:
SQLException
-
getBlob
- 定義:
getBlobインタフェース内CallableStatement- 例外:
SQLException
-
getBoolean
- 定義:
getBooleanインタフェース内CallableStatement- 例外:
SQLException
-
getBoolean
- 定義:
getBooleanインタフェース内CallableStatement- 例外:
SQLException
-
getByte
- 定義:
getByteインタフェース内CallableStatement- 例外:
SQLException
-
getByte
- 定義:
getByteインタフェース内CallableStatement- 例外:
SQLException
-
getBytes
- 定義:
getBytesインタフェース内CallableStatement- 例外:
SQLException
-
getBytes
- 定義:
getBytesインタフェース内CallableStatement- 例外:
SQLException
-
getCharacterStream
- 定義:
getCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
getCharacterStream
- 定義:
getCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
getClob
- 定義:
getClobインタフェース内CallableStatement- 例外:
SQLException
-
getClob
- 定義:
getClobインタフェース内CallableStatement- 例外:
SQLException
-
getConnection
- 定義:
getConnectionインタフェース内Statement- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内CallableStatement- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内CallableStatement- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内CallableStatement- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内CallableStatement- 例外:
SQLException
-
getDouble
- 定義:
getDoubleインタフェース内CallableStatement- 例外:
SQLException
-
getDouble
- 定義:
getDoubleインタフェース内CallableStatement- 例外:
SQLException
-
getFetchDirection
- 定義:
getFetchDirectionインタフェース内Statement- 例外:
SQLException
-
getFetchSize
- 定義:
getFetchSizeインタフェース内Statement- 例外:
SQLException
-
getFloat
- 定義:
getFloatインタフェース内CallableStatement- 例外:
SQLException
-
getFloat
- 定義:
getFloatインタフェース内CallableStatement- 例外:
SQLException
-
getGeneratedKeys
- 定義:
getGeneratedKeysインタフェース内Statement- 例外:
SQLException
-
getInt
- 定義:
getIntインタフェース内CallableStatement- 例外:
SQLException
-
getInt
- 定義:
getIntインタフェース内CallableStatement- 例外:
SQLException
-
getLong
- 定義:
getLongインタフェース内CallableStatement- 例外:
SQLException
-
getLong
- 定義:
getLongインタフェース内CallableStatement- 例外:
SQLException
-
getMaxFieldSize
- 定義:
getMaxFieldSizeインタフェース内Statement- 例外:
SQLException
-
getMaxRows
- 定義:
getMaxRowsインタフェース内Statement- 例外:
SQLException
-
getMetaData
- 定義:
getMetaDataインタフェース内PreparedStatement- 例外:
SQLException
-
getMoreResults
- 定義:
getMoreResultsインタフェース内Statement- 例外:
SQLException
-
getMoreResults
- 定義:
getMoreResultsインタフェース内Statement- 例外:
SQLException
-
getNCharacterStream
- 定義:
getNCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
getNCharacterStream
- 定義:
getNCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
getNClob
- 定義:
getNClobインタフェース内CallableStatement- 例外:
SQLException
-
getNClob
- 定義:
getNClobインタフェース内CallableStatement- 例外:
SQLException
-
getNString
- 定義:
getNStringインタフェース内CallableStatement- 例外:
SQLException
-
getNString
- 定義:
getNStringインタフェース内CallableStatement- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内CallableStatement- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内CallableStatement- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内CallableStatement- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内CallableStatement- 例外:
SQLException
-
getParameterMetaData
- 定義:
getParameterMetaDataインタフェース内PreparedStatement- 例外:
SQLException
-
getQueryTimeout
- 定義:
getQueryTimeoutインタフェース内Statement- 例外:
SQLException
-
getRef
- 定義:
getRefインタフェース内CallableStatement- 例外:
SQLException
-
getRef
- 定義:
getRefインタフェース内CallableStatement- 例外:
SQLException
-
getResultSet
- 定義:
getResultSetインタフェース内Statement- 例外:
SQLException
-
getResultSetConcurrency
- 定義:
getResultSetConcurrencyインタフェース内Statement- 例外:
SQLException
-
getResultSetHoldability
- 定義:
getResultSetHoldabilityインタフェース内Statement- 例外:
SQLException
-
getResultSetType
- 定義:
getResultSetTypeインタフェース内Statement- 例外:
SQLException
-
getRowId
- 定義:
getRowIdインタフェース内CallableStatement- 例外:
SQLException
-
getRowId
- 定義:
getRowIdインタフェース内CallableStatement- 例外:
SQLException
-
getShort
- 定義:
getShortインタフェース内CallableStatement- 例外:
SQLException
-
getShort
- 定義:
getShortインタフェース内CallableStatement- 例外:
SQLException
-
getSQLXML
- 定義:
getSQLXMLインタフェース内CallableStatement- 例外:
SQLException
-
getSQLXML
- 定義:
getSQLXMLインタフェース内CallableStatement- 例外:
SQLException
-
getString
- 定義:
getStringインタフェース内CallableStatement- 例外:
SQLException
-
getString
- 定義:
getStringインタフェース内CallableStatement- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内CallableStatement- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内CallableStatement- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内CallableStatement- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内CallableStatement- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内CallableStatement- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内CallableStatement- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内CallableStatement- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内CallableStatement- 例外:
SQLException
-
getUpdateCount
- 定義:
getUpdateCountインタフェース内Statement- 例外:
SQLException
-
getURL
- 定義:
getURLインタフェース内CallableStatement- 例外:
SQLException
-
getURL
- 定義:
getURLインタフェース内CallableStatement- 例外:
SQLException
-
getWarnings
- 定義:
getWarningsインタフェース内Statement- 例外:
SQLException
-
isClosed
- 定義:
isClosedインタフェース内Statement- 例外:
SQLException
-
isPoolable
- 定義:
isPoolableインタフェース内Statement- 例外:
SQLException
-
isWrapperFor
- 定義:
isWrapperForインタフェース内Wrapper- 例外:
SQLException
-
registerOutParameter
- 定義:
registerOutParameterインタフェース内CallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException - 定義:
registerOutParameterインタフェース内CallableStatement- 例外:
SQLException
-
registerOutParameter
- 定義:
registerOutParameterインタフェース内CallableStatement- 例外:
SQLException
-
registerOutParameter
- 定義:
registerOutParameterインタフェース内CallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException - 定義:
registerOutParameterインタフェース内CallableStatement- 例外:
SQLException
-
registerOutParameter
- 定義:
registerOutParameterインタフェース内CallableStatement- 例外:
SQLException
-
setArray
- 定義:
setArrayインタフェース内PreparedStatement- 例外:
SQLException
-
setAsciiStream
- 定義:
setAsciiStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setAsciiStream
- 定義:
setAsciiStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setAsciiStream
- 定義:
setAsciiStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setAsciiStream
- 定義:
setAsciiStreamインタフェース内CallableStatement- 例外:
SQLException
-
setAsciiStream
- 定義:
setAsciiStreamインタフェース内CallableStatement- 例外:
SQLException
-
setAsciiStream
- 定義:
setAsciiStreamインタフェース内CallableStatement- 例外:
SQLException
-
setBigDecimal
- 定義:
setBigDecimalインタフェース内PreparedStatement- 例外:
SQLException
-
setBigDecimal
- 定義:
setBigDecimalインタフェース内CallableStatement- 例外:
SQLException
-
setBinaryStream
- 定義:
setBinaryStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setBinaryStream
- 定義:
setBinaryStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setBinaryStream
- 定義:
setBinaryStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setBinaryStream
- 定義:
setBinaryStreamインタフェース内CallableStatement- 例外:
SQLException
-
setBinaryStream
- 定義:
setBinaryStreamインタフェース内CallableStatement- 例外:
SQLException
-
setBinaryStream
- 定義:
setBinaryStreamインタフェース内CallableStatement- 例外:
SQLException
-
setBlob
- 定義:
setBlobインタフェース内PreparedStatement- 例外:
SQLException
-
setBlob
- 定義:
setBlobインタフェース内PreparedStatement- 例外:
SQLException
-
setBlob
- 定義:
setBlobインタフェース内PreparedStatement- 例外:
SQLException
-
setBlob
- 定義:
setBlobインタフェース内CallableStatement- 例外:
SQLException
-
setBlob
- 定義:
setBlobインタフェース内CallableStatement- 例外:
SQLException
-
setBlob
- 定義:
setBlobインタフェース内CallableStatement- 例外:
SQLException
-
setBoolean
- 定義:
setBooleanインタフェース内PreparedStatement- 例外:
SQLException
-
setBoolean
- 定義:
setBooleanインタフェース内CallableStatement- 例外:
SQLException
-
setByte
- 定義:
setByteインタフェース内PreparedStatement- 例外:
SQLException
-
setByte
- 定義:
setByteインタフェース内CallableStatement- 例外:
SQLException
-
setBytes
- 定義:
setBytesインタフェース内PreparedStatement- 例外:
SQLException
-
setBytes
- 定義:
setBytesインタフェース内CallableStatement- 例外:
SQLException
-
setCharacterStream
- 定義:
setCharacterStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setCharacterStream
- 定義:
setCharacterStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setCharacterStream
- 定義:
setCharacterStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setCharacterStream
- 定義:
setCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException - 定義:
setCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
setCharacterStream
- 定義:
setCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
setClob
- 定義:
setClobインタフェース内PreparedStatement- 例外:
SQLException
-
setClob
- 定義:
setClobインタフェース内PreparedStatement- 例外:
SQLException
-
setClob
- 定義:
setClobインタフェース内PreparedStatement- 例外:
SQLException
-
setClob
- 定義:
setClobインタフェース内CallableStatement- 例外:
SQLException
-
setClob
- 定義:
setClobインタフェース内CallableStatement- 例外:
SQLException
-
setClob
- 定義:
setClobインタフェース内CallableStatement- 例外:
SQLException
-
setCursorName
- 定義:
setCursorNameインタフェース内Statement- 例外:
SQLException
-
setDate
- 定義:
setDateインタフェース内PreparedStatement- 例外:
SQLException
-
setDate
- 定義:
setDateインタフェース内PreparedStatement- 例外:
SQLException
-
setDate
- 定義:
setDateインタフェース内CallableStatement- 例外:
SQLException
-
setDate
- 定義:
setDateインタフェース内CallableStatement- 例外:
SQLException
-
setDouble
- 定義:
setDoubleインタフェース内PreparedStatement- 例外:
SQLException
-
setDouble
- 定義:
setDoubleインタフェース内CallableStatement- 例外:
SQLException
-
setEscapeProcessing
- 定義:
setEscapeProcessingインタフェース内Statement- 例外:
SQLException
-
setFetchDirection
- 定義:
setFetchDirectionインタフェース内Statement- 例外:
SQLException
-
setFetchSize
- 定義:
setFetchSizeインタフェース内Statement- 例外:
SQLException
-
setFloat
- 定義:
setFloatインタフェース内PreparedStatement- 例外:
SQLException
-
setFloat
- 定義:
setFloatインタフェース内CallableStatement- 例外:
SQLException
-
setInt
- 定義:
setIntインタフェース内PreparedStatement- 例外:
SQLException
-
setInt
- 定義:
setIntインタフェース内CallableStatement- 例外:
SQLException
-
setLong
- 定義:
setLongインタフェース内PreparedStatement- 例外:
SQLException
-
setLong
- 定義:
setLongインタフェース内CallableStatement- 例外:
SQLException
-
setMaxFieldSize
- 定義:
setMaxFieldSizeインタフェース内Statement- 例外:
SQLException
-
setMaxRows
- 定義:
setMaxRowsインタフェース内Statement- 例外:
SQLException
-
setNCharacterStream
- 定義:
setNCharacterStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setNCharacterStream
- 定義:
setNCharacterStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException - 定義:
setNCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
setNCharacterStream
- 定義:
setNCharacterStreamインタフェース内CallableStatement- 例外:
SQLException
-
setNClob
- 定義:
setNClobインタフェース内PreparedStatement- 例外:
SQLException
-
setNClob
- 定義:
setNClobインタフェース内PreparedStatement- 例外:
SQLException
-
setNClob
- 定義:
setNClobインタフェース内PreparedStatement- 例外:
SQLException
-
setNClob
- 定義:
setNClobインタフェース内CallableStatement- 例外:
SQLException
-
setNClob
- 定義:
setNClobインタフェース内CallableStatement- 例外:
SQLException
-
setNClob
- 定義:
setNClobインタフェース内CallableStatement- 例外:
SQLException
-
setNString
- 定義:
setNStringインタフェース内PreparedStatement- 例外:
SQLException
-
setNString
- 定義:
setNStringインタフェース内CallableStatement- 例外:
SQLException
-
setNull
- 定義:
setNullインタフェース内PreparedStatement- 例外:
SQLException
-
setNull
- 定義:
setNullインタフェース内PreparedStatement- 例外:
SQLException
-
setNull
- 定義:
setNullインタフェース内CallableStatement- 例外:
SQLException
-
setNull
- 定義:
setNullインタフェース内CallableStatement- 例外:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - 定義:
setObjectインタフェース内PreparedStatement- 例外:
SQLException
-
setObject
- 定義:
setObjectインタフェース内PreparedStatement- 例外:
SQLException
-
setObject
- 定義:
setObjectインタフェース内PreparedStatement- 例外:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException - 定義:
setObjectインタフェース内CallableStatement- 例外:
SQLException
-
setObject
- 定義:
setObjectインタフェース内CallableStatement- 例外:
SQLException
-
setObject
- 定義:
setObjectインタフェース内CallableStatement- 例外:
SQLException
-
setPoolable
- 定義:
setPoolableインタフェース内Statement- 例外:
SQLException
-
setQueryTimeout
- 定義:
setQueryTimeoutインタフェース内Statement- 例外:
SQLException
-
setRef
- 定義:
setRefインタフェース内PreparedStatement- 例外:
SQLException
-
setRowId
- 定義:
setRowIdインタフェース内PreparedStatement- 例外:
SQLException
-
setRowId
- 定義:
setRowIdインタフェース内CallableStatement- 例外:
SQLException
-
setShort
- 定義:
setShortインタフェース内PreparedStatement- 例外:
SQLException
-
setShort
- 定義:
setShortインタフェース内CallableStatement- 例外:
SQLException
-
setSQLXML
- 定義:
setSQLXMLインタフェース内PreparedStatement- 例外:
SQLException
-
setSQLXML
- 定義:
setSQLXMLインタフェース内CallableStatement- 例外:
SQLException
-
setString
- 定義:
setStringインタフェース内PreparedStatement- 例外:
SQLException
-
setString
- 定義:
setStringインタフェース内CallableStatement- 例外:
SQLException
-
setTime
- 定義:
setTimeインタフェース内PreparedStatement- 例外:
SQLException
-
setTime
- 定義:
setTimeインタフェース内PreparedStatement- 例外:
SQLException
-
setTime
- 定義:
setTimeインタフェース内CallableStatement- 例外:
SQLException
-
setTime
- 定義:
setTimeインタフェース内CallableStatement- 例外:
SQLException
-
setTimestamp
- 定義:
setTimestampインタフェース内PreparedStatement- 例外:
SQLException
-
setTimestamp
- 定義:
setTimestampインタフェース内PreparedStatement- 例外:
SQLException
-
setTimestamp
- 定義:
setTimestampインタフェース内CallableStatement- 例外:
SQLException
-
setTimestamp
- 定義:
setTimestampインタフェース内CallableStatement- 例外:
SQLException
-
setUnicodeStream
- 定義:
setUnicodeStreamインタフェース内PreparedStatement- 例外:
SQLException
-
setURL
- 定義:
setURLインタフェース内PreparedStatement- 例外:
SQLException
-
setURL
- 定義:
setURLインタフェース内CallableStatement- 例外:
SQLException
-
unwrap
- 定義:
unwrapインタフェース内Wrapper- 例外:
SQLException
-
wasNull
- 定義:
wasNullインタフェース内CallableStatement- 例外:
SQLException
-
closeOnCompletion
- 定義:
closeOnCompletionインタフェース内Statement- 例外:
SQLException
-
isCloseOnCompletion
- 定義:
isCloseOnCompletionインタフェース内Statement- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内CallableStatement- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内CallableStatement- 例外:
SQLException
-