Business Components

Uses of Interface
oracle.jbo.server.SQLBuilder

Packages that use.*
PackageDescription
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
TypeName
 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
TypeName
protected  SQLBuilder DBTransactionImpl.mSQLBuilder
          The SQLBuilder instance used to interact with JDBC in this transaction.
protected static SQLBuilder SQL92SQLBuilderImpl.mSQLBuilderInterface
           
protected  SQLBuilder AttributeDefImpl.mSQLBuilder
          Identifies the handle to SQL Builder.
 

Methods in oracle.jbo.server that return SQLBuilder
TypeName
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 OracleSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
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.
static SQLBuilder SQL92SQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
static SQLBuilder DB2SQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
protected  SQLBuilder AttributeDefImpl.getSQLBuilder()
          Returns the SQLBuilderImpl - lazily building.
static SQLBuilder OLiteSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
static SQLBuilder WLSQLBuilderImpl.getInterface()
          Gets the singleton instance of this class.
 SQLBuilder NullDBTransactionImpl.getSQLBuilder()
           
 SQLBuilder DBTransaction.getSQLBuilder()
           
 


Business Components