|
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.Connection
|
+--weblogic.jdbc.pool.Connection
This class implements java.sql.Connection, and all of the documentation for its methods can be found in the java.sql.Connection docs.
| Fields inherited from class weblogic.jdbcbase.pool.Connection |
beenClosed,
cc,
conn |
| Constructor Summary | |
Connection(weblogic.jdbc.common.internal.ConnectionEnv aCc)
|
|
| Method Summary | |
java.sql.Statement |
createStatement()
|
java.sql.DatabaseMetaData |
getMetaData()
|
java.sql.CallableStatement |
prepareCall(java.lang.String sql)
|
java.sql.PreparedStatement |
prepareStatement(java.lang.String sql)
|
| Methods inherited from class weblogic.jdbcbase.pool.Connection |
checkIfClosed,
clearWarnings,
close,
commit,
finalize,
getAutoCommit,
getCatalog,
getTransactionIsolation,
getWarnings,
isClosed,
isReadOnly,
nativeSQL,
refresh,
rollback,
setAutoCommit,
setCatalog,
setReadOnly,
setTransactionIsolation |
| Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Connection(weblogic.jdbc.common.internal.ConnectionEnv aCc)
| Method Detail |
public java.sql.Statement createStatement()
throws java.sql.SQLException
public java.sql.PreparedStatement prepareStatement(java.lang.String sql)
throws java.sql.SQLException
sql - String
public java.sql.CallableStatement prepareCall(java.lang.String sql)
throws java.sql.SQLException
sql - String
public java.sql.DatabaseMetaData getMetaData()
throws java.sql.SQLException
|
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 | |||||||||