Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class SQLBuilderFactory

java.lang.Object
  extended by oracle.jbo.server.SQLBuilderFactory

public class SQLBuilderFactory
extends java.lang.Object

A facility for creating instances of the designated SQLBuilder class.

Since:
JDeveloper 3.0
See Also:
SQLBuilder, OracleSQLBuilderImpl, OLiteSQLBuilderImpl

Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Constructor Summary
SQLBuilderFactory()
           
 
Method Summary
static SQLBuilder create()
          Creates instances of a designated implementation of the SQLBuilder interface.
static SQLBuilder create(Connection conn)
           
static SQLBuilder create(java.lang.String token)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

SQLBuilderFactory

public SQLBuilderFactory()
Method Detail

create

public static SQLBuilder create()
Creates instances of a designated implementation of the SQLBuilder interface.

Two implementations of SQLBuilder provided in this package, OracleSQLBuilderImpl and OLiteSQLBuilderImpl (OracleLite). Either of these, or a user-defined implementation, may be specified by setting the jbo.SQLBuilder property in the jboserver.properties file.


create

public static SQLBuilder create(java.lang.String token)

create

public static SQLBuilder create(Connection conn)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.