simpledb.query
Interface Constant

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

public interface Constant
extends Comparable<Constant>

The interface that denotes values stored in the database.

Author:
Edward Sciore

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

Method Detail

asJavaVal

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

Returns:
the Java value of the constant


Copyright © 2011. All Rights Reserved.