public class FWCallableStatementWrapper extends FWPreparedStatementWrapper implements com.handywedge.db.FWFullCallableStatement
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
execute(String sql,
String[] columnNames) |
long |
executeLargeUpdate(String sql) |
long |
executeLargeUpdate(String sql,
int autoGeneratedKeys) |
long |
executeLargeUpdate(String sql,
int[] columnIndexes) |
Array |
getArray(int parameterIndex) |
Array |
getArray(String parameterName) |
BigDecimal |
getBigDecimal(int parameterIndex) |
BigDecimal |
getBigDecimal(String parameterName) |
Blob |
getBlob(int parameterIndex) |
Blob |
getBlob(String parameterName) |
boolean |
getBoolean(int parameterIndex) |
boolean |
getBoolean(String parameterName) |
byte |
getByte(int parameterIndex) |
byte |
getByte(String parameterName) |
byte[] |
getBytes(int parameterIndex) |
byte[] |
getBytes(String parameterName) |
Reader |
getCharacterStream(int parameterIndex) |
Reader |
getCharacterStream(String parameterName) |
Clob |
getClob(int parameterIndex) |
Clob |
getClob(String parameterName) |
Date |
getDate(int parameterIndex) |
Date |
getDate(int parameterIndex,
Calendar cal) |
Date |
getDate(String parameterName) |
Date |
getDate(String parameterName,
Calendar cal) |
double |
getDouble(int parameterIndex) |
double |
getDouble(String parameterName) |
float |
getFloat(int parameterIndex) |
float |
getFloat(String parameterName) |
int |
getInt(int parameterIndex) |
int |
getInt(String parameterName) |
long |
getLong(int parameterIndex) |
long |
getLong(String parameterName) |
Reader |
getNCharacterStream(int parameterIndex) |
Reader |
getNCharacterStream(String parameterName) |
NClob |
getNClob(int parameterIndex) |
NClob |
getNClob(String parameterName) |
String |
getNString(int parameterIndex) |
String |
getNString(String parameterName) |
Object |
getObject(int parameterIndex) |
<T> T |
getObject(int parameterIndex,
Class<T> type) |
Object |
getObject(int parameterIndex,
Map<String,Class<?>> map) |
Object |
getObject(String parameterName) |
<T> T |
getObject(String parameterName,
Class<T> type) |
Object |
getObject(String parameterName,
Map<String,Class<?>> map) |
Ref |
getRef(int parameterIndex) |
Ref |
getRef(String parameterName) |
RowId |
getRowId(int parameterIndex) |
RowId |
getRowId(String parameterName) |
short |
getShort(int parameterIndex) |
short |
getShort(String parameterName) |
SQLXML |
getSQLXML(int parameterIndex) |
SQLXML |
getSQLXML(String parameterName) |
String |
getString(int parameterIndex) |
String |
getString(String parameterName) |
Time |
getTime(int parameterIndex) |
Time |
getTime(int parameterIndex,
Calendar cal) |
Time |
getTime(String parameterName) |
Time |
getTime(String parameterName,
Calendar cal) |
Timestamp |
getTimestamp(int parameterIndex) |
Timestamp |
getTimestamp(int parameterIndex,
Calendar cal) |
Timestamp |
getTimestamp(String parameterName) |
Timestamp |
getTimestamp(String parameterName,
Calendar cal) |
URL |
getURL(int parameterIndex) |
URL |
getURL(String parameterName) |
void |
registerOutParameter(int parameterIndex,
int sqlType) |
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale) |
void |
registerOutParameter(int parameterIndex,
int sqlType,
String typeName) |
void |
registerOutParameter(int parameterIndex,
SQLType sqlType) |
void |
registerOutParameter(int parameterIndex,
SQLType sqlType,
int scale) |
void |
registerOutParameter(int parameterIndex,
SQLType sqlType,
String typeName) |
void |
registerOutParameter(String parameterName,
int sqlType) |
void |
registerOutParameter(String parameterName,
int sqlType,
int scale) |
void |
registerOutParameter(String parameterName,
int sqlType,
String typeName) |
void |
registerOutParameter(String parameterName,
SQLType sqlType) |
void |
registerOutParameter(String parameterName,
SQLType sqlType,
int scale) |
void |
registerOutParameter(String parameterName,
SQLType sqlType,
String typeName) |
void |
setAsciiStream(String parameterName,
InputStream x) |
void |
setAsciiStream(String parameterName,
InputStream x,
int length) |
void |
setAsciiStream(String parameterName,
InputStream x,
long length) |
void |
setBigDecimal(String parameterName,
BigDecimal x) |
void |
setBinaryStream(String parameterName,
InputStream x) |
void |
setBinaryStream(String parameterName,
InputStream x,
int length) |
void |
setBinaryStream(String parameterName,
InputStream x,
long length) |
void |
setBlob(String parameterName,
Blob x) |
void |
setBlob(String parameterName,
InputStream inputStream) |
void |
setBlob(String parameterName,
InputStream inputStream,
long length) |
void |
setBoolean(String parameterName,
boolean x) |
void |
setByte(String parameterName,
byte x) |
void |
setBytes(String parameterName,
byte[] x) |
void |
setCharacterStream(String parameterName,
Reader reader) |
void |
setCharacterStream(String parameterName,
Reader reader,
int length) |
void |
setCharacterStream(String parameterName,
Reader reader,
long length) |
void |
setClob(String parameterName,
Clob x) |
void |
setClob(String parameterName,
Reader reader) |
void |
setClob(String parameterName,
Reader reader,
long length) |
void |
setDate(String parameterName,
Date x) |
void |
setDate(String parameterName,
Date x,
Calendar cal) |
void |
setDouble(String parameterName,
double x) |
void |
setFloat(String parameterName,
float x) |
void |
setInt(String parameterName,
int x) |
void |
setLong(String parameterName,
long x) |
void |
setNCharacterStream(String parameterName,
Reader value) |
void |
setNCharacterStream(String parameterName,
Reader value,
long length) |
void |
setNClob(String parameterName,
NClob value) |
void |
setNClob(String parameterName,
Reader reader) |
void |
setNClob(String parameterName,
Reader reader,
long length) |
void |
setNString(String parameterName,
String value) |
void |
setNull(String parameterName,
int sqlType) |
void |
setNull(String parameterName,
int sqlType,
String typeName) |
void |
setObject(String parameterName,
Object x) |
void |
setObject(String parameterName,
Object x,
int targetSqlType) |
void |
setObject(String parameterName,
Object x,
int targetSqlType,
int scale) |
void |
setObject(String parameterName,
Object x,
SQLType targetSqlType) |
void |
setObject(String parameterName,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
setRowId(String parameterName,
RowId x) |
void |
setShort(String parameterName,
short x) |
void |
setSQLXML(String parameterName,
SQLXML xmlObject) |
void |
setString(String parameterName,
String x) |
void |
setTime(String parameterName,
Time x) |
void |
setTime(String parameterName,
Time x,
Calendar cal) |
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal) |
void |
setTimestamp(String parameterName,
Timestamp x) |
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal) |
void |
setURL(String parameterName,
URL val) |
boolean |
wasNull() |
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, setURLaddBatch, 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, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, 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, setURLcancel, clearWarnings, closeOnCompletion, getConnection, getFetchDirection, getFetchSize, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getWarnings, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setFetchDirection, setFetchSize, setPoolable, unwrapaddBatch, 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, setQueryTimeoutpublic void registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic String getString(int parameterIndex) throws SQLException
getString インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic boolean getBoolean(int parameterIndex)
throws SQLException
getBoolean インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic byte getByte(int parameterIndex)
throws SQLException
getByte インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic short getShort(int parameterIndex)
throws SQLException
getShort インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic int getInt(int parameterIndex)
throws SQLException
getInt インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic long getLong(int parameterIndex)
throws SQLException
getLong インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic float getFloat(int parameterIndex)
throws SQLException
getFloat インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic double getDouble(int parameterIndex)
throws SQLException
getDouble インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic byte[] getBytes(int parameterIndex)
throws SQLException
getBytes インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Date getDate(int parameterIndex) throws SQLException
getDate インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Time getTime(int parameterIndex) throws SQLException
getTime インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Timestamp getTimestamp(int parameterIndex) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Object getObject(int parameterIndex) throws SQLException
getObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int parameterIndex) throws SQLException
getBigDecimal インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Object getObject(int parameterIndex, Map<String,Class<?>> map) throws SQLException
getObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Ref getRef(int parameterIndex) throws SQLException
getRef インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Blob getBlob(int parameterIndex) throws SQLException
getBlob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Clob getClob(int parameterIndex) throws SQLException
getClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Array getArray(int parameterIndex) throws SQLException
getArray インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Date getDate(int parameterIndex, Calendar cal) throws SQLException
getDate インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Time getTime(int parameterIndex, Calendar cal) throws SQLException
getTime インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, int sqlType) throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
setTimestamp インタフェース内 com.handywedge.db.FWPreparedStatementsetTimestamp クラス内 FWPreparedStatementWrapperSQLExceptionpublic void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic URL getURL(int parameterIndex) throws SQLException
getURL インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setURL(String parameterName, URL val) throws SQLException
setURL インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNull(String parameterName, int sqlType) throws SQLException
setNull インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBoolean(String parameterName, boolean x) throws SQLException
setBoolean インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setByte(String parameterName, byte x) throws SQLException
setByte インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setShort(String parameterName, short x) throws SQLException
setShort インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setInt(String parameterName, int x) throws SQLException
setInt インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setLong(String parameterName, long x) throws SQLException
setLong インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setFloat(String parameterName, float x) throws SQLException
setFloat インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setDouble(String parameterName, double x) throws SQLException
setDouble インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
setBigDecimal インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setString(String parameterName, String x) throws SQLException
setString インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBytes(String parameterName, byte[] x) throws SQLException
setBytes インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setDate(String parameterName, Date x) throws SQLException
setDate インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic boolean execute(String sql, String[] columnNames) throws SQLException
execute インタフェース内 com.handywedge.db.FWStatementexecute クラス内 FWStatementWrapperSQLExceptionpublic void setTime(String parameterName, Time x) throws SQLException
setTime インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setTimestamp(String parameterName, Timestamp x) throws SQLException
setTimestamp インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
setAsciiStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
setBinaryStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
setObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
setObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setObject(String parameterName, Object x) throws SQLException
setObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
setCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setDate(String parameterName, Date x, Calendar cal) throws SQLException
setDate インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setTime(String parameterName, Time x, Calendar cal) throws SQLException
setTime インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic long executeLargeUpdate(String sql) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementexecuteLargeUpdate クラス内 FWStatementWrapperSQLExceptionpublic void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
setTimestamp インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic long executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementexecuteLargeUpdate クラス内 FWStatementWrapperSQLExceptionpublic void setNull(String parameterName, int sqlType, String typeName) throws SQLException
setNull インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic String getString(String parameterName) throws SQLException
getString インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic long executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementexecuteLargeUpdate クラス内 FWStatementWrapperSQLExceptionpublic boolean getBoolean(String parameterName) throws SQLException
getBoolean インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic byte getByte(String parameterName) throws SQLException
getByte インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic short getShort(String parameterName) throws SQLException
getShort インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic int getInt(String parameterName) throws SQLException
getInt インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic long getLong(String parameterName) throws SQLException
getLong インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic float getFloat(String parameterName) throws SQLException
getFloat インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic double getDouble(String parameterName) throws SQLException
getDouble インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic byte[] getBytes(String parameterName) throws SQLException
getBytes インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Date getDate(String parameterName) throws SQLException
getDate インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Time getTime(String parameterName) throws SQLException
getTime インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Timestamp getTimestamp(String parameterName) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Object getObject(String parameterName) throws SQLException
getObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic BigDecimal getBigDecimal(String parameterName) throws SQLException
getBigDecimal インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Object getObject(String parameterName, Map<String,Class<?>> map) throws SQLException
getObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Ref getRef(String parameterName) throws SQLException
getRef インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Blob getBlob(String parameterName) throws SQLException
getBlob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Clob getClob(String parameterName) throws SQLException
getClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Array getArray(String parameterName) throws SQLException
getArray インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Date getDate(String parameterName, Calendar cal) throws SQLException
getDate インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Time getTime(String parameterName, Calendar cal) throws SQLException
getTime インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic URL getURL(String parameterName) throws SQLException
getURL インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic RowId getRowId(int parameterIndex) throws SQLException
getRowId インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic RowId getRowId(String parameterName) throws SQLException
getRowId インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setRowId(String parameterName, RowId x) throws SQLException
setRowId インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNString(String parameterName, String value) throws SQLException
setNString インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
setNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNClob(String parameterName, NClob value) throws SQLException
setNClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setClob(String parameterName, Reader reader, long length) throws SQLException
setClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
setBlob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNClob(String parameterName, Reader reader, long length) throws SQLException
setNClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic NClob getNClob(int parameterIndex) throws SQLException
getNClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic NClob getNClob(String parameterName) throws SQLException
getNClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
setSQLXML インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic SQLXML getSQLXML(int parameterIndex) throws SQLException
getSQLXML インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic SQLXML getSQLXML(String parameterName) throws SQLException
getSQLXML インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic String getNString(int parameterIndex) throws SQLException
getNString インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic String getNString(String parameterName) throws SQLException
getNString インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Reader getNCharacterStream(int parameterIndex) throws SQLException
getNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Reader getNCharacterStream(String parameterName) throws SQLException
getNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Reader getCharacterStream(int parameterIndex) throws SQLException
getCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic Reader getCharacterStream(String parameterName) throws SQLException
getCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBlob(String parameterName, Blob x) throws SQLException
setBlob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setClob(String parameterName, Clob x) throws SQLException
setClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException
setAsciiStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException
setBinaryStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException
setCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setAsciiStream(String parameterName, InputStream x) throws SQLException
setAsciiStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBinaryStream(String parameterName, InputStream x) throws SQLException
setBinaryStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setCharacterStream(String parameterName, Reader reader) throws SQLException
setCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNCharacterStream(String parameterName, Reader value) throws SQLException
setNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setClob(String parameterName, Reader reader) throws SQLException
setClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setBlob(String parameterName, InputStream inputStream) throws SQLException
setBlob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setNClob(String parameterName, Reader reader) throws SQLException
setNClob インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic <T> T getObject(int parameterIndex,
Class<T> type)
throws SQLException
getObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic <T> T getObject(String parameterName, Class<T> type) throws SQLException
getObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
setObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void setObject(String parameterName, Object x, SQLType targetSqlType) throws SQLException
setObject インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
SQLType sqlType)
throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
SQLType sqlType,
int scale)
throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
SQLType sqlType,
String typeName)
throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, SQLType sqlType) throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, SQLType sqlType, int scale) throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, SQLType sqlType, String typeName) throws SQLException
registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatementSQLExceptionHandywedge ver 0.7.0-SNAPSHOT. Copyright (c) 2016-2018 C Studio Co.,Ltd.