パッケージ com.handywedge.db
クラス FWCallableStatementWrapper
- java.lang.Object
-
- com.handywedge.db.FWStatementWrapper
-
- com.handywedge.db.FWPreparedStatementWrapper
-
- com.handywedge.db.FWCallableStatementWrapper
-
- すべての実装されたインタフェース:
com.handywedge.db.FWCallableStatement,com.handywedge.db.FWFullCallableStatement,com.handywedge.db.FWFullPreparedStatement,com.handywedge.db.FWFullStatement,com.handywedge.db.FWPreparedStatement,com.handywedge.db.FWStatement,AutoCloseable
public class FWCallableStatementWrapper extends FWPreparedStatementWrapper implements com.handywedge.db.FWFullCallableStatement
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 booleanexecute(String sql, String[] columnNames)longexecuteLargeUpdate(String sql)longexecuteLargeUpdate(String sql, int autoGeneratedKeys)longexecuteLargeUpdate(String sql, int[] columnIndexes)ArraygetArray(int parameterIndex)ArraygetArray(String parameterName)BigDecimalgetBigDecimal(int parameterIndex)BigDecimalgetBigDecimal(String parameterName)BlobgetBlob(int parameterIndex)BlobgetBlob(String parameterName)booleangetBoolean(int parameterIndex)booleangetBoolean(String parameterName)bytegetByte(int parameterIndex)bytegetByte(String parameterName)byte[]getBytes(int parameterIndex)byte[]getBytes(String parameterName)ReadergetCharacterStream(int parameterIndex)ReadergetCharacterStream(String parameterName)ClobgetClob(int parameterIndex)ClobgetClob(String parameterName)DategetDate(int parameterIndex)DategetDate(int parameterIndex, Calendar cal)DategetDate(String parameterName)DategetDate(String parameterName, Calendar cal)doublegetDouble(int parameterIndex)doublegetDouble(String parameterName)floatgetFloat(int parameterIndex)floatgetFloat(String parameterName)intgetInt(int parameterIndex)intgetInt(String parameterName)longgetLong(int parameterIndex)longgetLong(String parameterName)ReadergetNCharacterStream(int parameterIndex)ReadergetNCharacterStream(String parameterName)NClobgetNClob(int parameterIndex)NClobgetNClob(String parameterName)StringgetNString(int parameterIndex)StringgetNString(String parameterName)ObjectgetObject(int parameterIndex)<T> TgetObject(int parameterIndex, Class<T> type)ObjectgetObject(int parameterIndex, Map<String,Class<?>> map)ObjectgetObject(String parameterName)<T> TgetObject(String parameterName, Class<T> type)ObjectgetObject(String parameterName, Map<String,Class<?>> map)RefgetRef(int parameterIndex)RefgetRef(String parameterName)RowIdgetRowId(int parameterIndex)RowIdgetRowId(String parameterName)shortgetShort(int parameterIndex)shortgetShort(String parameterName)SQLXMLgetSQLXML(int parameterIndex)SQLXMLgetSQLXML(String parameterName)StringgetString(int parameterIndex)StringgetString(String parameterName)TimegetTime(int parameterIndex)TimegetTime(int parameterIndex, Calendar cal)TimegetTime(String parameterName)TimegetTime(String parameterName, Calendar cal)TimestampgetTimestamp(int parameterIndex)TimestampgetTimestamp(int parameterIndex, Calendar cal)TimestampgetTimestamp(String parameterName)TimestampgetTimestamp(String parameterName, Calendar cal)URLgetURL(int parameterIndex)URLgetURL(String parameterName)voidregisterOutParameter(int parameterIndex, int sqlType)voidregisterOutParameter(int parameterIndex, int sqlType, int scale)voidregisterOutParameter(int parameterIndex, int sqlType, String typeName)voidregisterOutParameter(int parameterIndex, SQLType sqlType)voidregisterOutParameter(int parameterIndex, SQLType sqlType, int scale)voidregisterOutParameter(int parameterIndex, SQLType sqlType, String typeName)voidregisterOutParameter(String parameterName, int sqlType)voidregisterOutParameter(String parameterName, int sqlType, int scale)voidregisterOutParameter(String parameterName, int sqlType, String typeName)voidregisterOutParameter(String parameterName, SQLType sqlType)voidregisterOutParameter(String parameterName, SQLType sqlType, int scale)voidregisterOutParameter(String parameterName, SQLType sqlType, String typeName)voidsetAsciiStream(String parameterName, InputStream x)voidsetAsciiStream(String parameterName, InputStream x, int length)voidsetAsciiStream(String parameterName, InputStream x, long length)voidsetBigDecimal(String parameterName, BigDecimal x)voidsetBinaryStream(String parameterName, InputStream x)voidsetBinaryStream(String parameterName, InputStream x, int length)voidsetBinaryStream(String parameterName, InputStream x, long length)voidsetBlob(String parameterName, InputStream inputStream)voidsetBlob(String parameterName, InputStream inputStream, long length)voidsetBlob(String parameterName, Blob x)voidsetBoolean(String parameterName, boolean x)voidsetByte(String parameterName, byte x)voidsetBytes(String parameterName, byte[] x)voidsetCharacterStream(String parameterName, Reader reader)voidsetCharacterStream(String parameterName, Reader reader, int length)voidsetCharacterStream(String parameterName, Reader reader, long length)voidsetClob(String parameterName, Reader reader)voidsetClob(String parameterName, Reader reader, long length)voidsetClob(String parameterName, Clob x)voidsetDate(String parameterName, Date x)voidsetDate(String parameterName, Date x, Calendar cal)voidsetDouble(String parameterName, double x)voidsetFloat(String parameterName, float x)voidsetInt(String parameterName, int x)voidsetLong(String parameterName, long x)voidsetNCharacterStream(String parameterName, Reader value)voidsetNCharacterStream(String parameterName, Reader value, long length)voidsetNClob(String parameterName, Reader reader)voidsetNClob(String parameterName, Reader reader, long length)voidsetNClob(String parameterName, NClob value)voidsetNString(String parameterName, String value)voidsetNull(String parameterName, int sqlType)voidsetNull(String parameterName, int sqlType, String typeName)voidsetObject(String parameterName, Object x)voidsetObject(String parameterName, Object x, int targetSqlType)voidsetObject(String parameterName, Object x, int targetSqlType, int scale)voidsetObject(String parameterName, Object x, SQLType targetSqlType)voidsetObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength)voidsetRowId(String parameterName, RowId x)voidsetShort(String parameterName, short x)voidsetSQLXML(String parameterName, SQLXML xmlObject)voidsetString(String parameterName, String x)voidsetTime(String parameterName, Time x)voidsetTime(String parameterName, Time x, Calendar cal)voidsetTimestamp(int parameterIndex, Timestamp x, Calendar cal)voidsetTimestamp(String parameterName, Timestamp x)voidsetTimestamp(String parameterName, Timestamp x, Calendar cal)voidsetURL(String parameterName, URL val)booleanwasNull()-
クラスから継承されたメソッド com.handywedge.db.FWPreparedStatementWrapper
addBatch, clearBatch, 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, setURL
-
クラスから継承されたメソッド com.handywedge.db.FWStatementWrapper
addBatch, cancel, clearWarnings, close, closeOnCompletion, execute, execute, execute, executeBatch, executeLargeBatch, 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, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド com.handywedge.db.FWFullStatement
cancel, clearWarnings, closeOnCompletion, getConnection, getFetchDirection, getFetchSize, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getWarnings, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setFetchDirection, setFetchSize, setPoolable, unwrap
-
インタフェースから継承されたメソッド com.handywedge.db.FWPreparedStatement
addBatch, 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, setURL
-
インタフェースから継承されたメソッド com.handywedge.db.FWStatement
addBatch, clearBatch, close, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getUpdateCount, isClosed, setEscapeProcessing, setLargeMaxRows, setMaxFieldSize, setMaxRows, setQueryTimeout
-
-
-
-
メソッドの詳細
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType) throws SQLException- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
wasNull
public boolean wasNull() throws SQLException- 定義:
wasNullインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getString
public String getString(int parameterIndex) throws SQLException
- 定義:
getStringインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBoolean
public boolean getBoolean(int parameterIndex) throws SQLException- 定義:
getBooleanインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getByte
public byte getByte(int parameterIndex) throws SQLException- 定義:
getByteインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getShort
public short getShort(int parameterIndex) throws SQLException- 定義:
getShortインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getInt
public int getInt(int parameterIndex) throws SQLException- 定義:
getIntインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getLong
public long getLong(int parameterIndex) throws SQLException- 定義:
getLongインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getFloat
public float getFloat(int parameterIndex) throws SQLException- 定義:
getFloatインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getDouble
public double getDouble(int parameterIndex) throws SQLException- 定義:
getDoubleインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBytes
public byte[] getBytes(int parameterIndex) throws SQLException- 定義:
getBytesインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getDate
public Date getDate(int parameterIndex) throws SQLException
- 定義:
getDateインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTime
public Time getTime(int parameterIndex) throws SQLException
- 定義:
getTimeインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int parameterIndex) throws SQLException
- 定義:
getTimestampインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getObject
public Object getObject(int parameterIndex) throws SQLException
- 定義:
getObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(int parameterIndex) throws SQLException
- 定義:
getBigDecimalインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getObject
public Object getObject(int parameterIndex, Map<String,Class<?>> map) throws SQLException
- 定義:
getObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getRef
public Ref getRef(int parameterIndex) throws SQLException
- 定義:
getRefインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBlob
public Blob getBlob(int parameterIndex) throws SQLException
- 定義:
getBlobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getClob
public Clob getClob(int parameterIndex) throws SQLException
- 定義:
getClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getArray
public Array getArray(int parameterIndex) throws SQLException
- 定義:
getArrayインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getDate
public Date getDate(int parameterIndex, Calendar cal) throws SQLException
- 定義:
getDateインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTime
public Time getTime(int parameterIndex, Calendar cal) throws SQLException
- 定義:
getTimeインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
- 定義:
getTimestampインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType) throws SQLException
- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setTimestamp
public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException- 定義:
setTimestampインタフェース内com.handywedge.db.FWPreparedStatement- オーバーライド:
setTimestampクラス内FWPreparedStatementWrapper- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getURL
public URL getURL(int parameterIndex) throws SQLException
- 定義:
getURLインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setURL
public void setURL(String parameterName, URL val) throws SQLException
- 定義:
setURLインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNull
public void setNull(String parameterName, int sqlType) throws SQLException
- 定義:
setNullインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBoolean
public void setBoolean(String parameterName, boolean x) throws SQLException
- 定義:
setBooleanインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setByte
public void setByte(String parameterName, byte x) throws SQLException
- 定義:
setByteインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setShort
public void setShort(String parameterName, short x) throws SQLException
- 定義:
setShortインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setInt
public void setInt(String parameterName, int x) throws SQLException
- 定義:
setIntインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setLong
public void setLong(String parameterName, long x) throws SQLException
- 定義:
setLongインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setFloat
public void setFloat(String parameterName, float x) throws SQLException
- 定義:
setFloatインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setDouble
public void setDouble(String parameterName, double x) throws SQLException
- 定義:
setDoubleインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBigDecimal
public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
- 定義:
setBigDecimalインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setString
public void setString(String parameterName, String x) throws SQLException
- 定義:
setStringインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBytes
public void setBytes(String parameterName, byte[] x) throws SQLException
- 定義:
setBytesインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setDate
public void setDate(String parameterName, Date x) throws SQLException
- 定義:
setDateインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
execute
public boolean execute(String sql, String[] columnNames) throws SQLException
- 定義:
executeインタフェース内com.handywedge.db.FWStatement- オーバーライド:
executeクラス内FWStatementWrapper- 例外:
SQLException
-
setTime
public void setTime(String parameterName, Time x) throws SQLException
- 定義:
setTimeインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp x) throws SQLException
- 定義:
setTimestampインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setAsciiStream
public void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
- 定義:
setAsciiStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBinaryStream
public void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
- 定義:
setBinaryStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
- 定義:
setObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
- 定義:
setObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setObject
public void setObject(String parameterName, Object x) throws SQLException
- 定義:
setObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
- 定義:
setCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setDate
public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
- 定義:
setDateインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setTime
public void setTime(String parameterName, Time x, Calendar cal) throws SQLException
- 定義:
setTimeインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- オーバーライド:
executeLargeUpdateクラス内FWStatementWrapper- 例外:
SQLException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
- 定義:
setTimestampインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- オーバーライド:
executeLargeUpdateクラス内FWStatementWrapper- 例外:
SQLException
-
setNull
public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
- 定義:
setNullインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getString
public String getString(String parameterName) throws SQLException
- 定義:
getStringインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- オーバーライド:
executeLargeUpdateクラス内FWStatementWrapper- 例外:
SQLException
-
getBoolean
public boolean getBoolean(String parameterName) throws SQLException
- 定義:
getBooleanインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getByte
public byte getByte(String parameterName) throws SQLException
- 定義:
getByteインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getShort
public short getShort(String parameterName) throws SQLException
- 定義:
getShortインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getInt
public int getInt(String parameterName) throws SQLException
- 定義:
getIntインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getLong
public long getLong(String parameterName) throws SQLException
- 定義:
getLongインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getFloat
public float getFloat(String parameterName) throws SQLException
- 定義:
getFloatインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getDouble
public double getDouble(String parameterName) throws SQLException
- 定義:
getDoubleインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBytes
public byte[] getBytes(String parameterName) throws SQLException
- 定義:
getBytesインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getDate
public Date getDate(String parameterName) throws SQLException
- 定義:
getDateインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTime
public Time getTime(String parameterName) throws SQLException
- 定義:
getTimeインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String parameterName) throws SQLException
- 定義:
getTimestampインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getObject
public Object getObject(String parameterName) throws SQLException
- 定義:
getObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(String parameterName) throws SQLException
- 定義:
getBigDecimalインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getObject
public Object getObject(String parameterName, Map<String,Class<?>> map) throws SQLException
- 定義:
getObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getRef
public Ref getRef(String parameterName) throws SQLException
- 定義:
getRefインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getBlob
public Blob getBlob(String parameterName) throws SQLException
- 定義:
getBlobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getClob
public Clob getClob(String parameterName) throws SQLException
- 定義:
getClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getArray
public Array getArray(String parameterName) throws SQLException
- 定義:
getArrayインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getDate
public Date getDate(String parameterName, Calendar cal) throws SQLException
- 定義:
getDateインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTime
public Time getTime(String parameterName, Calendar cal) throws SQLException
- 定義:
getTimeインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
- 定義:
getTimestampインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getURL
public URL getURL(String parameterName) throws SQLException
- 定義:
getURLインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getRowId
public RowId getRowId(int parameterIndex) throws SQLException
- 定義:
getRowIdインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getRowId
public RowId getRowId(String parameterName) throws SQLException
- 定義:
getRowIdインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setRowId
public void setRowId(String parameterName, RowId x) throws SQLException
- 定義:
setRowIdインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNString
public void setNString(String parameterName, String value) throws SQLException
- 定義:
setNStringインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
- 定義:
setNCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNClob
public void setNClob(String parameterName, NClob value) throws SQLException
- 定義:
setNClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setClob
public void setClob(String parameterName, Reader reader, long length) throws SQLException
- 定義:
setClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBlob
public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
- 定義:
setBlobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNClob
public void setNClob(String parameterName, Reader reader, long length) throws SQLException
- 定義:
setNClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getNClob
public NClob getNClob(int parameterIndex) throws SQLException
- 定義:
getNClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getNClob
public NClob getNClob(String parameterName) throws SQLException
- 定義:
getNClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setSQLXML
public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
- 定義:
setSQLXMLインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getSQLXML
public SQLXML getSQLXML(int parameterIndex) throws SQLException
- 定義:
getSQLXMLインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getSQLXML
public SQLXML getSQLXML(String parameterName) throws SQLException
- 定義:
getSQLXMLインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getNString
public String getNString(int parameterIndex) throws SQLException
- 定義:
getNStringインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getNString
public String getNString(String parameterName) throws SQLException
- 定義:
getNStringインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(int parameterIndex) throws SQLException
- 定義:
getNCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(String parameterName) throws SQLException
- 定義:
getNCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getCharacterStream
public Reader getCharacterStream(int parameterIndex) throws SQLException
- 定義:
getCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getCharacterStream
public Reader getCharacterStream(String parameterName) throws SQLException
- 定義:
getCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBlob
public void setBlob(String parameterName, Blob x) throws SQLException
- 定義:
setBlobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setClob
public void setClob(String parameterName, Clob x) throws SQLException
- 定義:
setClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setAsciiStream
public void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException
- 定義:
setAsciiStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBinaryStream
public void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException
- 定義:
setBinaryStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException
- 定義:
setCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setAsciiStream
public void setAsciiStream(String parameterName, InputStream x) throws SQLException
- 定義:
setAsciiStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBinaryStream
public void setBinaryStream(String parameterName, InputStream x) throws SQLException
- 定義:
setBinaryStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader) throws SQLException
- 定義:
setCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value) throws SQLException
- 定義:
setNCharacterStreamインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setClob
public void setClob(String parameterName, Reader reader) throws SQLException
- 定義:
setClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setBlob
public void setBlob(String parameterName, InputStream inputStream) throws SQLException
- 定義:
setBlobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setNClob
public void setNClob(String parameterName, Reader reader) throws SQLException
- 定義:
setNClobインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getObject
public <T> T getObject(int parameterIndex, Class<T> type) throws SQLException- 定義:
getObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
getObject
public <T> T getObject(String parameterName, Class<T> type) throws SQLException
- 定義:
getObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setObject
public void setObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
- 定義:
setObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
setObject
public void setObject(String parameterName, Object x, SQLType targetSqlType) throws SQLException
- 定義:
setObjectインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType) throws SQLException- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, int scale) throws SQLException- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, String typeName) throws SQLException- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType) throws SQLException
- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, int scale) throws SQLException
- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, String typeName) throws SQLException
- 定義:
registerOutParameterインタフェース内com.handywedge.db.FWCallableStatement- 例外:
SQLException
-
-