Interface IObject

All Known Implementing Classes:
BooleanObject, DateTimeObject, NumericObject, StringObject

public interface IObject
This class is used to implement formulas
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the formula
    int
    Returns the SQL type
  • Method Details

    • getFormula

      String getFormula()
      Returns the formula
    • getSQLType

      int getSQLType()
      Returns the SQL type