|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBTransactionImpl | |
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of DBTransactionImpl in oracle.jbo.server |
Subclasses of DBTransactionImpl in oracle.jbo.server | |
class |
DBTransactionImpl2 Implementation of DBTransaction interface for representing both "connected" and "not connected" state. |
Methods in oracle.jbo.server that return DBTransactionImpl | |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url, java.lang.String user, java.lang.String password) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url, java.lang.String user, java.lang.String password, java.util.Properties info) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.sql.Connection connection) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(java.lang.String url, java.util.Properties info) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(javax.sql.DataSource ds) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
DBTransactionImpl |
DatabaseTransactionFactory.create(javax.sql.DataSource ds, java.lang.String user, java.lang.String passwd) Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create() , migrates from disconnected to connected state. |
Methods in oracle.jbo.server with parameters of type DBTransactionImpl | |
void |
SQLBuilder.buildSelectString(DBTransactionImpl trans, java.lang.StringBuffer buffer, java.lang.String sourceName, java.lang.String sourceAlias, AttributeDefImpl[] attrs, boolean withIntoClause, int bindingStyle) |
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. |
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) |
protected void |
OracleSQLBuilderImpl.buildReturningClause(java.lang.StringBuffer sqlBuffer, DBTransactionImpl trans, AttributeDefImpl[] retrCols, AttributeDefImpl[] retrKeyCols, boolean batchMode, boolean oracleBinding) |
void |
OracleSQLBuilderImpl.buildSelectString(DBTransactionImpl trans, java.lang.StringBuffer buffer, java.lang.String sourceName, java.lang.String sourceAlias, AttributeDefImpl[] attrs, boolean withIntoClause, int bindingStyle) Construct a SQL SELECT statement for the Entity into the designated Buffer. |
protected void |
EntityCache.init(DBTransactionImpl trans, EntityDefImpl entityDef) |
java.lang.Object |
BaseSQLBuilderImpl.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[] |
BaseSQLBuilderImpl.doLoadBulkFromResultSet(AttributeDefImpl[] attrDefs, int attrIndex, java.sql.ResultSet rs, int index, DBTransactionImpl trans) |
void |
BaseSQLBuilderImpl.buildSelectString(DBTransactionImpl trans, java.lang.StringBuffer buffer, java.lang.String sourceName, java.lang.String sourceAlias, AttributeDefImpl[] attrs, boolean withIntoClause, int bindingStyle) |
java.lang.Object |
AttributeDefImpl.loadFromResultSet(java.sql.ResultSet rs, int index, DBTransactionImpl trans) Internal: Applications should not use this method. |
java.lang.Object |
AttributeDefImpl.convertToStorage(java.lang.Object data, DBTransactionImpl trans) Internal: Application should not use this method. |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.