public class WrPreparedStatement extends WrStatement implements PreparedStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
WrPreparedStatement(PreparedStatement inner,
String sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
void |
clearParameters() |
boolean |
execute() |
ResultSet |
executeQuery() |
int |
executeUpdate() |
ResultSetMetaData |
getMetaData() |
ParameterMetaData |
getParameterMetaData() |
void |
setArray(int a0,
Array a1) |
void |
setAsciiStream(int a0,
InputStream a1) |
void |
setAsciiStream(int a0,
InputStream a1,
int a2) |
void |
setAsciiStream(int a0,
InputStream a1,
long a2) |
void |
setBigDecimal(int a0,
BigDecimal a1) |
void |
setBinaryStream(int a0,
InputStream a1) |
void |
setBinaryStream(int a0,
InputStream a1,
int a2) |
void |
setBinaryStream(int a0,
InputStream a1,
long a2) |
void |
setBlob(int a0,
Blob a1) |
void |
setBlob(int a0,
InputStream a1) |
void |
setBlob(int a0,
InputStream a1,
long a2) |
void |
setBoolean(int a0,
boolean a1) |
void |
setByte(int a0,
byte a1) |
void |
setBytes(int a0,
byte[] a1) |
void |
setCharacterStream(int a0,
Reader a1) |
void |
setCharacterStream(int a0,
Reader a1,
int a2) |
void |
setCharacterStream(int a0,
Reader a1,
long a2) |
void |
setClob(int a0,
Clob a1) |
void |
setClob(int a0,
Reader a1) |
void |
setClob(int a0,
Reader a1,
long a2) |
void |
setDate(int a0,
Date a1) |
void |
setDate(int a0,
Date a1,
Calendar a2) |
void |
setDouble(int a0,
double a1) |
void |
setFloat(int a0,
float a1) |
void |
setInt(int a0,
int a1) |
void |
setLong(int a0,
long a1) |
void |
setNCharacterStream(int a0,
Reader a1) |
void |
setNCharacterStream(int a0,
Reader a1,
long a2) |
void |
setNClob(int a0,
NClob a1) |
void |
setNClob(int a0,
Reader a1) |
void |
setNClob(int a0,
Reader a1,
long a2) |
void |
setNString(int a0,
String a1) |
void |
setNull(int a0,
int a1) |
void |
setNull(int a0,
int a1,
String a2) |
void |
setObject(int a0,
Object a1) |
void |
setObject(int a0,
Object a1,
int a2) |
void |
setObject(int a0,
Object a1,
int a2,
int a3) |
void |
setRef(int a0,
Ref a1) |
void |
setRowId(int a0,
RowId a1) |
void |
setShort(int a0,
short a1) |
void |
setSQLXML(int a0,
SQLXML a1) |
void |
setString(int a0,
String a1) |
void |
setTime(int a0,
Time a1) |
void |
setTime(int a0,
Time a1,
Calendar a2) |
void |
setTimestamp(int a0,
Timestamp a1) |
void |
setTimestamp(int a0,
Timestamp a1,
Calendar a2) |
void |
setUnicodeStream(int a0,
InputStream a1,
int a2) |
void |
setURL(int a0,
URL a1) |
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeUpdate, setObject, setObjectaddBatch, cancel, clearBatch, 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, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic WrPreparedStatement(PreparedStatement inner, String sql)
public final void setBoolean(int a0,
boolean a1)
throws SQLException
setBoolean in interface PreparedStatementSQLExceptionpublic final void setByte(int a0,
byte a1)
throws SQLException
setByte in interface PreparedStatementSQLExceptionpublic final void setShort(int a0,
short a1)
throws SQLException
setShort in interface PreparedStatementSQLExceptionpublic final void setInt(int a0,
int a1)
throws SQLException
setInt in interface PreparedStatementSQLExceptionpublic final void setLong(int a0,
long a1)
throws SQLException
setLong in interface PreparedStatementSQLExceptionpublic final void setFloat(int a0,
float a1)
throws SQLException
setFloat in interface PreparedStatementSQLExceptionpublic final void setDouble(int a0,
double a1)
throws SQLException
setDouble in interface PreparedStatementSQLExceptionpublic final void setTimestamp(int a0,
Timestamp a1)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic final void setTimestamp(int a0,
Timestamp a1,
Calendar a2)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic final void setURL(int a0,
URL a1)
throws SQLException
setURL in interface PreparedStatementSQLExceptionpublic final void setTime(int a0,
Time a1)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic final void setTime(int a0,
Time a1,
Calendar a2)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic final boolean execute()
throws SQLException
execute in interface PreparedStatementSQLExceptionpublic final ResultSet executeQuery() throws SQLException
executeQuery in interface PreparedStatementSQLExceptionpublic final int executeUpdate()
throws SQLException
executeUpdate in interface PreparedStatementSQLExceptionpublic final void setNull(int a0,
int a1,
String a2)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic final void setNull(int a0,
int a1)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic final void setBigDecimal(int a0,
BigDecimal a1)
throws SQLException
setBigDecimal in interface PreparedStatementSQLExceptionpublic final void setString(int a0,
String a1)
throws SQLException
setString in interface PreparedStatementSQLExceptionpublic final void setBytes(int a0,
byte[] a1)
throws SQLException
setBytes in interface PreparedStatementSQLExceptionpublic final void setDate(int a0,
Date a1,
Calendar a2)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic final void setDate(int a0,
Date a1)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic final void setAsciiStream(int a0,
InputStream a1,
int a2)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic final void setAsciiStream(int a0,
InputStream a1)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic final void setAsciiStream(int a0,
InputStream a1,
long a2)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic final void setUnicodeStream(int a0,
InputStream a1,
int a2)
throws SQLException
setUnicodeStream in interface PreparedStatementSQLExceptionpublic final void setBinaryStream(int a0,
InputStream a1,
int a2)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic final void setBinaryStream(int a0,
InputStream a1,
long a2)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic final void setBinaryStream(int a0,
InputStream a1)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic final void clearParameters()
throws SQLException
clearParameters in interface PreparedStatementSQLExceptionpublic final void setObject(int a0,
Object a1,
int a2,
int a3)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic final void setObject(int a0,
Object a1,
int a2)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic final void setObject(int a0,
Object a1)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic final void addBatch()
throws SQLException
addBatch in interface PreparedStatementSQLExceptionpublic final void setCharacterStream(int a0,
Reader a1,
long a2)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic final void setCharacterStream(int a0,
Reader a1,
int a2)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic final void setCharacterStream(int a0,
Reader a1)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic final void setRef(int a0,
Ref a1)
throws SQLException
setRef in interface PreparedStatementSQLExceptionpublic final void setBlob(int a0,
InputStream a1,
long a2)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic final void setBlob(int a0,
InputStream a1)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic final void setBlob(int a0,
Blob a1)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic final void setClob(int a0,
Reader a1)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic final void setClob(int a0,
Clob a1)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic final void setClob(int a0,
Reader a1,
long a2)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic final void setArray(int a0,
Array a1)
throws SQLException
setArray in interface PreparedStatementSQLExceptionpublic final ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface PreparedStatementSQLExceptionpublic final ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData in interface PreparedStatementSQLExceptionpublic final void setRowId(int a0,
RowId a1)
throws SQLException
setRowId in interface PreparedStatementSQLExceptionpublic final void setNString(int a0,
String a1)
throws SQLException
setNString in interface PreparedStatementSQLExceptionpublic final void setNCharacterStream(int a0,
Reader a1)
throws SQLException
setNCharacterStream in interface PreparedStatementSQLExceptionpublic final void setNCharacterStream(int a0,
Reader a1,
long a2)
throws SQLException
setNCharacterStream in interface PreparedStatementSQLExceptionpublic final void setNClob(int a0,
Reader a1)
throws SQLException
setNClob in interface PreparedStatementSQLExceptionpublic final void setNClob(int a0,
Reader a1,
long a2)
throws SQLException
setNClob in interface PreparedStatementSQLExceptionpublic final void setNClob(int a0,
NClob a1)
throws SQLException
setNClob in interface PreparedStatementSQLExceptionpublic final void setSQLXML(int a0,
SQLXML a1)
throws SQLException
setSQLXML in interface PreparedStatementSQLExceptionCopyright © 2021. All rights reserved.