Class QDLDB.SQLTypes
- java.lang.Object
-
- edu.uiuc.ncsa.qdl.extensions.database.QDLDB.SQLTypes
-
- All Implemented Interfaces:
QDLVariable
,Serializable
- Enclosing class:
- QDLDB
public class QDLDB.SQLTypes extends Object implements QDLVariable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name of the variable.Object
getValue()
The value.
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:QDLVariable
The name of the variable. This may be a simple name for a scalar, like "a", or it may represent a stem, like "a.". You may even set specific stem values by passing in the indexed stem, e.g. "a,3" or "a.j" (the index for the latter is "j" unless it resolves to another value.- Specified by:
getName
in interfaceQDLVariable
- Returns:
-
getValue
public Object getValue()
Description copied from interface:QDLVariable
- Specified by:
getValue
in interfaceQDLVariable
- Returns:
-
-