Business Components

Uses of Class
oracle.jbo.server.DBTransactionImpl

Packages that use DBTransactionImpl
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of DBTransactionImpl in oracle.jbo.server
 

Methods in oracle.jbo.server that return DBTransactionImpl
 DBTransactionImpl DatabaseTransactionFactory.create(java.lang.String url)
          Instantiates a DBTransactionImpl object.
 DBTransactionImpl DatabaseTransactionFactory.create(java.lang.String url, java.lang.String user, java.lang.String password)
          Instantiates a DBTransactionImpl object.
 DBTransactionImpl DatabaseTransactionFactory.create(java.lang.String url, java.lang.String user, java.lang.String password, java.util.Properties info)
          Instantiates a DBTransactionImpl object.
 DBTransactionImpl DatabaseTransactionFactory.create(java.sql.Connection connection)
          Instantiates a DBTransactionImpl object.
 DBTransactionImpl DatabaseTransactionFactory.create(java.lang.String url, java.util.Properties info)
          Instantiates a DBTransactionImpl object.
 

Methods in oracle.jbo.server with parameters of type DBTransactionImpl
 java.lang.Object AttributeDefImpl.loadFromResultSet(java.sql.ResultSet rs, int index, DBTransactionImpl trans)
           
 java.lang.Object AttributeDefImpl.convertToStorage(java.lang.Object data, DBTransactionImpl trans)
          Converts a value from the attribute's Java type to a database type.
 java.lang.Object OracleSQLBuilderImpl.doLoadFromResultSet(java.lang.Object theTypeFactory, java.lang.Object theElemFactory, java.lang.Class theJavaType, byte attrLoad, java.sql.ResultSet rs, int index, DBTransactionImpl trans)
           
 java.lang.Object[] OracleSQLBuilderImpl.doLoadBulkFromResultSet(AttributeDefImpl[] attrDefs, int attrIndex, java.sql.ResultSet rs, int index, DBTransactionImpl trans)
           
 java.lang.Object OLiteSQLBuilderImpl.doLoadFromResultSet(java.lang.Object theTypeFactory, java.lang.Object theElemFactory, java.lang.Class theJavaType, byte attrLoad, java.sql.ResultSet rs, int index, DBTransactionImpl trans)
           
 java.lang.Object[] OLiteSQLBuilderImpl.doLoadBulkFromResultSet(AttributeDefImpl[] attrDefs, int attrIndex, java.sql.ResultSet rs, int index, DBTransactionImpl trans)
           
 java.lang.Object SQLBuilder.doLoadFromResultSet(java.lang.Object theTypeFactory, java.lang.Object theElemFactory, java.lang.Class theJavaType, byte attrLoad, java.sql.ResultSet rs, int index, DBTransactionImpl trans)
          Loads an object from a result set.
 java.lang.Object[] SQLBuilder.doLoadBulkFromResultSet(AttributeDefImpl[] attrs, int attrIndex, java.sql.ResultSet rs, int rsIndex, DBTransactionImpl trans)
          Loads an array of objects from a result set.
 


Business Components