Business Components

oracle.jbo.server
Class WLSQLBuilderImpl

java.lang.Object
  |
  +--oracle.jbo.server.BaseSQLBuilderImpl
        |
        +--oracle.jbo.server.OLiteSQLBuilderImpl
              |
              +--oracle.jbo.server.WLSQLBuilderImpl
All Implemented Interfaces:
SQLBuilder, ViewCriteriaAdapter

public class WLSQLBuilderImpl
extends OLiteSQLBuilderImpl


Fields inherited from class oracle.jbo.server.OLiteSQLBuilderImpl
ERROR_OLITE_RESOURCE_BUSY_AND_NOWAIT_SPECIFIED, ORACLE_ROWID_COLUMN
 
Fields inherited from interface oracle.jbo.server.SQLBuilder
BINDING_STYLE_JDBC, BINDING_STYLE_ORACLE, BINDING_STYLE_UNKNOWN, DML_DELETE, DML_INSERT, DML_UPDATE
 
Constructor Summary
TypeConstructor
protected WLSQLBuilderImpl()
          This is a singleton class
 
Method Summary
TypeMethod
 void doRegisterDefaultDriver()
          Registers the JDBC driver associated with this type of JDBC connection.
static SQLBuilder getInterface()
          Gets the singleton instance of this class.
 
Methods inherited from class oracle.jbo.server.OLiteSQLBuilderImpl
addSqlTypeText, capabilityCanReuseLockStatements, getBaseTable, getDbType, getDefaultBindingStyle, getJDBCDriverClassName, getPersistManagerClassName, getSqlVariantLockTrailer, getTableList, getTableListSqlStatement, getTypeMapName, getVersion
 
Methods inherited from class oracle.jbo.server.BaseSQLBuilderImpl
bindInsertStatement, bindUpdateStatement, bindWhereClause, buildDeleteStatement, buildInsertStatement, buildSelectString, buildUpdateStatement, buildWhereClause, convertFlags, convertValueToWhereFragment, doEntityDML, doEntitySelect, doLoadBulkFromResultSet, doLoadFromResultSet, doLoadFromStatement, doPreparedStatementDefineColumnType, doPreparedStatementDefines, doStatementSetBindingStyle, doStatementSetBindingStyleDefault, doStatementSetRowPrefetch, dumpConstraint, executeBatch, generatePKBasedRef, generateRefAndOID, generateRowID, getColumnNameWithFormatForQuery, getConstraints, getConstraintsList, getROWID, getSchemaList, getSchemas, getTables, getViewCriteriaAdapter, getViewCriteriaClause, getWarningText, isCharType, isDataSourceJTABased, isNumericType, isStreamType, lookupDataSource, populateJboTypeMapEntries, releaseSavepoint, rollbackToSavepoint, setSavepoint, shouldSkipDML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WLSQLBuilderImpl

protected WLSQLBuilderImpl()
This is a singleton class
Method Detail

getInterface

public static SQLBuilder getInterface()
Gets the singleton instance of this class.

doRegisterDefaultDriver

public void doRegisterDefaultDriver()
                             throws java.sql.SQLException
Description copied from interface: SQLBuilder
Registers the JDBC driver associated with this type of JDBC connection.
Overrides:
doRegisterDefaultDriver in class BaseSQLBuilderImpl
Following copied from interface: oracle.jbo.server.SQLBuilder
Throws:
java.sql.SQLException -  

Business Components