Business Components

Uses of Interface
oracle.jbo.server.SQLBuilder

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 OdbcSQLBuilderImpl
          Odbc-specific implementation of the SQLBuilder interface.
 class OLiteSQLBuilderImpl
          OracleLite-specific implementation of the SQLBuilder interface.
 class OracleSQLBuilderImpl
          Oracle-specific implementation of the SQLBuilder interface.
 class WLSQLBuilderImpl
           
 

Fields in oracle.jbo.server declared as SQLBuilder
protected  SQLBuilder AttributeDefImpl.mSQLBuilder
          Identifies the handle to SQL Builder.
protected  SQLBuilder DBTransactionImpl.mSQLBuilder
          The SQLBuilder instance used to interact with JDBC in this transaction.
 

Methods in oracle.jbo.server that return SQLBuilder
protected  SQLBuilder AttributeDefImpl.getSQLBuilder()
          Returns the SQLBuilderImpl - lazily building.
protected  SQLBuilder EntityImpl.getSQLBuilder()
          Get the SQLBuilderImpl which performs all SQL operations required by this Entity Object.
static SQLBuilder OLiteSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
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 OracleSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
 SQLBuilder NullDBTransactionImpl.getSQLBuilder()
           
 SQLBuilder DBTransactionImpl.getSQLBuilder()
          Internal: Applications should not use this method.
 SQLBuilder DBTransaction.getSQLBuilder()
           
static SQLBuilder OdbcSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
 


Business Components