Package tilda.data
Class FailedDependencyDDLScripts_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__FAILEDDEPENDENCYDDLSCRIPTS
-
- tilda.data.FailedDependencyDDLScripts_Data
-
- All Implemented Interfaces:
CSVable,JSONable,OCCObject,ReaderObject,WriterObject
public class FailedDependencyDDLScripts_Data extends TILDA__FAILEDDEPENDENCYDDLSCRIPTS
This is the application class Data_FailedDependencyDDLScripts mapped to the table TILDA.FailedDependencyDDLScripts.- See Also:
TILDA__FAILEDDEPENDENCYDDLSCRIPTS
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.LoggerLOG-
Fields inherited from class tilda.data._Tilda.TILDA__FAILEDDEPENDENCYDDLSCRIPTS
__Saved_seq, __Saved_srcSchemaName, __Saved_srcTVName, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description FailedDependencyDDLScripts_Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanafterRead(Connection C)protected booleanbeforeWrite(Connection C)-
Methods inherited from class tilda.data._Tilda.TILDA__FAILEDDEPENDENCYDDLSCRIPTS
copy, copyTo, getCreated, getDeleted, getDepSchemaName, getDepViewName, getFirstValidLookupBy, getLastUpdated, getRestoreScript, getSeq, getSrcSchemaName, getSrcTVName, getTimeStampSignature, getWriteQuery, hasChanged, hasChangedCreated, hasChangedDeleted, hasChangedDepSchemaName, hasChangedDepViewName, hasChangedLastUpdated, hasChangedRestoreScript, hasChangedSeq, hasChangedSrcSchemaName, hasChangedSrcTVName, isNewlyCreated, isNullDeleted, populatePreparedStatement, read, refresh, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setDepSchemaName, setDepViewName, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setNullDeleted, setRestoreScript, setSeq, setSrcSchemaName, setSrcTVName, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, touch, upsert, validateDeserialization, write
-
-
-
-
Method Detail
-
beforeWrite
protected boolean beforeWrite(Connection C) throws java.lang.Exception
- Specified by:
beforeWritein classTILDA__FAILEDDEPENDENCYDDLSCRIPTS- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterReadin classTILDA__FAILEDDEPENDENCYDDLSCRIPTS- Throws:
java.lang.Exception
-
-