Uses of Class
tilda.data.FormulaResultView_Data
-
Packages that use FormulaResultView_Data Package Description tilda.data._Tilda -
-
Uses of FormulaResultView_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return FormulaResultView_Data Modifier and Type Method Description static FormulaResultView_Data
TILDA__FORMULARESULTVIEW_Factory. lookupByAll()
Lookup records by the query 'All' over .Methods in tilda.data._Tilda that return types with arguments of type FormulaResultView_Data Modifier and Type Method Description protected static ListResults<FormulaResultView_Data>
TILDA__FORMULARESULTVIEW_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)
static ListResults<FormulaResultView_Data>
TILDA__FORMULARESULTVIEW_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)
Methods in tilda.data._Tilda with parameters of type FormulaResultView_Data Modifier and Type Method Description static void
TILDA__FORMULARESULTVIEW_Factory. toCSV(java.io.Writer out, FormulaResultView_Data obj)
static void
TILDA__FORMULARESULTVIEW_Factory. toJSON(java.io.Writer out, FormulaResultView_Data obj, boolean fullObject)
static void
TILDA__FORMULARESULTVIEW_Factory. toJSON(java.io.Writer out, FormulaResultView_Data obj, java.lang.String lead, boolean fullObject)
static void
TILDA__FORMULARESULTVIEW_Factory. toJSON(java.io.Writer outWriter, FormulaResultView_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)
Method parameters in tilda.data._Tilda with type arguments of type FormulaResultView_Data Modifier and Type Method Description static void
TILDA__FORMULARESULTVIEW_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<FormulaResultView_Data> OP, int start, int size)
static void
TILDA__FORMULARESULTVIEW_Factory. toCSV(java.io.Writer out, java.util.List<FormulaResultView_Data> L, boolean includeHeader)
static void
TILDA__FORMULARESULTVIEW_Factory. toJSON(java.io.Writer out, java.util.List<FormulaResultView_Data> L, java.lang.String lead, boolean fullList)
-