public class ElementCollectionSchemaExpr extends SchemaExpr
| Constructor and Description |
|---|
ElementCollectionSchemaExpr(ElementCollectionExpr expr)
Creates the collection schema.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ElementCollectionSchemaExpr(ElementCollectionExpr expr)
public java.lang.String getTailName()
getTailName in class SchemaExprpublic SchemaExpr createField(QueryParser parser, java.lang.String name) throws QueryParseException
createField in class SchemaExprQueryParseExceptionpublic FromItem addFromItem(QueryParser parser, java.lang.String id) throws QueryParseException
addFromItem in class SchemaExprQueryParseException