public class FromIdSchemaExpr extends SchemaExpr
| Constructor and Description | 
|---|
| FromIdSchemaExpr(IdExpr id)Creates the table id expr. | 
| 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 FromIdSchemaExpr(IdExpr id)
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