Uses of Class
tilda.data.FailedDependencyDDLScripts_Data
-
Packages that use FailedDependencyDDLScripts_Data Package Description tilda.data tilda.data._Tilda tilda.migration -
-
Uses of FailedDependencyDDLScripts_Data in tilda.data
Methods in tilda.data that return types with arguments of type FailedDependencyDDLScripts_Data Modifier and Type Method Description static java.util.List<FailedDependencyDDLScripts_Data>
FailedDependencyDDLScripts_Factory. lookupDDLDependencies(Connection C, java.lang.String SchemaName, java.lang.String TableViewName)
-
Uses of FailedDependencyDDLScripts_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return FailedDependencyDDLScripts_Data Modifier and Type Method Description FailedDependencyDDLScripts_Data
TILDA__FAILEDDEPENDENCYDDLSCRIPTS. copy()
static FailedDependencyDDLScripts_Data
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. create(java.lang.String srcSchemaName, java.lang.String srcTVName, int seq, java.lang.String depSchemaName, java.lang.String depViewName, java.lang.String restoreScript)
Creates a new object in memory, which you can subsequently#write()
to the data store.static FailedDependencyDDLScripts_Data
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_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 FailedDependencyDDLScripts_Data
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. lookupByDepedencySequence(java.lang.String srcSchemaName, java.lang.String srcTVName, java.time.ZonedDateTime created, int seq)
Lookup one record by the unique index 'DepedencySequence': srcSchemaName, srcTVName, created, seq.Methods in tilda.data._Tilda that return types with arguments of type FailedDependencyDDLScripts_Data Modifier and Type Method Description static ListResults<FailedDependencyDDLScripts_Data>
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. lookupWhereAll(Connection C, int start, int size)
Lookup records by the query 'All' over .
The results are ordered by: srcSchemaName asc, srcTVName asc, created asc, seq ascprotected static ListResults<FailedDependencyDDLScripts_Data>
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)
static ListResults<FailedDependencyDDLScripts_Data>
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)
Methods in tilda.data._Tilda with parameters of type FailedDependencyDDLScripts_Data Modifier and Type Method Description static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. toCSV(java.io.Writer out, FailedDependencyDDLScripts_Data obj)
static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. toJSON(java.io.Writer out, FailedDependencyDDLScripts_Data obj, boolean fullObject)
static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. toJSON(java.io.Writer out, FailedDependencyDDLScripts_Data obj, java.lang.String lead, boolean fullObject)
static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. toJSON(java.io.Writer outWriter, FailedDependencyDDLScripts_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)
Method parameters in tilda.data._Tilda with type arguments of type FailedDependencyDDLScripts_Data Modifier and Type Method Description static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. lookupWhereAll(Connection C, ObjectProcessor<FailedDependencyDDLScripts_Data> OP, int start, int size)
Lookup records by the query 'All' over .
The results are ordered by: srcSchemaName asc, srcTVName asc, created asc, seq ascstatic void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<FailedDependencyDDLScripts_Data> OP, int start, int size)
static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. toCSV(java.io.Writer out, java.util.List<FailedDependencyDDLScripts_Data> L, boolean includeHeader)
static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. toJSON(java.io.Writer out, java.util.List<FailedDependencyDDLScripts_Data> L, java.lang.String lead, boolean fullList)
static int
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. writeBatch(Connection C, java.util.List<FailedDependencyDDLScripts_Data> L, int batchSize, int commitSize)
-
Uses of FailedDependencyDDLScripts_Data in tilda.migration
Fields in tilda.migration with type parameters of type FailedDependencyDDLScripts_Data Modifier and Type Field Description protected java.util.List<FailedDependencyDDLScripts_Data>
DDLDependencyManager. _FailedUnmanagedViewScripts
protected java.util.List<FailedDependencyDDLScripts_Data>
DDLDependencyManager. _Scripts
-