simpledb.query
Interface Constant

All Superinterfaces:
java.lang.Comparable<Constant>
All Known Implementing Classes:
IntConstant, StringConstant

public interface Constant
extends java.lang.Comparable<Constant>

The interface that denotes values stored in the database.

Author:
Edward Sciore

Method Summary
 java.lang.Object asJavaVal()
          Returns the Java object corresponding to this constant.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

asJavaVal

java.lang.Object asJavaVal()
Returns the Java object corresponding to this constant.

Returns:
the Java value of the constant