Business Components

Uses of Class
oracle.jbo.server.BaseSQLBuilderImpl

Packages that use BaseSQLBuilderImpl
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of BaseSQLBuilderImpl in oracle.jbo.server
 

Subclasses of BaseSQLBuilderImpl in oracle.jbo.server
 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
           
 


Business Components