Uses of Class
edu.upc.dama.dex.script.ScriptParser.Type

Packages that use ScriptParser.Type
edu.upc.dama.dex.script Provides classes and tools used to help to create schemas and load data. 
 

Uses of ScriptParser.Type in edu.upc.dama.dex.script
 

Fields in edu.upc.dama.dex.script declared as ScriptParser.Type
static ScriptParser.Type ScriptParser.Type.BOOL
           
static ScriptParser.Type ScriptParser.Type.DOUBLE
           
static ScriptParser.Type ScriptParser.Type.INT
           
static ScriptParser.Type ScriptParser.Type.LONG
           
static ScriptParser.Type ScriptParser.Type.NULL
           
static ScriptParser.Type ScriptParser.Type.STRING
           
static ScriptParser.Type ScriptParser.Type.TEXT
           
static ScriptParser.Type ScriptParser.Type.TIMESTAMP
           
 

Methods in edu.upc.dama.dex.script that return ScriptParser.Type
static ScriptParser.Type ScriptParser.Type.valueOf(java.lang.String name)
           
static ScriptParser.Type[] ScriptParser.Type.values()