OracleConnectionWrapper

Extends java.lang.Object and implements OracleConnection. New with Oracle9i.

The constructor for this class is:

OracleConnectionWrapper(OracleConnection toBeWrapped)

Methods

_getPC( )

Returns java.sql.Connection.

archive(int mode, int aseq , java.lang.String acstext )

Deprecated and will be removed in a future release.

assertComplete( )

Oracle no longer supports Ultra. Deprecated and will be removed in a future release.

clearWarnings( )

Clears warnings from the connection.

close( )

Closes the connection.

commit( )

Commits the connection.

createStatement( )

Returns java.sql.Statement.

createStatement(int resultSetType , int resultSetConcurrency )

Returns java.sql.Statement.

createStatement(int resultSetType , int resultSetConcurrency , int resultSetHoldability )

Returns java.sql.Statement.

getAutoClose( )

Returns the Boolean state of AutoClose.

getAutoCommit( )

Returns the Boolean state of AutoCommit.

getCallWithKey(java.lang.String key )

Returns java.sql.CallableStatement base on key.

getCatalog( )

Returns catalog as java.lang.String.

getCreateStatementAsRefCursor( )

Returns a Boolean indicating the current state of CreateStatementAsRefCursor.

getDefaultExecuteBatch( )

Returns int of default number of batch operations.

getDefaultRowPrefetch( )

Returns int of default number of rows prefetched.

getDescriptor(java.lang.String sql_name )

Returns java.lang.Object of SQL type sql_name.

getExplicitCachingEnabled( )

Returns a Boolean indicating the current state of ...

Get Oracle in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.