|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectStatement | |
net.sf.jaxme.sqls | |
net.sf.jaxme.sqls.impl |
Uses of SelectStatement in net.sf.jaxme.sqls |
Methods in net.sf.jaxme.sqls that return SelectStatement | |
SelectStatement |
Table.getSelectStatement()
Returns a SELECT statement for selecting all the columns. |
SelectStatement |
SQLFactory.newSelectStatement()
Creates a new SELECT statement. |
SelectStatement |
SelectTableReference.getSelectStatement()
Returns the SelectStatement that created the reference.
|
Methods in net.sf.jaxme.sqls with parameters of type SelectStatement | |
void |
BooleanConstraint.addPart(SelectStatement pPart)
Inserts a subselect. |
Uses of SelectStatement in net.sf.jaxme.sqls.impl |
Classes in net.sf.jaxme.sqls.impl that implement SelectStatement | |
class |
SelectStatementImpl
|
Methods in net.sf.jaxme.sqls.impl that return SelectStatement | |
SelectStatement |
TableImpl.getSelectStatement()
|
SelectStatement |
SQLFactoryImpl.newSelectStatement()
|
SelectStatement |
SelectTableReferenceImpl.getSelectStatement()
|
Methods in net.sf.jaxme.sqls.impl with parameters of type SelectStatement | |
protected java.lang.String |
SQLGeneratorImpl.getSelectQuery(SelectStatement pQuery)
|
void |
BooleanConstraintImpl.addPart(SelectStatement pStatement)
|
Constructors in net.sf.jaxme.sqls.impl with parameters of type SelectStatement | |
SelectTableReferenceImpl(SelectStatement pStatement,
Table pTable)
Creates a new instance of SelectTableReferenceImpl referencing the given SelectStatement . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |