org.datanucleus.query.symbol
Interface Symbol
- All Known Implementing Classes:
- PropertySymbol
public interface Symbol
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
PARAMETER
static final int PARAMETER
- See Also:
- Constant Field Values
VARIABLE
static final int VARIABLE
- See Also:
- Constant Field Values
CANDIDATES
static final int CANDIDATES
- See Also:
- Constant Field Values
RESULTS_SET
static final java.lang.String RESULTS_SET
- Name under which any set of results are stored in the SymbolTable. Used for aggregation.
- See Also:
- Constant Field Values
setType
void setType(int type)
getType
int getType()
getQualifiedName
java.lang.String getQualifiedName()
setValueType
void setValueType(java.lang.Class type)
getValueType
java.lang.Class getValueType()
setValue
void setValue(java.lang.Object value)
getValue
java.lang.Object getValue()
Copyright © 2009. All Rights Reserved.