edu.upc.dama.dex.script
Interface ScriptParserConstants
- All Known Implementing Classes:
- ScriptParser, ScriptParserTokenManager
public interface ScriptParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
COMA
static final int COMA
- See Also:
- Constant Field Values
ASTERISK
static final int ASTERISK
- See Also:
- Constant Field Values
DBGRAPH
static final int DBGRAPH
- See Also:
- Constant Field Values
NODE
static final int NODE
- See Also:
- Constant Field Values
UNDIRECTED
static final int UNDIRECTED
- See Also:
- Constant Field Values
INDEXED
static final int INDEXED
- See Also:
- Constant Field Values
UNIQUE
static final int UNIQUE
- See Also:
- Constant Field Values
BASIC
static final int BASIC
- See Also:
- Constant Field Values
EDGE
static final int EDGE
- See Also:
- Constant Field Values
RELATIONSHIP
static final int RELATIONSHIP
- See Also:
- Constant Field Values
FROM
static final int FROM
- See Also:
- Constant Field Values
TO
static final int TO
- See Also:
- Constant Field Values
VIRTUAL
static final int VIRTUAL
- See Also:
- Constant Field Values
UPDATE
static final int UPDATE
- See Also:
- Constant Field Values
USE
static final int USE
- See Also:
- Constant Field Values
CREATE
static final int CREATE
- See Also:
- Constant Field Values
DROP
static final int DROP
- See Also:
- Constant Field Values
ATTRIBUTE
static final int ATTRIBUTE
- See Also:
- Constant Field Values
INDEX
static final int INDEX
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
STR
static final int STR
- See Also:
- Constant Field Values
BOOL
static final int BOOL
- See Also:
- Constant Field Values
TIMESTAMP
static final int TIMESTAMP
- See Also:
- Constant Field Values
TEXT
static final int TEXT
- See Also:
- Constant Field Values
LOAD
static final int LOAD
- See Also:
- Constant Field Values
NODES
static final int NODES
- See Also:
- Constant Field Values
EDGES
static final int EDGES
- See Also:
- Constant Field Values
COLUMNS
static final int COLUMNS
- See Also:
- Constant Field Values
INTO
static final int INTO
- See Also:
- Constant Field Values
IGNORE
static final int IGNORE
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
MODE
static final int MODE
- See Also:
- Constant Field Values
PARTITIONS
static final int PARTITIONS
- See Also:
- Constant Field Values
TAIL
static final int TAIL
- See Also:
- Constant Field Values
HEAD
static final int HEAD
- See Also:
- Constant Field Values
MAX
static final int MAX
- See Also:
- Constant Field Values
ROWS
static final int ROWS
- See Also:
- Constant Field Values
SPLIT
static final int SPLIT
- See Also:
- Constant Field Values
FIELDS
static final int FIELDS
- See Also:
- Constant Field Values
SEPARATOR
static final int SEPARATOR
- See Also:
- Constant Field Values
QUOTECHAR
static final int QUOTECHAR
- See Also:
- Constant Field Values
ALLOWMULTILINES
static final int ALLOWMULTILINES
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
FORMAT
static final int FORMAT
- See Also:
- Constant Field Values
MATERIALIZE
static final int MATERIALIZE
- See Also:
- Constant Field Values
NEIGHBORS
static final int NEIGHBORS
- See Also:
- Constant Field Values
OPEN
static final int OPEN
- See Also:
- Constant Field Values
CLOSE
static final int CLOSE
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
ELEM
static final int ELEM
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
CHAR_QUOTED
static final int CHAR_QUOTED
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_COMMENT
static final int IN_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage