Package tilda.data
Class MaintenanceLog_Factory
- java.lang.Object
-
- tilda.data._Tilda.TILDA__MAINTENANCELOG_Factory
-
- tilda.data.MaintenanceLog_Factory
-
public class MaintenanceLog_Factory extends TILDA__MAINTENANCELOG_Factory
This is the application class Data_MaintenanceLog mapped to the table TILDA.MaintenanceLog.- See Also:
TILDA__MAINTENANCELOG
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tilda.data._Tilda.TILDA__MAINTENANCELOG_Factory
TILDA__MAINTENANCELOG_Factory.COLS_BASE
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__MAINTENANCELOG_Factory
COLS, COLUMNS, COLUMNS_FIRST_IDENTITY, COLUMNS_PRIMARY, COLUMNS_UNIQUE_INDICES, DATA_CLASS, SCHEMA_LABEL, SCHEMA_TABLENAME_LABEL, TABLENAME_LABEL
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MaintenanceLog_Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MaintenanceLog_Data
create(Connection C, java.lang.String type, java.lang.String schemaLabel, java.lang.String objectName, java.time.ZonedDateTime startZDT, java.time.ZonedDateTime endZDT, java.lang.String action, java.lang.String objectType, java.lang.String statement, java.lang.String descr)
static void
init(Connection C)
-
Methods inherited from class tilda.data._Tilda.TILDA__MAINTENANCELOG_Factory
create, getCSVHeader, getFullTableNameVar, init, initObject, lookupByPrimaryKey, lookupWhereAll, lookupWhereAll, lookupWhereSchemaObjectStart, lookupWhereSchemaObjectStart, lookupWhereTypeStart, lookupWhereTypeStart, newSelectQuery, newWhereQuery, processMany, readMany, runSelect, runSelect, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, writeBatch
-
-
-
-
Method Detail
-
init
public static void init(Connection C) throws java.lang.Exception
- Throws:
java.lang.Exception
-
create
public static MaintenanceLog_Data create(Connection C, java.lang.String type, java.lang.String schemaLabel, java.lang.String objectName, java.time.ZonedDateTime startZDT, java.time.ZonedDateTime endZDT, java.lang.String action, java.lang.String objectType, java.lang.String statement, java.lang.String descr) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-