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

Fields in oracle.jbo.server declared as SQLBuilder
protected  SQLBuilder AttributeDefImpl.mSQLBuilder
          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()
          Get the SQLBuilderImpl - lazily building
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()
           
 SQLBuilder DBTransaction.getSQLBuilder()
           
static SQLBuilder OLiteSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
 


Business Components