Uses of Class
tilda.data.ZoneInfo_Data
-
Packages that use ZoneInfo_Data Package Description tilda.data._Tilda tilda.data.importers.zones tilda.db tilda.db.stores -
-
Uses of ZoneInfo_Data in tilda.data._Tilda
Fields in tilda.data._Tilda with type parameters of type ZoneInfo_Data Modifier and Type Field Description protected static java.util.Map<java.lang.String,ZoneInfo_Data>
TILDA__ZONEINFO_Factory. __ENUMERATIONS_BY_ID
protected static java.util.Map<java.lang.String,ZoneInfo_Data>
TILDA__ZONEINFO_Factory. __ENUMERATIONS_BY_VALUE
Methods in tilda.data._Tilda that return ZoneInfo_Data Modifier and Type Method Description ZoneInfo_Data
TILDA__ZONEINFO. copy()
static ZoneInfo_Data
TILDA__ZONEINFO_Factory. create(java.lang.String id, java.lang.String value, java.lang.String label)
Creates a new object in memory, which you can subsequently#write()
to the data store.static ZoneInfo_Data
TILDA__ZONEINFO_Factory. getEnumerationById(java.lang.String Id)
static ZoneInfo_Data
TILDA__ZONEINFO_Factory. getEnumerationByValue(java.lang.String Value)
static ZoneInfo_Data
TILDA__ZONEINFO_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 ZoneInfo_Data
TILDA__ZONEINFO_Factory. lookupById(java.lang.String id)
Lookup one record by the unique index 'Id': id.static ZoneInfo_Data
TILDA__ZONEINFO_Factory. lookupByPrimaryKey(java.lang.String id)
Lookup one record by the primary key: id.static ZoneInfo_Data
TILDA__ZONEINFO_Factory. lookupByValue(java.lang.String value)
Lookup one record by the unique index 'Value': value.Methods in tilda.data._Tilda that return types with arguments of type ZoneInfo_Data Modifier and Type Method Description static ListResults<ZoneInfo_Data>
TILDA__ZONEINFO_Factory. lookupWhereAll(Connection C, int __start__, int __size__)
Lookup records by the index 'All' over .
The results are ordered by: id ascprotected static ListResults<ZoneInfo_Data>
TILDA__ZONEINFO_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)
static ListResults<ZoneInfo_Data>
TILDA__ZONEINFO_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)
Methods in tilda.data._Tilda with parameters of type ZoneInfo_Data Modifier and Type Method Description static void
TILDA__ZONEINFO_Factory. toCSV(java.io.Writer out, ZoneInfo_Data obj)
static void
TILDA__ZONEINFO_Factory. toJSON(java.io.Writer out, ZoneInfo_Data obj, boolean fullObject)
static void
TILDA__ZONEINFO_Factory. toJSON(java.io.Writer out, ZoneInfo_Data obj, java.lang.String lead, boolean fullObject)
static void
TILDA__ZONEINFO_Factory. toJSON(java.io.Writer outWriter, ZoneInfo_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)
Method parameters in tilda.data._Tilda with type arguments of type ZoneInfo_Data Modifier and Type Method Description static void
TILDA__ZONEINFO_Factory. lookupWhereAll(Connection C, ObjectProcessor<ZoneInfo_Data> OP, int __start__, int __size__)
Lookup records by the index 'All' over .
The results are ordered by: id ascstatic void
TILDA__ZONEINFO_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<ZoneInfo_Data> OP, int start, int size)
static void
TILDA__ZONEINFO_Factory. toCSV(java.io.Writer out, java.util.List<ZoneInfo_Data> L, boolean includeHeader)
static void
TILDA__ZONEINFO_Factory. toJSON(java.io.Writer out, java.util.List<ZoneInfo_Data> L, java.lang.String lead, boolean fullList)
static int
TILDA__ZONEINFO_Factory. writeBatch(Connection C, java.util.List<ZoneInfo_Data> L, int batchSize, int commitSize)
-
Uses of ZoneInfo_Data in tilda.data.importers.zones
Fields in tilda.data.importers.zones with type parameters of type ZoneInfo_Data Modifier and Type Field Description java.util.List<ZoneInfo_Data>
RootImporter. _Zones
-
Uses of ZoneInfo_Data in tilda.db
Methods in tilda.db with parameters of type ZoneInfo_Data Modifier and Type Method Description boolean
Connection. alterTableAlterColumnMulti(java.util.List<ColMetaColPair> BatchTypeCols, java.util.List<ColMetaColPair> BatchSizeCols, ZoneInfo_Data defaultZI)
boolean
Connection. alterTableAlterColumnType(Connection Con, ColumnMeta ColMeta, Column Col, ZoneInfo_Data defaultZI)
-
Uses of ZoneInfo_Data in tilda.db.stores
Methods in tilda.db.stores with parameters of type ZoneInfo_Data Modifier and Type Method Description boolean
CommonStoreImpl. alterTableAlterColumnMulti(Connection Con, java.util.List<ColMetaColPair> BatchTypeCols, java.util.List<ColMetaColPair> BatchSizeCols, ZoneInfo_Data defaultZI)
boolean
DBType. alterTableAlterColumnMulti(Connection Con, java.util.List<ColMetaColPair> BatchTypeCols, java.util.List<ColMetaColPair> BatchSizeCols, ZoneInfo_Data defaultZI)
boolean
MSSQL. alterTableAlterColumnMulti(Connection Con, java.util.List<ColMetaColPair> BatchTypeCols, java.util.List<ColMetaColPair> BatchSizeCols, ZoneInfo_Data defaultZI)
boolean
CommonStoreImpl. alterTableAlterColumnType(Connection Con, ColumnMeta ColMeta, Column Col, ZoneInfo_Data defaultZI)
boolean
DBType. alterTableAlterColumnType(Connection Con, ColumnMeta ColMeta, Column Col, ZoneInfo_Data defaultZI)
boolean
MSSQL. alterTableAlterColumnType(Connection Con, ColumnMeta ColMeta, Column Col, ZoneInfo_Data defaultZI)
-