Package quadbase.reportdesigner.lang
Interface IObject
- All Known Implementing Classes:
BooleanObject,DateTimeObject,NumericObject,StringObject
public interface IObject
This class is used to implement formulas
-
Method Summary
Modifier and TypeMethodDescriptionReturns the formulaintReturns the SQL type
-
Method Details
-
getFormula
String getFormula()Returns the formula -
getSQLType
int getSQLType()Returns the SQL type
-