|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.jdbc.sql.SQLFactoryImpl kodo.jdbc.sql.KodoSQLFactory
public class KodoSQLFactory
Kodo factory for SQL abstraction constructs.
Constructor Summary | |
---|---|
KodoSQLFactory()
|
Method Summary | |
---|---|
AdvancedSQL |
getAdvancedSQL()
The AdvancedSQL for this runtime. |
protected AdvancedSQL |
newAdvancedSQL(DBDictionary dict)
Create a new AdvancedSQL for the given dictionary type. |
Select |
newSelect()
|
Union |
newUnion(int selects)
|
Union |
newUnion(Select[] selects)
|
void |
setAdvancedSQL(AdvancedSQL advanced)
The AdvancedSQL for this runtime. |
void |
setAdvancedSQL(String type)
Set the AdvancedSQL type name. |
void |
setInto(Options opts)
|
Methods inherited from class org.apache.openjpa.jdbc.sql.SQLFactoryImpl |
---|
endConfiguration, getConfiguration, setConfiguration, startConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KodoSQLFactory()
Method Detail |
---|
public Select newSelect()
newSelect
in interface SQLFactory
newSelect
in class SQLFactoryImpl
public AdvancedSQL getAdvancedSQL()
AdvancedSQL
for this runtime.
public void setAdvancedSQL(AdvancedSQL advanced)
AdvancedSQL
for this runtime.
public void setAdvancedSQL(String type)
AdvancedSQL
type name. Used in auto-configuration.
public Union newUnion(int selects)
newUnion
in interface SQLFactory
newUnion
in class SQLFactoryImpl
public Union newUnion(Select[] selects)
newUnion
in interface SQLFactory
newUnion
in class SQLFactoryImpl
public void setInto(Options opts)
setInto
in interface GenericConfigurable
protected AdvancedSQL newAdvancedSQL(DBDictionary dict)
AdvancedSQL
for the given dictionary type.
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |