|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.jdbcbase.pool.Statement
|
+--weblogic.jdbc.pool.Statement
|
+--weblogic.jdbc.pool.PreparedStatement
| Fields inherited from class weblogic.jdbcbase.pool.Statement |
cc,
conn,
key,
stmt |
| Constructor Summary | |
PreparedStatement()
|
|
PreparedStatement(java.sql.PreparedStatement jstmt,
weblogic.jdbc.common.internal.ConnectionEnv aCc,
java.lang.String aKey,
Connection aConn)
|
|
| Method Summary | |
boolean |
execute()
|
boolean |
execute(java.lang.String sql)
|
java.sql.ResultSet |
executeQuery()
|
java.sql.ResultSet |
executeQuery(java.lang.String sql)
|
int |
executeUpdate()
|
int |
executeUpdate(java.lang.String sql)
|
| Methods inherited from class weblogic.jdbc.pool.Statement |
getResultSet |
| Methods inherited from class weblogic.jdbcbase.pool.Statement |
cancel,
clearParameters,
clearWarnings,
close,
executeWriteText,
executeWriteText,
executeWriteText,
executeWriteText,
getBigDecimal,
getBoolean,
getByte,
getBytes,
getDate,
getDouble,
getFloat,
getInt,
getLong,
getMaxFieldSize,
getMaxRows,
getMoreResults,
getObject,
getQueryTimeout,
getShort,
getString,
getTime,
getTimestamp,
getUpdateCount,
getWarnings,
registerOutParameter,
registerOutParameter,
setAsciiStream,
setBigDecimal,
setBinaryStream,
setBoolean,
setByte,
setBytes,
setCursorName,
setDate,
setDouble,
setEscapeProcessing,
setFloat,
setInt,
setLong,
setMaxFieldSize,
setMaxRows,
setNull,
setObject,
setObject,
setObject,
setQueryTimeout,
setShort,
setString,
setTime,
setTimestamp,
setUnicodeStream,
wasNull |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PreparedStatement()
public PreparedStatement(java.sql.PreparedStatement jstmt,
weblogic.jdbc.common.internal.ConnectionEnv aCc,
java.lang.String aKey,
Connection aConn)
| Method Detail |
public boolean execute()
throws java.sql.SQLException
public java.sql.ResultSet executeQuery()
throws java.sql.SQLException
public int executeUpdate()
throws java.sql.SQLException
public java.sql.ResultSet executeQuery(java.lang.String sql)
throws java.sql.SQLException
sql - String
public int executeUpdate(java.lang.String sql)
throws java.sql.SQLException
sql - String
public boolean execute(java.lang.String sql)
throws java.sql.SQLException
sql - String
|
Documentation is available at http://www.weblogic.com/docs51 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||