Package ca.spatial.parser
Class RelationSpecParser
java.lang.Object
ca.spatial.parser.RelationSpecParser
This class will parse a string containing an encoded
data set name, and return a
TableSpec
structure
that describes the resource, and has an TableSpec.open()
method that can be used to obtain an active data set handle.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
Lexical state.static int
End of File.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
Lexical state.static int
RegularExpression Id.static int
RegularExpression Id.static String[]
Literal token values.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id.static int
RegularExpression Id. -
Method Summary
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
COVERAGE
static final int COVERAGERegularExpression Id.- See Also:
- Constant Field Values
-
CSV
static final int CSVRegularExpression Id.- See Also:
- Constant Field Values
-
INFO
static final int INFORegularExpression Id.- See Also:
- Constant Field Values
-
DBASE
static final int DBASERegularExpression Id.- See Also:
- Constant Field Values
-
SHAPEFILE
static final int SHAPEFILERegularExpression Id.- See Also:
- Constant Field Values
-
CROSSTAB
static final int CROSSTABRegularExpression Id.- See Also:
- Constant Field Values
-
RELATE
static final int RELATERegularExpression Id.- See Also:
- Constant Field Values
-
SNAPSHOT
static final int SNAPSHOTRegularExpression Id.- See Also:
- Constant Field Values
-
TRANSPOSE
static final int TRANSPOSERegularExpression Id.- See Also:
- Constant Field Values
-
TRANSPOSEROW
static final int TRANSPOSEROWRegularExpression Id.- See Also:
- Constant Field Values
-
TRANSPOSEPERIOD
static final int TRANSPOSEPERIODRegularExpression Id.- See Also:
- Constant Field Values
-
APPEND
static final int APPENDRegularExpression Id.- See Also:
- Constant Field Values
-
TABLES
static final int TABLESRegularExpression Id.- See Also:
- Constant Field Values
-
FLATTEN
static final int FLATTENRegularExpression Id.- See Also:
- Constant Field Values
-
VIRTUAL
static final int VIRTUALRegularExpression Id.- See Also:
- Constant Field Values
-
EXCEL
static final int EXCELRegularExpression Id.- See Also:
- Constant Field Values
-
JDBC
static final int JDBCRegularExpression Id.- See Also:
- Constant Field Values
-
RAM
static final int RAMRegularExpression Id.- See Also:
- Constant Field Values
-
CATEGORY
static final int CATEGORYRegularExpression Id.- See Also:
- Constant Field Values
-
RANGE
static final int RANGERegularExpression Id.- See Also:
- Constant Field Values
-
PROPORTION
static final int PROPORTIONRegularExpression Id.- See Also:
- Constant Field Values
-
VALUES
static final int VALUESRegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
ALPHANUM
static final int ALPHANUMRegularExpression Id.- See Also:
- Constant Field Values
-
CHARSET
static final int CHARSETRegularExpression Id.- See Also:
- Constant Field Values
-
FILE
static final int FILERegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
EXPR_LITERAL
static final int EXPR_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
START_TYPE
static final int START_TYPELexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-
-
Method Details