isql
Interface IConstant

All Superinterfaces:
ITypedValue
All Known Implementing Classes:
BooleanConstant, DateConstant, NumericConstant, TextConstant

public interface IConstant
extends ITypedValue

A constant written in the SQL query either in the SELECT clause or in the WHERE clause. Can be a text, a number...

Author:
SHZ Sep 28, 2007

Method Summary
 java.lang.Object getValueAsObject()
          The value of the constant
 
Methods inherited from interface isql.ITypedValue
getType
 

Method Detail

getValueAsObject

java.lang.Object getValueAsObject()
The value of the constant

Returns:
a Double, String, Boolean or Timestamp object