public interface FWPreparedStatement extends FWStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addBatch() |
void |
clearParameters() |
boolean |
execute() |
long |
executeLargeUpdate() |
FWResultSet |
executeQuery() |
int |
executeUpdate() |
ResultSetMetaData |
getMetaData() |
ParameterMetaData |
getParameterMetaData() |
void |
setArray(int parameterIndex,
Array x) |
void |
setAsciiStream(int parameterIndex,
InputStream x) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
long length) |
void |
setBigDecimal(int parameterIndex,
BigDecimal x) |
void |
setBinaryStream(int parameterIndex,
InputStream x) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
long length) |
void |
setBlob(int parameterIndex,
Blob x) |
void |
setBlob(int parameterIndex,
InputStream inputStream) |
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length) |
void |
setBoolean(int parameterIndex,
boolean x) |
void |
setByte(int parameterIndex,
byte x) |
void |
setBytes(int parameterIndex,
byte[] x) |
void |
setCharacterStream(int parameterIndex,
Reader reader) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
int length) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
long length) |
void |
setClob(int parameterIndex,
Clob x) |
void |
setClob(int parameterIndex,
Reader reader) |
void |
setClob(int parameterIndex,
Reader reader,
long length) |
void |
setDate(int parameterIndex,
Date x) |
void |
setDate(int parameterIndex,
Date x,
Calendar cal) |
void |
setDouble(int parameterIndex,
double x) |
void |
setFloat(int parameterIndex,
float x) |
void |
setInt(int parameterIndex,
int x) |
void |
setLong(int parameterIndex,
long x) |
void |
setNCharacterStream(int parameterIndex,
Reader value) |
void |
setNCharacterStream(int parameterIndex,
Reader value,
long length) |
void |
setNClob(int parameterIndex,
NClob value) |
void |
setNClob(int parameterIndex,
Reader reader) |
void |
setNClob(int parameterIndex,
Reader reader,
long length) |
void |
setNString(int parameterIndex,
String value) |
void |
setNull(int parameterIndex,
int sqlType) |
void |
setNull(int parameterIndex,
int sqlType,
String typeName) |
void |
setObject(int parameterIndex,
Object x) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength) |
void |
setObject(int parameterIndex,
Object x,
SQLType targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
setRef(int parameterIndex,
Ref x) |
void |
setRowId(int parameterIndex,
RowId x) |
void |
setShort(int parameterIndex,
short x) |
void |
setSQLXML(int parameterIndex,
SQLXML xmlObject) |
void |
setString(int parameterIndex,
String x) |
void |
setTime(int parameterIndex,
Time x) |
void |
setTime(int parameterIndex,
Time x,
Calendar cal) |
void |
setTimestamp(int parameterIndex,
Timestamp x) |
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal) |
void |
setURL(int parameterIndex,
URL x) |
addBatch, 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, setQueryTimeoutFWResultSet executeQuery() throws SQLException
SQLExceptionint executeUpdate()
throws SQLException
SQLExceptionvoid setNull(int parameterIndex,
int sqlType)
throws SQLException
SQLExceptionvoid setBoolean(int parameterIndex,
boolean x)
throws SQLException
SQLExceptionvoid setByte(int parameterIndex,
byte x)
throws SQLException
SQLExceptionvoid setShort(int parameterIndex,
short x)
throws SQLException
SQLExceptionvoid setInt(int parameterIndex,
int x)
throws SQLException
SQLExceptionvoid setLong(int parameterIndex,
long x)
throws SQLException
SQLExceptionvoid setFloat(int parameterIndex,
float x)
throws SQLException
SQLExceptionvoid setDouble(int parameterIndex,
double x)
throws SQLException
SQLExceptionvoid setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
SQLExceptionvoid setString(int parameterIndex,
String x)
throws SQLException
SQLExceptionvoid setBytes(int parameterIndex,
byte[] x)
throws SQLException
SQLExceptionvoid setDate(int parameterIndex,
Date x)
throws SQLException
SQLExceptionvoid setTime(int parameterIndex,
Time x)
throws SQLException
SQLExceptionvoid setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
SQLExceptionvoid setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionvoid setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionvoid clearParameters()
throws SQLException
SQLExceptionvoid setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
SQLExceptionvoid setObject(int parameterIndex,
Object x)
throws SQLException
SQLExceptionboolean execute()
throws SQLException
SQLExceptionvoid addBatch()
throws SQLException
SQLExceptionvoid setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
SQLExceptionvoid setRef(int parameterIndex,
Ref x)
throws SQLException
SQLExceptionvoid setBlob(int parameterIndex,
Blob x)
throws SQLException
SQLExceptionvoid setClob(int parameterIndex,
Clob x)
throws SQLException
SQLExceptionvoid setArray(int parameterIndex,
Array x)
throws SQLException
SQLExceptionResultSetMetaData getMetaData() throws SQLException
SQLExceptionvoid setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
SQLExceptionvoid setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
SQLExceptionvoid setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
SQLExceptionvoid setNull(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
SQLExceptionvoid setURL(int parameterIndex,
URL x)
throws SQLException
SQLExceptionParameterMetaData getParameterMetaData() throws SQLException
SQLExceptionvoid setRowId(int parameterIndex,
RowId x)
throws SQLException
SQLExceptionvoid setNString(int parameterIndex,
String value)
throws SQLException
SQLExceptionvoid setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws SQLException
SQLExceptionvoid setNClob(int parameterIndex,
NClob value)
throws SQLException
SQLExceptionvoid setClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
SQLExceptionvoid setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws SQLException
SQLExceptionvoid setNClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
SQLExceptionvoid setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws SQLException
SQLExceptionvoid setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
throws SQLException
SQLExceptionvoid setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLExceptionvoid setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLExceptionvoid setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
SQLExceptionvoid setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
SQLExceptionvoid setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
SQLExceptionvoid setCharacterStream(int parameterIndex,
Reader reader)
throws SQLException
SQLExceptionvoid setNCharacterStream(int parameterIndex,
Reader value)
throws SQLException
SQLExceptionvoid setClob(int parameterIndex,
Reader reader)
throws SQLException
SQLExceptionvoid setBlob(int parameterIndex,
InputStream inputStream)
throws SQLException
SQLExceptionvoid setNClob(int parameterIndex,
Reader reader)
throws SQLException
SQLExceptionvoid setObject(int parameterIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength)
throws SQLException
SQLExceptionvoid setObject(int parameterIndex,
Object x,
SQLType targetSqlType)
throws SQLException
SQLExceptionlong executeLargeUpdate()
throws SQLException
SQLExceptionHandywedge ver 0.9.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.