public interface FWCallableStatement extends FWPreparedStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| 修飾子とタイプ | メソッドと説明 |
|---|---|
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(String parameterName,
Timestamp x) |
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal) |
void |
setURL(String parameterName,
URL val) |
boolean |
wasNull() |
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, setTimestamp, setURLaddBatch, clearBatch, close, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getUpdateCount, isClosed, setEscapeProcessing, setLargeMaxRows, setMaxFieldSize, setMaxRows, setQueryTimeoutvoid registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
SQLExceptionvoid registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws SQLException
SQLExceptionboolean wasNull()
throws SQLException
SQLExceptionString getString(int parameterIndex) throws SQLException
SQLExceptionboolean getBoolean(int parameterIndex)
throws SQLException
SQLExceptionbyte getByte(int parameterIndex)
throws SQLException
SQLExceptionshort getShort(int parameterIndex)
throws SQLException
SQLExceptionint getInt(int parameterIndex)
throws SQLException
SQLExceptionlong getLong(int parameterIndex)
throws SQLException
SQLExceptionfloat getFloat(int parameterIndex)
throws SQLException
SQLExceptiondouble getDouble(int parameterIndex)
throws SQLException
SQLExceptionbyte[] getBytes(int parameterIndex)
throws SQLException
SQLExceptionDate getDate(int parameterIndex) throws SQLException
SQLExceptionTime getTime(int parameterIndex) throws SQLException
SQLExceptionTimestamp getTimestamp(int parameterIndex) throws SQLException
SQLExceptionObject getObject(int parameterIndex) throws SQLException
SQLExceptionBigDecimal getBigDecimal(int parameterIndex) throws SQLException
SQLExceptionObject getObject(int parameterIndex, Map<String,Class<?>> map) throws SQLException
SQLExceptionRef getRef(int parameterIndex) throws SQLException
SQLExceptionBlob getBlob(int parameterIndex) throws SQLException
SQLExceptionClob getClob(int parameterIndex) throws SQLException
SQLExceptionArray getArray(int parameterIndex) throws SQLException
SQLExceptionDate getDate(int parameterIndex, Calendar cal) throws SQLException
SQLExceptionTime getTime(int parameterIndex, Calendar cal) throws SQLException
SQLExceptionTimestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
SQLExceptionvoid registerOutParameter(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
SQLExceptionvoid registerOutParameter(String parameterName, int sqlType) throws SQLException
SQLExceptionvoid registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
SQLExceptionvoid registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
SQLExceptionURL getURL(int parameterIndex) throws SQLException
SQLExceptionvoid setURL(String parameterName, URL val) throws SQLException
SQLExceptionvoid setNull(String parameterName, int sqlType) throws SQLException
SQLExceptionvoid setBoolean(String parameterName, boolean x) throws SQLException
SQLExceptionvoid setByte(String parameterName, byte x) throws SQLException
SQLExceptionvoid setShort(String parameterName, short x) throws SQLException
SQLExceptionvoid setInt(String parameterName, int x) throws SQLException
SQLExceptionvoid setLong(String parameterName, long x) throws SQLException
SQLExceptionvoid setFloat(String parameterName, float x) throws SQLException
SQLExceptionvoid setDouble(String parameterName, double x) throws SQLException
SQLExceptionvoid setBigDecimal(String parameterName, BigDecimal x) throws SQLException
SQLExceptionvoid setString(String parameterName, String x) throws SQLException
SQLExceptionvoid setBytes(String parameterName, byte[] x) throws SQLException
SQLExceptionvoid setDate(String parameterName, Date x) throws SQLException
SQLExceptionvoid setTime(String parameterName, Time x) throws SQLException
SQLExceptionvoid setTimestamp(String parameterName, Timestamp x) throws SQLException
SQLExceptionvoid setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
SQLExceptionvoid setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
SQLExceptionvoid setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
SQLExceptionvoid setObject(String parameterName, Object x, int targetSqlType) throws SQLException
SQLExceptionvoid setObject(String parameterName, Object x) throws SQLException
SQLExceptionvoid setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
SQLExceptionvoid setDate(String parameterName, Date x, Calendar cal) throws SQLException
SQLExceptionvoid setTime(String parameterName, Time x, Calendar cal) throws SQLException
SQLExceptionvoid setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
SQLExceptionvoid setNull(String parameterName, int sqlType, String typeName) throws SQLException
SQLExceptionString getString(String parameterName) throws SQLException
SQLExceptionboolean getBoolean(String parameterName) throws SQLException
SQLExceptionbyte getByte(String parameterName) throws SQLException
SQLExceptionshort getShort(String parameterName) throws SQLException
SQLExceptionint getInt(String parameterName) throws SQLException
SQLExceptionlong getLong(String parameterName) throws SQLException
SQLExceptionfloat getFloat(String parameterName) throws SQLException
SQLExceptiondouble getDouble(String parameterName) throws SQLException
SQLExceptionbyte[] getBytes(String parameterName) throws SQLException
SQLExceptionDate getDate(String parameterName) throws SQLException
SQLExceptionTime getTime(String parameterName) throws SQLException
SQLExceptionTimestamp getTimestamp(String parameterName) throws SQLException
SQLExceptionObject getObject(String parameterName) throws SQLException
SQLExceptionBigDecimal getBigDecimal(String parameterName) throws SQLException
SQLExceptionObject getObject(String parameterName, Map<String,Class<?>> map) throws SQLException
SQLExceptionRef getRef(String parameterName) throws SQLException
SQLExceptionBlob getBlob(String parameterName) throws SQLException
SQLExceptionClob getClob(String parameterName) throws SQLException
SQLExceptionArray getArray(String parameterName) throws SQLException
SQLExceptionDate getDate(String parameterName, Calendar cal) throws SQLException
SQLExceptionTime getTime(String parameterName, Calendar cal) throws SQLException
SQLExceptionTimestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
SQLExceptionURL getURL(String parameterName) throws SQLException
SQLExceptionRowId getRowId(int parameterIndex) throws SQLException
SQLExceptionRowId getRowId(String parameterName) throws SQLException
SQLExceptionvoid setRowId(String parameterName, RowId x) throws SQLException
SQLExceptionvoid setNString(String parameterName, String value) throws SQLException
SQLExceptionvoid setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
SQLExceptionvoid setNClob(String parameterName, NClob value) throws SQLException
SQLExceptionvoid setClob(String parameterName, Reader reader, long length) throws SQLException
SQLExceptionvoid setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
SQLExceptionvoid setNClob(String parameterName, Reader reader, long length) throws SQLException
SQLExceptionNClob getNClob(int parameterIndex) throws SQLException
SQLExceptionNClob getNClob(String parameterName) throws SQLException
SQLExceptionvoid setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
SQLExceptionSQLXML getSQLXML(int parameterIndex) throws SQLException
SQLExceptionSQLXML getSQLXML(String parameterName) throws SQLException
SQLExceptionString getNString(int parameterIndex) throws SQLException
SQLExceptionString getNString(String parameterName) throws SQLException
SQLExceptionReader getNCharacterStream(int parameterIndex) throws SQLException
SQLExceptionReader getNCharacterStream(String parameterName) throws SQLException
SQLExceptionReader getCharacterStream(int parameterIndex) throws SQLException
SQLExceptionReader getCharacterStream(String parameterName) throws SQLException
SQLExceptionvoid setBlob(String parameterName, Blob x) throws SQLException
SQLExceptionvoid setClob(String parameterName, Clob x) throws SQLException
SQLExceptionvoid setAsciiStream(String parameterName, InputStream x, long length) throws SQLException
SQLExceptionvoid setBinaryStream(String parameterName, InputStream x, long length) throws SQLException
SQLExceptionvoid setCharacterStream(String parameterName, Reader reader, long length) throws SQLException
SQLExceptionvoid setAsciiStream(String parameterName, InputStream x) throws SQLException
SQLExceptionvoid setBinaryStream(String parameterName, InputStream x) throws SQLException
SQLExceptionvoid setCharacterStream(String parameterName, Reader reader) throws SQLException
SQLExceptionvoid setNCharacterStream(String parameterName, Reader value) throws SQLException
SQLExceptionvoid setClob(String parameterName, Reader reader) throws SQLException
SQLExceptionvoid setBlob(String parameterName, InputStream inputStream) throws SQLException
SQLExceptionvoid setNClob(String parameterName, Reader reader) throws SQLException
SQLException<T> T getObject(int parameterIndex,
Class<T> type)
throws SQLException
SQLException<T> T getObject(String parameterName, Class<T> type) throws SQLException
SQLExceptionvoid setObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
SQLExceptionvoid setObject(String parameterName, Object x, SQLType targetSqlType) throws SQLException
SQLExceptionvoid registerOutParameter(int parameterIndex,
SQLType sqlType)
throws SQLException
SQLExceptionvoid registerOutParameter(int parameterIndex,
SQLType sqlType,
int scale)
throws SQLException
SQLExceptionvoid registerOutParameter(int parameterIndex,
SQLType sqlType,
String typeName)
throws SQLException
SQLExceptionvoid registerOutParameter(String parameterName, SQLType sqlType) throws SQLException
SQLExceptionvoid registerOutParameter(String parameterName, SQLType sqlType, int scale) throws SQLException
SQLExceptionvoid registerOutParameter(String parameterName, SQLType sqlType, String typeName) throws SQLException
SQLExceptionHandywedge ver 0.9.0. Copyright (c) 2019 Handywedge Co.,Ltd.