public class SQLBuilderFactory
extends java.lang.Object
SQLBuilder, OracleSQLBuilderImpl, OLiteSQLBuilderImpl| Constructor and Description | 
|---|
SQLBuilderFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SQLBuilder | 
create()
Creates instances of a designated implementation of the SQLBuilder interface. 
 | 
static SQLBuilder | 
create(java.lang.String token)  | 
public static SQLBuilder create()
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.
public static SQLBuilder create(java.lang.String token)