public class FWPreparedStatementWrapper extends FWStatementWrapper implements com.handywedge.db.FWFullPreparedStatement
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addBatch() |
void |
clearBatch() |
void |
clearParameters() |
boolean |
execute() |
long |
executeLargeUpdate() |
com.handywedge.db.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, cancel, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, 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, waitcancel, clearWarnings, closeOnCompletion, getConnection, getFetchDirection, getFetchSize, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getWarnings, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setFetchDirection, setFetchSize, setPoolable, unwrapaddBatch, 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, setQueryTimeoutpublic com.handywedge.db.FWResultSet executeQuery()
throws SQLException
executeQuery インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNull(int parameterIndex,
int sqlType)
throws SQLException
setNull インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBoolean(int parameterIndex,
boolean x)
throws SQLException
setBoolean インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setByte(int parameterIndex,
byte x)
throws SQLException
setByte インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setShort(int parameterIndex,
short x)
throws SQLException
setShort インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setInt(int parameterIndex,
int x)
throws SQLException
setInt インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setLong(int parameterIndex,
long x)
throws SQLException
setLong インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setFloat(int parameterIndex,
float x)
throws SQLException
setFloat インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setDouble(int parameterIndex,
double x)
throws SQLException
setDouble インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
setBigDecimal インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setString(int parameterIndex,
String x)
throws SQLException
setString インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBytes(int parameterIndex,
byte[] x)
throws SQLException
setBytes インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setDate(int parameterIndex,
Date x)
throws SQLException
setDate インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setTime(int parameterIndex,
Time x)
throws SQLException
setTime インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
setTimestamp インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setAsciiStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setBinaryStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void clearParameters()
throws SQLException
clearParameters インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
setObject インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setObject(int parameterIndex,
Object x)
throws SQLException
setObject インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic boolean execute()
throws SQLException
execute インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void addBatch()
throws SQLException
addBatch インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
setCharacterStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch インタフェース内 com.handywedge.db.FWStatementclearBatch クラス内 FWStatementWrapperSQLExceptionpublic void setRef(int parameterIndex,
Ref x)
throws SQLException
setRef インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBlob(int parameterIndex,
Blob x)
throws SQLException
setBlob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setClob(int parameterIndex,
Clob x)
throws SQLException
setClob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setArray(int parameterIndex,
Array x)
throws SQLException
setArray インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
setDate インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
setTime インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
setTimestamp インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNull(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
setNull インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setURL(int parameterIndex,
URL x)
throws SQLException
setURL インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setRowId(int parameterIndex,
RowId x)
throws SQLException
setRowId インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNString(int parameterIndex,
String value)
throws SQLException
setNString インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws SQLException
setNCharacterStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNClob(int parameterIndex,
NClob value)
throws SQLException
setNClob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
setClob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws SQLException
setBlob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
setNClob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws SQLException
setSQLXML インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
throws SQLException
setObject インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
setAsciiStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
setBinaryStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
setCharacterStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
setAsciiStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
setBinaryStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setCharacterStream(int parameterIndex,
Reader reader)
throws SQLException
setCharacterStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNCharacterStream(int parameterIndex,
Reader value)
throws SQLException
setNCharacterStream インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setClob(int parameterIndex,
Reader reader)
throws SQLException
setClob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setBlob(int parameterIndex,
InputStream inputStream)
throws SQLException
setBlob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setNClob(int parameterIndex,
Reader reader)
throws SQLException
setNClob インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setObject(int parameterIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength)
throws SQLException
setObject インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic void setObject(int parameterIndex,
Object x,
SQLType targetSqlType)
throws SQLException
setObject インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionpublic long executeLargeUpdate()
throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWPreparedStatementSQLExceptionHandywedge ver 0.9.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.