Package tilda.data
Class FormulaResultView_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__FORMULARESULTVIEW
-
- tilda.data.FormulaResultView_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,ReaderObject
public class FormulaResultView_Data extends TILDA__FORMULARESULTVIEW
This is the application class Data_FORMULARESULTVIEW mapped to the table TILDA.FORMULARESULTVIEW.- See Also:
TILDA__FORMULARESULTVIEW
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__FORMULARESULTVIEW
FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description FormulaResultView_Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
afterRead(Connection C)
-
Methods inherited from class tilda.data._Tilda.TILDA__FORMULARESULTVIEW
getColumnName, getDescription, getFormulaRefnum, getSchemaName, getTableViewName, getValue, hasChanged, initColumnName, initFormulaRefnum, initSchemaName, initTableViewName, initValue, isNewlyCreated, read, refresh, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString
-
-
-
-
Method Detail
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__FORMULARESULTVIEW
- Throws:
java.lang.Exception
-
-