|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.expr.SchemaExpr
com.caucho.amber.expr.ElementCollectionSchemaExpr
public class ElementCollectionSchemaExpr
Represents a collection from a from-item table.
Constructor Summary | |
---|---|
ElementCollectionSchemaExpr(ElementCollectionExpr expr)
Creates the collection schema. |
Method Summary | |
---|---|
FromItem |
addFromItem(QueryParser parser,
java.lang.String id)
Adds the from item. |
SchemaExpr |
createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema. |
java.lang.String |
getTailName()
Returns the tail name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementCollectionSchemaExpr(ElementCollectionExpr expr)
Method Detail |
---|
public java.lang.String getTailName()
getTailName
in class SchemaExpr
public SchemaExpr createField(QueryParser parser, java.lang.String name) throws QueryParseException
createField
in class SchemaExpr
QueryParseException
public FromItem addFromItem(QueryParser parser, java.lang.String id) throws QueryParseException
addFromItem
in class SchemaExpr
QueryParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |