|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.database.jdbc.JDBCStatement
com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
public class JDBCPreparedStatement
| Field Summary |
|---|
| Fields inherited from class com.ibm.jtopenlite.database.jdbc.JDBCStatement |
|---|
TYPE_BLOCKED_INSERT, TYPE_CALL, TYPE_COMMIT, TYPE_CONNECT, TYPE_INSERT_UPDATE_DELETE, TYPE_ROLLBACK, TYPE_SELECT, TYPE_UNKNOWN |
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
|---|---|
JDBCPreparedStatement(JDBCConnection conn,
String sql,
Calendar calendar,
String statementName,
String cursorName,
int rpbID)
|
|
| Method Summary | |
|---|---|
void |
addBatch()
Not implemented. |
void |
clearParameters()
|
void |
close()
|
boolean |
execute()
|
ResultSet |
executeQuery()
|
int |
executeUpdate()
|
ResultSetMetaData |
getMetaData()
Not implemented. |
ParameterMetaData |
getParameterMetaData()
|
void |
setArray(int parameterIndex,
Array x)
Not implemented. |
void |
setAsciiStream(int parameterIndex,
InputStream arg1)
|
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length)
|
void |
setAsciiStream(int parameterIndex,
InputStream arg1,
long arg2)
|
void |
setBigDecimal(int parameterIndex,
BigDecimal x)
|
void |
setBinaryStream(int parameterIndex,
InputStream arg1)
|
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length)
|
void |
setBinaryStream(int parameterIndex,
InputStream arg1,
long arg2)
|
void |
setBlob(int parameterIndex,
Blob x)
Not implemented. |
void |
setBlob(int parameterIndex,
InputStream arg1)
|
void |
setBlob(int parameterIndex,
InputStream arg1,
long arg2)
|
void |
setBoolean(int parameterIndex,
boolean x)
|
void |
setByte(int parameterIndex,
byte x)
|
void |
setBytes(int parameterIndex,
byte[] x)
|
void |
setCharacterStream(int parameterIndex,
Reader arg1)
|
void |
setCharacterStream(int parameterIndex,
Reader x,
int length)
|
void |
setCharacterStream(int parameterIndex,
Reader arg1,
long arg2)
|
void |
setClob(int parameterIndex,
Clob x)
Not implemented. |
void |
setClob(int parameterIndex,
Reader arg1)
|
void |
setClob(int parameterIndex,
Reader arg1,
long arg2)
|
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 arg1)
|
void |
setNCharacterStream(int parameterIndex,
Reader arg1,
long arg2)
|
void |
setNClob(int parameterIndex,
Reader arg1)
|
void |
setNClob(int parameterIndex,
Reader arg1,
long arg2)
|
void |
setNString(int parameterIndex,
String arg1)
|
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)
Not implemented. |
void |
setObject(int parameterIndex,
Object x,
int targetSQLType,
int scale)
Not implemented. |
void |
setRef(int parameterIndex,
Ref x)
Not implemented. |
void |
setShort(int parameterIndex,
short x)
|
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 |
setUnicodeStream(int parameterIndex,
InputStream x,
int length)
|
void |
setURL(int parameterIndex,
URL x)
|
| Methods inherited from class com.ibm.jtopenlite.database.jdbc.JDBCStatement |
|---|
addBatch, cancel, clearBatch, clearWarnings, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getStatementType, getUpdateCount, getWarnings, isClosed, isPoolable, newSQLCommunicationsAreaData, setCatalog, setCursorName, setCursorNameInternal, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCPreparedStatement(JDBCConnection conn,
String sql,
Calendar calendar,
String statementName,
String cursorName,
int rpbID)
throws SQLException
SQLException| Method Detail |
|---|
public void addBatch()
throws SQLException
addBatch in interface PreparedStatementSQLException
public void clearParameters()
throws SQLException
clearParameters in interface PreparedStatementSQLException
public boolean execute()
throws SQLException
execute in interface PreparedStatementSQLException
public ResultSet executeQuery()
throws SQLException
executeQuery in interface PreparedStatementSQLException
public void close()
throws SQLException
close in interface Statementclose in class JDBCStatementSQLException
public int executeUpdate()
throws SQLException
executeUpdate in interface PreparedStatementSQLException
public ResultSetMetaData getMetaData()
throws SQLException
getMetaData in interface PreparedStatementSQLException
public ParameterMetaData getParameterMetaData()
throws SQLException
getParameterMetaData in interface PreparedStatementSQLException
public void setArray(int parameterIndex,
Array x)
throws SQLException
setArray in interface PreparedStatementSQLException
public void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setAsciiStream in interface PreparedStatementSQLException
public void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
setBigDecimal in interface PreparedStatementSQLException
public void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setBinaryStream in interface PreparedStatementSQLException
public void setBlob(int parameterIndex,
Blob x)
throws SQLException
setBlob in interface PreparedStatementSQLException
public void setBoolean(int parameterIndex,
boolean x)
throws SQLException
setBoolean in interface PreparedStatementSQLException
public void setByte(int parameterIndex,
byte x)
throws SQLException
setByte in interface PreparedStatementSQLException
public void setBytes(int parameterIndex,
byte[] x)
throws SQLException
setBytes in interface PreparedStatementSQLException
public void setCharacterStream(int parameterIndex,
Reader x,
int length)
throws SQLException
setCharacterStream in interface PreparedStatementSQLException
public void setClob(int parameterIndex,
Clob x)
throws SQLException
setClob in interface PreparedStatementSQLException
public void setDate(int parameterIndex,
Date x)
throws SQLException
setDate in interface PreparedStatementSQLException
public void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
setDate in interface PreparedStatementSQLException
public void setDouble(int parameterIndex,
double x)
throws SQLException
setDouble in interface PreparedStatementSQLException
public void setFloat(int parameterIndex,
float x)
throws SQLException
setFloat in interface PreparedStatementSQLException
public void setInt(int parameterIndex,
int x)
throws SQLException
setInt in interface PreparedStatementSQLException
public void setLong(int parameterIndex,
long x)
throws SQLException
setLong in interface PreparedStatementSQLException
public void setNull(int parameterIndex,
int sqlType)
throws SQLException
setNull in interface PreparedStatementSQLException
public void setNull(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
setNull in interface PreparedStatementSQLException
public void setObject(int parameterIndex,
Object x)
throws SQLException
setObject in interface PreparedStatementSQLException
public void setObject(int parameterIndex,
Object x,
int targetSQLType)
throws SQLException
setObject in interface PreparedStatementSQLException
public void setObject(int parameterIndex,
Object x,
int targetSQLType,
int scale)
throws SQLException
setObject in interface PreparedStatementSQLException
public void setRef(int parameterIndex,
Ref x)
throws SQLException
setRef in interface PreparedStatementSQLException
public void setShort(int parameterIndex,
short x)
throws SQLException
setShort in interface PreparedStatementSQLException
public void setString(int parameterIndex,
String x)
throws SQLException
setString in interface PreparedStatementSQLException
public void setTime(int parameterIndex,
Time x)
throws SQLException
setTime in interface PreparedStatementSQLException
public void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
setTime in interface PreparedStatementSQLException
public void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
setTimestamp in interface PreparedStatementSQLException
public void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
setTimestamp in interface PreparedStatementSQLException
public void setUnicodeStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setUnicodeStream in interface PreparedStatementSQLException
public void setURL(int parameterIndex,
URL x)
throws SQLException
setURL in interface PreparedStatementSQLException
public void setAsciiStream(int parameterIndex,
InputStream arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setAsciiStream(int parameterIndex,
InputStream arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setBinaryStream(int parameterIndex,
InputStream arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setBinaryStream(int parameterIndex,
InputStream arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setBlob(int parameterIndex,
InputStream arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setBlob(int parameterIndex,
InputStream arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setCharacterStream(int parameterIndex,
Reader arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setCharacterStream(int parameterIndex,
Reader arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setClob(int parameterIndex,
Reader arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setClob(int parameterIndex,
Reader arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setNCharacterStream(int parameterIndex,
Reader arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setNCharacterStream(int parameterIndex,
Reader arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setNClob(int parameterIndex,
Reader arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
public void setNClob(int parameterIndex,
Reader arg1,
long arg2)
throws SQLException
parameterIndex - arg1 - arg2 -
SQLException
public void setNString(int parameterIndex,
String arg1)
throws SQLException
parameterIndex - arg1 -
SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||