Oracle Content Management SDK

Uses of Class
oracle.ifs.server.sql.IfsConnection

Packages that use IfsConnection
oracle.ifs.server   
oracle.ifs.server.sql   
 

Uses of IfsConnection in oracle.ifs.server
 

Fields in oracle.ifs.server declared as IfsConnection
protected  IfsConnection S_LibrarySessionTransactionManager.m_IfsConnection
          The IfsConnection currently allocated to this S_LibrarySession.
 

Methods in oracle.ifs.server that return IfsConnection
protected  IfsConnection S_LibrarySessionTransactionManager.getIfsConnection()
          Returns an IfsConnection for this S_LibrarySession.
 IfsConnection S_LibrarySession.getIfsConnection()
          Returns an IfsConnection for this S_LibrarySession.
 

Uses of IfsConnection in oracle.ifs.server.sql
 

Fields in oracle.ifs.server.sql declared as IfsConnection
protected  IfsConnection IfsStatement.m_IfsConnection
          This holds the Jdbc connection.
 

Constructors in oracle.ifs.server.sql with parameters of type IfsConnection
IfsStatement(java.sql.Statement stmt, IfsConnection iconn)
          Constructs an IfsStatement.
IfsPreparedStatement(java.sql.PreparedStatement pstmt, IfsConnection iconn)
          Construct an IfsPreparedStatement object.
IfsCallableStatement(java.sql.CallableStatement cstmt, IfsConnection iconn)
          Construct an IfsCallableStatement object.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.