|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl
Default implementation of the object factory.
Constructor Summary | |
protected |
ObjectFactoryImpl()
|
Method Summary | |
CombinedConstraint |
newCombinedConstraint(ConstrainedStatement pStatement,
CombinedConstraint.Type pType)
Creates a new instance of Constraint constraining
the given ConstrainedStatement . |
Function |
newFunction(Statement pStatement,
java.lang.String pName)
Returns an instance of Function . |
JoinReference |
newJoinReference(SelectTableReference pSelectTableReference,
Table pTable,
boolean pIsLeftOuterJoin)
Returns an instance of JoinReference . |
RawSQLCode |
newRawSQL(java.lang.String pRawSQLCode)
Returns an instance of RawSQLCode . |
Table |
newView(SelectStatement pSelectStatement,
Table.Name pName)
Returns an instance of Table , which allows to embed
the given instance of SelectStatement into another
SELECT statement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ObjectFactoryImpl()
Method Detail |
public RawSQLCode newRawSQL(java.lang.String pRawSQLCode)
ObjectFactory
Returns an instance of RawSQLCode
.
newRawSQL
in interface ObjectFactory
public JoinReference newJoinReference(SelectTableReference pSelectTableReference, Table pTable, boolean pIsLeftOuterJoin)
ObjectFactory
Returns an instance of JoinReference
.
newJoinReference
in interface ObjectFactory
public Function newFunction(Statement pStatement, java.lang.String pName)
ObjectFactory
Returns an instance of Function
.
newFunction
in interface ObjectFactory
public Table newView(SelectStatement pSelectStatement, Table.Name pName)
ObjectFactory
Returns an instance of Table
, which allows to embed
the given instance of SelectStatement
into another
SELECT statement.
newView
in interface ObjectFactory
public CombinedConstraint newCombinedConstraint(ConstrainedStatement pStatement, CombinedConstraint.Type pType)
ObjectFactory
Creates a new instance of Constraint
constraining
the given ConstrainedStatement
.
newCombinedConstraint
in interface ObjectFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |