Uses of Class
tilda.data.DateDim_Data
-
Packages that use DateDim_Data Package Description tilda.data._Tilda -
-
Uses of DateDim_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return DateDim_Data Modifier and Type Method Description DateDim_DataTILDA__DATEDIM. copy()static DateDim_DataTILDA__DATEDIM_Factory. create(java.time.LocalDate dt, long epoch)Creates a new object in memory, which you can subsequently#write()to the data store.static DateDim_DataTILDA__DATEDIM_Factory. init(java.util.Map<java.lang.String,java.lang.String[]> Values, java.util.List<StringStringPair> Errors)The generic init method is typically run when there is a general data structure of data available, for example, a CSV data file read in memory, or run from a servlet using a Mapobject obtained from an ServletRequest object. static DateDim_DataTILDA__DATEDIM_Factory. lookupByPrimaryKey(java.time.LocalDate dt)Lookup one record by the primary key: dt.Methods in tilda.data._Tilda that return types with arguments of type DateDim_Data Modifier and Type Method Description static ListResults<DateDim_Data>TILDA__DATEDIM_Factory. lookupWhereAll(Connection C, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: dt ascprotected static ListResults<DateDim_Data>TILDA__DATEDIM_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)static ListResults<DateDim_Data>TILDA__DATEDIM_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)Methods in tilda.data._Tilda with parameters of type DateDim_Data Modifier and Type Method Description static voidTILDA__DATEDIM_Factory. toCSV(java.io.Writer out, DateDim_Data obj)static voidTILDA__DATEDIM_Factory. toJSON(java.io.Writer out, DateDim_Data obj, boolean fullObject)static voidTILDA__DATEDIM_Factory. toJSON(java.io.Writer out, DateDim_Data obj, java.lang.String lead, boolean fullObject)static voidTILDA__DATEDIM_Factory. toJSON(java.io.Writer outWriter, DateDim_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)Method parameters in tilda.data._Tilda with type arguments of type DateDim_Data Modifier and Type Method Description static voidTILDA__DATEDIM_Factory. lookupWhereAll(Connection C, ObjectProcessor<DateDim_Data> OP, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: dt ascstatic voidTILDA__DATEDIM_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<DateDim_Data> OP, int start, int size)static voidTILDA__DATEDIM_Factory. toCSV(java.io.Writer out, java.util.List<DateDim_Data> L, boolean includeHeader)static voidTILDA__DATEDIM_Factory. toJSON(java.io.Writer out, java.util.List<DateDim_Data> L, java.lang.String lead, boolean fullList)static intTILDA__DATEDIM_Factory. writeBatch(Connection C, java.util.List<DateDim_Data> L, int batchSize, int commitSize)
-