| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.jdbc.sql.SQLFactoryImpl
public class SQLFactoryImpl
Default factory for SQL abstraction constructs.
| Constructor Summary | |
|---|---|
| SQLFactoryImpl() | |
| Method Summary | |
|---|---|
|  void | endConfiguration() | 
|  JDBCConfiguration | getConfiguration()System configuration. | 
|  Select | newSelect()Select factory. | 
|  Union | newUnion(int selects)Union factory. | 
|  Union | newUnion(Select[] selects)Union factory. | 
|  void | setConfiguration(Configuration conf) | 
|  void | startConfiguration() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SQLFactoryImpl()
| Method Detail | 
|---|
public JDBCConfiguration getConfiguration()
public Select newSelect()
SQLFactory
newSelect in interface SQLFactorypublic Union newUnion(int selects)
SQLFactory
newUnion in interface SQLFactoryselects - the number of selects in the unionpublic Union newUnion(Select[] selects)
SQLFactory
newUnion in interface SQLFactoryselects - the members of the unionpublic void setConfiguration(Configuration conf)
setConfiguration in interface Configurablepublic void startConfiguration()
startConfiguration in interface Configurablepublic void endConfiguration()
endConfiguration in interface Configurable| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||