|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.jbo.server.SQLBuilderFactory
A facility for creating instances of the designated SQLBuilder class.
SQLBuilder,
OracleSQLBuilderImpl,
OLiteSQLBuilderImpl| Constructor Summary | |
SQLBuilderFactory()
|
|
| Method Summary | |
static SQLBuilder |
create()
Creates instances of a designated implementation of the SQLBuilder interface. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SQLBuilderFactory()
| Method Detail |
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.
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||