public class DistributedPreparedStatement extends DistributedTemplate<PreparedStatement> implements PreparedStatement
con, master, stmts
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
Constructor and Description |
---|
DistributedPreparedStatement(DistributedConnection c) |
Modifier and Type | Method and Description |
---|---|
void |
addBatch() |
void |
clearParameters() |
void |
closeOnCompletion() |
boolean |
execute() |
ResultSet |
executeQuery() |
int |
executeUpdate() |
ResultSetMetaData |
getMetaData() |
ParameterMetaData |
getParameterMetaData() |
boolean |
isCloseOnCompletion() |
void |
setArray(int i,
Array x) |
void |
setAsciiStream(int arg0,
InputStream arg1) |
void |
setAsciiStream(int arg0,
InputStream arg1,
int arg2) |
void |
setAsciiStream(int arg0,
InputStream arg1,
long arg2) |
void |
setBigDecimal(int arg0,
BigDecimal arg1) |
void |
setBinaryStream(int arg0,
InputStream arg1) |
void |
setBinaryStream(int arg0,
InputStream arg1,
int arg2) |
void |
setBinaryStream(int arg0,
InputStream arg1,
long arg2) |
void |
setBlob(int arg0,
Blob arg1) |
void |
setBlob(int arg0,
InputStream arg1) |
void |
setBlob(int arg0,
InputStream arg1,
long arg2) |
void |
setBoolean(int arg0,
boolean arg1) |
void |
setByte(int arg0,
byte arg1) |
void |
setBytes(int arg0,
byte[] arg1) |
void |
setCharacterStream(int arg0,
Reader arg1) |
void |
setCharacterStream(int arg0,
Reader arg1,
int arg2) |
void |
setCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
setClob(int arg0,
Clob arg1) |
void |
setClob(int arg0,
Reader arg1) |
void |
setClob(int arg0,
Reader arg1,
long arg2) |
void |
setDate(int arg0,
Date arg1) |
void |
setDate(int arg0,
Date arg1,
Calendar arg2) |
void |
setDouble(int arg0,
double arg1) |
void |
setFloat(int arg0,
float arg1) |
void |
setInt(int arg0,
int arg1) |
void |
setLong(int arg0,
long arg1) |
void |
setNCharacterStream(int arg0,
Reader arg1) |
void |
setNCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
setNClob(int arg0,
NClob arg1) |
void |
setNClob(int arg0,
Reader arg1) |
void |
setNClob(int arg0,
Reader arg1,
long arg2) |
void |
setNString(int arg0,
String arg1) |
void |
setNull(int arg0,
int arg1) |
void |
setNull(int arg0,
int arg1,
String arg2) |
void |
setObject(int arg0,
Object arg1) |
void |
setObject(int arg0,
Object arg1,
int arg2) |
void |
setObject(int arg0,
Object arg1,
int arg2,
int arg3) |
void |
setRef(int arg0,
Ref arg1) |
void |
setRowId(int arg0,
RowId arg1) |
void |
setShort(int arg0,
short arg1) |
void |
setSQLXML(int arg0,
SQLXML arg1) |
void |
setString(int arg0,
String arg1) |
void |
setTime(int arg0,
Time arg1) |
void |
setTime(int arg0,
Time arg1,
Calendar arg2) |
void |
setTimestamp(int arg0,
Timestamp arg1) |
void |
setTimestamp(int arg0,
Timestamp arg1,
Calendar arg2) |
void |
setUnicodeStream(int arg0,
InputStream arg1,
int arg2) |
void |
setURL(int arg0,
URL arg1) |
add, addBatch, cancel, clearBatch, clearWarnings, close, 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, isPoolable, isWrapperFor, iterator, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeLargeUpdate, setObject, setObject
addBatch, cancel, clearBatch, clearWarnings, close, 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, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
isWrapperFor, unwrap
forEach, spliterator
public DistributedPreparedStatement(DistributedConnection c)
public void clearParameters() throws SQLException
clearParameters
in interface PreparedStatement
SQLException
public boolean execute() throws SQLException
execute
in interface PreparedStatement
SQLException
public ResultSet executeQuery() throws SQLException
executeQuery
in interface PreparedStatement
executeQuery
in class DistributedTemplate<PreparedStatement>
SQLException
public int executeUpdate() throws SQLException
executeUpdate
in interface PreparedStatement
SQLException
public ResultSetMetaData getMetaData() throws SQLException
getMetaData
in interface PreparedStatement
SQLException
public ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData
in interface PreparedStatement
SQLException
public void setArray(int i, Array x) throws SQLException
setArray
in interface PreparedStatement
SQLException
public void setAsciiStream(int arg0, InputStream arg1, int arg2) throws SQLException
setAsciiStream
in interface PreparedStatement
SQLException
public void setBigDecimal(int arg0, BigDecimal arg1) throws SQLException
setBigDecimal
in interface PreparedStatement
SQLException
public void setBinaryStream(int arg0, InputStream arg1, int arg2) throws SQLException
setBinaryStream
in interface PreparedStatement
SQLException
public void setBlob(int arg0, Blob arg1) throws SQLException
setBlob
in interface PreparedStatement
SQLException
public void setBoolean(int arg0, boolean arg1) throws SQLException
setBoolean
in interface PreparedStatement
SQLException
public void setByte(int arg0, byte arg1) throws SQLException
setByte
in interface PreparedStatement
SQLException
public void setBytes(int arg0, byte[] arg1) throws SQLException
setBytes
in interface PreparedStatement
SQLException
public void setCharacterStream(int arg0, Reader arg1, int arg2) throws SQLException
setCharacterStream
in interface PreparedStatement
SQLException
public void setClob(int arg0, Clob arg1) throws SQLException
setClob
in interface PreparedStatement
SQLException
public void setDate(int arg0, Date arg1) throws SQLException
setDate
in interface PreparedStatement
SQLException
public void setDate(int arg0, Date arg1, Calendar arg2) throws SQLException
setDate
in interface PreparedStatement
SQLException
public void setDouble(int arg0, double arg1) throws SQLException
setDouble
in interface PreparedStatement
SQLException
public void setFloat(int arg0, float arg1) throws SQLException
setFloat
in interface PreparedStatement
SQLException
public void setInt(int arg0, int arg1) throws SQLException
setInt
in interface PreparedStatement
SQLException
public void setLong(int arg0, long arg1) throws SQLException
setLong
in interface PreparedStatement
SQLException
public void setNull(int arg0, int arg1) throws SQLException
setNull
in interface PreparedStatement
SQLException
public void setNull(int arg0, int arg1, String arg2) throws SQLException
setNull
in interface PreparedStatement
SQLException
public void setObject(int arg0, Object arg1) throws SQLException
setObject
in interface PreparedStatement
SQLException
public void setObject(int arg0, Object arg1, int arg2) throws SQLException
setObject
in interface PreparedStatement
SQLException
public void setObject(int arg0, Object arg1, int arg2, int arg3) throws SQLException
setObject
in interface PreparedStatement
SQLException
public void setRef(int arg0, Ref arg1) throws SQLException
setRef
in interface PreparedStatement
SQLException
public void setShort(int arg0, short arg1) throws SQLException
setShort
in interface PreparedStatement
SQLException
public void setString(int arg0, String arg1) throws SQLException
setString
in interface PreparedStatement
SQLException
public void setTime(int arg0, Time arg1) throws SQLException
setTime
in interface PreparedStatement
SQLException
public void setTime(int arg0, Time arg1, Calendar arg2) throws SQLException
setTime
in interface PreparedStatement
SQLException
public void setTimestamp(int arg0, Timestamp arg1) throws SQLException
setTimestamp
in interface PreparedStatement
SQLException
public void setTimestamp(int arg0, Timestamp arg1, Calendar arg2) throws SQLException
setTimestamp
in interface PreparedStatement
SQLException
public void setURL(int arg0, URL arg1) throws SQLException
setURL
in interface PreparedStatement
SQLException
public void setUnicodeStream(int arg0, InputStream arg1, int arg2) throws SQLException
setUnicodeStream
in interface PreparedStatement
SQLException
public void addBatch() throws SQLException
addBatch
in interface PreparedStatement
SQLException
public void setAsciiStream(int arg0, InputStream arg1) throws SQLException
setAsciiStream
in interface PreparedStatement
SQLException
public void setAsciiStream(int arg0, InputStream arg1, long arg2) throws SQLException
setAsciiStream
in interface PreparedStatement
SQLException
public void setBinaryStream(int arg0, InputStream arg1) throws SQLException
setBinaryStream
in interface PreparedStatement
SQLException
public void setBinaryStream(int arg0, InputStream arg1, long arg2) throws SQLException
setBinaryStream
in interface PreparedStatement
SQLException
public void setBlob(int arg0, InputStream arg1) throws SQLException
setBlob
in interface PreparedStatement
SQLException
public void setBlob(int arg0, InputStream arg1, long arg2) throws SQLException
setBlob
in interface PreparedStatement
SQLException
public void setCharacterStream(int arg0, Reader arg1) throws SQLException
setCharacterStream
in interface PreparedStatement
SQLException
public void setCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException
setCharacterStream
in interface PreparedStatement
SQLException
public void setClob(int arg0, Reader arg1) throws SQLException
setClob
in interface PreparedStatement
SQLException
public void setClob(int arg0, Reader arg1, long arg2) throws SQLException
setClob
in interface PreparedStatement
SQLException
public void setNCharacterStream(int arg0, Reader arg1) throws SQLException
setNCharacterStream
in interface PreparedStatement
SQLException
public void setNCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException
setNCharacterStream
in interface PreparedStatement
SQLException
public void setNClob(int arg0, NClob arg1) throws SQLException
setNClob
in interface PreparedStatement
SQLException
public void setNClob(int arg0, Reader arg1) throws SQLException
setNClob
in interface PreparedStatement
SQLException
public void setNClob(int arg0, Reader arg1, long arg2) throws SQLException
setNClob
in interface PreparedStatement
SQLException
public void setNString(int arg0, String arg1) throws SQLException
setNString
in interface PreparedStatement
SQLException
public void setRowId(int arg0, RowId arg1) throws SQLException
setRowId
in interface PreparedStatement
SQLException
public void setSQLXML(int arg0, SQLXML arg1) throws SQLException
setSQLXML
in interface PreparedStatement
SQLException
public boolean isCloseOnCompletion() throws SQLException
isCloseOnCompletion
in interface Statement
isCloseOnCompletion
in class DistributedTemplate<PreparedStatement>
SQLException
public void closeOnCompletion() throws SQLException
closeOnCompletion
in interface Statement
closeOnCompletion
in class DistributedTemplate<PreparedStatement>
SQLException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.