|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLBuilder | |
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of SQLBuilder in oracle.jbo.server |
Classes in oracle.jbo.server that implement SQLBuilder | |
class |
BaseSQLBuilderImpl Internal: Applications should not use this interface. |
class |
DB2SQLBuilderImpl |
class |
OLiteSQLBuilderImpl OracleLite-specific implementation of the SQLBuilder interface. |
class |
OracleSQLBuilderImpl Oracle-specific implementation of the SQLBuilder interface. |
class |
SQL92SQLBuilderImpl SQL92-specific implementation of the SQLBuilder interface. |
class |
WLSQLBuilderImpl |
Fields in oracle.jbo.server declared as SQLBuilder | |
protected static SQLBuilder |
SQL92SQLBuilderImpl.mSQLBuilderInterface |
protected SQLBuilder |
DBTransactionImpl.mSQLBuilder The SQLBuilder instance used to interact with JDBC in this transaction. |
protected SQLBuilder |
AttributeDefImpl.mSQLBuilder Identifies the handle to SQL Builder. |
Methods in oracle.jbo.server that return SQLBuilder | |
static SQLBuilder |
WLSQLBuilderImpl.getInterface() Gets the singleton instance of this class. |
static SQLBuilder |
SQLBuilderFactory.create() Creates instances of a designated implementation of the SQLBuilder interface. |
static SQLBuilder |
SQLBuilderFactory.create(java.lang.String token) |
static SQLBuilder |
SQLBuilderFactory.getBuilder() |
static SQLBuilder |
SQLBuilderFactory.getBuilder(java.lang.String token) |
static SQLBuilder |
SQL92SQLBuilderImpl.getInterface() Gets the singleton instance of this class. |
static SQLBuilder |
OracleSQLBuilderImpl.getInterface() Gets the singleton instance of this class. |
static SQLBuilder |
OLiteSQLBuilderImpl.getInterface() Gets the singleton instance of this class. |
SQLBuilder |
NullDBTransactionImpl.getSQLBuilder() Deprecated. |
protected SQLBuilder |
EntityImpl.getSQLBuilder() Get the SQLBuilderImpl which performs all SQL operations required by this Entity Object. |
SQLBuilder |
DBTransactionImpl.getSQLBuilder() Internal: Applications should not use this method. |
SQLBuilder |
DBTransaction.getSQLBuilder() |
static SQLBuilder |
DB2SQLBuilderImpl.getInterface() Gets the singleton instance of this class. |
protected SQLBuilder |
AttributeDefImpl.getSQLBuilder() Returns the SQLBuilderImpl - lazily building. |
|
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.