diff --git a/src/tilda/data/_Tilda/TILDA__CONNECTION.java b/src/tilda/data/_Tilda/TILDA__CONNECTION.java index 2a06dd7fc..1f623c488 100644 --- a/src/tilda/data/_Tilda/TILDA__CONNECTION.java +++ b/src/tilda/data/_Tilda/TILDA__CONNECTION.java @@ -44,7 +44,7 @@ This Table contains the following columns:
- + @@ -54,7 +54,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -1883,6 +1883,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Connection object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__DATEDIM.java b/src/tilda/data/_Tilda/TILDA__DATEDIM.java index dfb5460b3..f7f1cd90b 100644 --- a/src/tilda/data/_Tilda/TILDA__DATEDIM.java +++ b/src/tilda/data/_Tilda/TILDA__DATEDIM.java @@ -44,7 +44,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   active   boolean / boolean  -   Status Flag
2   id   String / varchar(15)  -   Connection ID
3   driver   String / varchar(100)  -   DB Driver
4   db   String / varchar(200)  -   DB Url
5   user   String / varchar(30)  -   DB User
6   pswd   String / varchar(40)  -   DB Password
7   initial   int / integer  -   Minimum Connections
8   max   int / integer  -   Maximum Connections
9   schemas   List List<> / text[]  -   Schemas
10   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created. (TILDA.Connection)
11   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated. (TILDA.Connection)
12   deleted   ZonedDateTime / timestamptz  
- + @@ -54,7 +54,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -164,7 +164,7 @@ - + @@ -174,7 +174,7 @@ - + @@ -184,7 +184,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -204,7 +204,7 @@ - + @@ -214,7 +214,7 @@ - + @@ -224,7 +224,7 @@ - + @@ -234,7 +234,7 @@ - + @@ -244,7 +244,7 @@ - + @@ -254,7 +254,7 @@ - + @@ -264,7 +264,7 @@ - + @@ -274,7 +274,7 @@ - + @@ -284,7 +284,7 @@ - + @@ -4180,6 +4180,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.DateDim object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__DATELIMITDIM.java b/src/tilda/data/_Tilda/TILDA__DATELIMITDIM.java index 275bb54ab..e04e2db88 100644 --- a/src/tilda/data/_Tilda/TILDA__DATELIMITDIM.java +++ b/src/tilda/data/_Tilda/TILDA__DATELIMITDIM.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   dt   LocalDate / date  -   The Date date
2   epoch   long / bigint  -   The epoch date
3   dayName   String / varchar(255)  -   Day name (i.e., Monday, Tuesday...) of the date
4   dayOfWeek   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 day of the week (Monday=1 to Sunday=7) of the date
5   dayOfMonth   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 day of the month (starting with 1) of the date
6   dayOfQuarter   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 day of the quarter (starting with 1) of the date
7   dayOfYear   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 day of the year (starting with 1) of the date
8   weekOfMonth   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 week of the month (starting with 1) of the date
9   weekOfYear   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 week of the year (starting with 1) of the date
10   monthOfYear   int / integer  Day name (i.e., Monday, Tuesday...) of the date -   ISO 8601 month of the year (starting with 1) of the date
11   monthName   String / varchar(255)  Day name (i.e., Monday, Tuesday...) of the date -   Month name (i.e., January, February...) of the date.
12   monthNameShort   String / varchar(255)  Month name (i.e., January, February...) of the date. -   Monday short name (i.e., Jan, Feb...) of the date.
13   quarterOfYear   int / integer  Monday short name (i.e., Jan, Feb...) of the date. -   ISO 8601 quarter of the year (starting with 1) of the date.
14   quarterName   String / varchar(255)  Monday short name (i.e., Jan, Feb...) of the date. -   Quarter name (i.e., Q1, Q2...) of the date.
15   year   int / integer  Quarter name (i.e., Q1, Q2...) of the date. -   ISO 8601 year (1.e., 2018) of the date.
16   mmyyyy   String / character(6)  Quarter name (i.e., Q1, Q2...) of the date. -   The mmyyyy printable version of a date.
17   mmddyyyy   String / character(8)  Quarter name (i.e., Q1, Q2...) of the date. -   The mmddyyyy printable version of a date.
18   yyyymmdd   String / character(8)  Quarter name (i.e., Q1, Q2...) of the date. -   The yyyymmdd sortable printable version of a date.
19   isWeekend   int / integer  Quarter name (i.e., Q1, Q2...) of the date. -   1 if this is a weekend day, 0 otherwise.
20   isBusinessDay   int / integer  Quarter name (i.e., Q1, Q2...) of the date. -   1 if this is a business day, 0 otherwise.
21   isHoliday   int / integer  Quarter name (i.e., Q1, Q2...) of the date. -   1 if this is a holiday, 0 otherwise.
22   holidayName   String / varchar(255)  Quarter name (i.e., Q1, Q2...) of the date. -   The name of the holiday if applicable.
23   created   ZonedDateTime / timestamptz  Quarter name (i.e., Q1, Q2...) of the date. -   The timestamp for when the record was created. (TILDA.DateDim)
24   lastUpdated   ZonedDateTime / timestamptz  Quarter name (i.e., Q1, Q2...) of the date. -   The timestamp for when the record was last updated. (TILDA.DateDim)
25   deleted   ZonedDateTime / timestamptz  
- + @@ -57,7 +57,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   invalidDate   LocalDate / date  
- + 2   minDate   LocalDate / date   @@ -69,7 +69,7 @@ - + 3   maxDate   LocalDate / date   diff --git a/src/tilda/data/_Tilda/TILDA__DEPENDENCYDDLDUMMYTABLE.java b/src/tilda/data/_Tilda/TILDA__DEPENDENCYDDLDUMMYTABLE.java index dfdc22ec4..7ccfaa619 100644 --- a/src/tilda/data/_Tilda/TILDA__DEPENDENCYDDLDUMMYTABLE.java +++ b/src/tilda/data/_Tilda/TILDA__DEPENDENCYDDLDUMMYTABLE.java @@ -45,7 +45,7 @@ This Table contains the following columns:
- + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -105,7 +105,7 @@ - + @@ -115,7 +115,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -1480,6 +1480,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.DependencyDDLDummyTable object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__FORMULA.java b/src/tilda/data/_Tilda/TILDA__FORMULA.java index 32e3cf602..5ecb0e926 100644 --- a/src/tilda/data/_Tilda/TILDA__FORMULA.java +++ b/src/tilda/data/_Tilda/TILDA__FORMULA.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   srcSchemaName   String / varchar(100)  -   The result value.
2   srcTVName   String / varchar(100)  -   The result value.
3   seq   int / integer  -   The blah
4   depSchemaName   String / varchar(100)  -   The result value.
5   depViewName   String / varchar(100)  -   The result value.
6   restoreScript   String / text  -   The result value.
7   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created. (TILDA.DependencyDDLDummyTable)
8   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated. (TILDA.DependencyDDLDummyTable)
9   deleted   ZonedDateTime / timestamptz  
- + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -122,7 +122,7 @@ - + @@ -132,7 +132,7 @@ - + @@ -142,7 +142,7 @@ - + @@ -152,7 +152,7 @@ - + @@ -162,7 +162,7 @@ - + @@ -172,7 +172,7 @@ - + @@ -182,7 +182,7 @@ - + @@ -2607,6 +2607,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Formula object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCY.java b/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCY.java index b232594cd..b3a6528b6 100644 --- a/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCY.java +++ b/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCY.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   refnum   long / bigint  -   The primary key for this record
2   location   String / varchar(64)  -   The name of the primary table/view this formula is defined in.
3   location2   String / varchar(64)  -   The name of the secondary table/view (a derived view, a realized table), if appropriate.
4   name   String / varchar(64)  -   The name of the formula/column.
5   type   String / character(3)  
6   title   String / varchar(128)  -   The title of the formula/column.
7   description   String / text  -   The description of the formula/column.
8   formula   String / text  -   The formula.
9   htmlDoc   String / text  -   Pre-rendered html fragment with the full documentation for this formula.
10   referencedColumns   List List<> / text[]  -   The list of columns this formula depends on.
11   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created. (TILDA.Formula)
12   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated. (TILDA.Formula)
13   deleted   ZonedDateTime / timestamptz  
- + @@ -57,7 +57,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   formulaRefnum   long / bigint  
- + 2   dependencyRefnum   long / bigint   @@ -69,7 +69,7 @@ - + 3   created   ZonedDateTime / timestamptz   @@ -79,7 +79,7 @@ -   The timestamp for when the record was created. (TILDA.FormulaDependency) - + 4   lastUpdated   ZonedDateTime / timestamptz   @@ -89,7 +89,7 @@ -   The timestamp for when the record was last updated. (TILDA.FormulaDependency) - + 5   deleted   ZonedDateTime / timestamptz   @@ -999,6 +999,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.FormulaDependency object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCYVIEW.java b/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCYVIEW.java index 4565c73dd..1f7da067b 100644 --- a/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCYVIEW.java +++ b/src/tilda/data/_Tilda/TILDA__FORMULADEPENDENCYVIEW.java @@ -41,7 +41,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): This View contains the following columns:
- + @@ -51,7 +51,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -61,7 +61,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -71,7 +71,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -81,7 +81,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -91,7 +91,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -101,7 +101,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -111,7 +111,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + diff --git a/src/tilda/data/_Tilda/TILDA__FORMULARESULT.java b/src/tilda/data/_Tilda/TILDA__FORMULARESULT.java index 7fe4ee84c..70096d7c8 100644 --- a/src/tilda/data/_Tilda/TILDA__FORMULARESULT.java +++ b/src/tilda/data/_Tilda/TILDA__FORMULARESULT.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   formulaRefnum   long / bigint  -   The parent formula.
2   location   String / varchar(64)  -   The name of the primary table/view this formula is defined in.
3   name   String / varchar(64)  -   The name of the formula/column.
4   referencedColumns   List List<> / text[]  -   The list of columns this formula depends on.
5   dependencyRefnum   long / bigint  -   The dependent formula.
6   dependentFormulaName   String / varchar(64)  -   The name of the formula/column.
7   dependentFormulaLocation   String / varchar(64)  -   The name of the primary table/view this formula is defined in.
8   dependentReferencedColumns   List List<> / text[]  
- + @@ -57,7 +57,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   formulaRefnum   long / bigint  
- + 2   value   String / varchar(100)   @@ -67,7 +67,7 @@ -   The result value. - + 3   description   String / text   @@ -77,7 +77,7 @@ -   The description of the result value. - + 4   created   ZonedDateTime / timestamptz   @@ -87,7 +87,7 @@ -   The timestamp for when the record was created. (TILDA.FormulaResult) - + 5   lastUpdated   ZonedDateTime / timestamptz   @@ -97,7 +97,7 @@ -   The timestamp for when the record was last updated. (TILDA.FormulaResult) - + 6   deleted   ZonedDateTime / timestamptz   @@ -1118,6 +1118,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.FormulaResult object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__FORMULARESULTVIEW.java b/src/tilda/data/_Tilda/TILDA__FORMULARESULTVIEW.java index 97594629d..5b7eaf7e6 100644 --- a/src/tilda/data/_Tilda/TILDA__FORMULARESULTVIEW.java +++ b/src/tilda/data/_Tilda/TILDA__FORMULARESULTVIEW.java @@ -41,7 +41,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): This View contains the following columns:
- + @@ -51,7 +51,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -61,7 +61,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -71,7 +71,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -81,7 +81,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + diff --git a/src/tilda/data/_Tilda/TILDA__JOB.java b/src/tilda/data/_Tilda/TILDA__JOB.java index 03ec2fe01..5d4026201 100644 --- a/src/tilda/data/_Tilda/TILDA__JOB.java +++ b/src/tilda/data/_Tilda/TILDA__JOB.java @@ -44,7 +44,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   formulaRefnum   long / bigint  -   The parent formula.
2   value   String / varchar(100)  -   The result value.
3   description   String / text  -   The description of the result value.
4   location   String / varchar(64)  -   The name of the primary table/view this formula is defined in.
5   name   String / varchar(64)  
- + @@ -54,7 +54,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -164,7 +164,7 @@ - + @@ -174,7 +174,7 @@ - + @@ -184,7 +184,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -204,7 +204,7 @@ - + @@ -3138,6 +3138,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Job object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__JOBPART.java b/src/tilda/data/_Tilda/TILDA__JOBPART.java index 3b3a9df81..975eabc1f 100644 --- a/src/tilda/data/_Tilda/TILDA__JOBPART.java +++ b/src/tilda/data/_Tilda/TILDA__JOBPART.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   refnum   long / bigint  -   The primary key for this record
2   name   String / varchar(250)  -   Name
3   type   String / varchar(250)  -   Job type
4   userId   String / varchar(250)  -   Job user Id
5   dataStartTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'dataStart'.
6   dataStart   ZonedDateTime / timestamptz  -   StartTime
7   dataEndTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'dataEnd'.
8   dataEnd   ZonedDateTime / timestamptz  -   StartTime
9   startTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'start'.
10   start   ZonedDateTime / timestamptz  -   StartTime
11   endTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'end'.
12   end   ZonedDateTime / timestamptz  -   EndTime
13   status   boolean / boolean  -   Status
14   msg   String / text  -   Message details
15   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created. (TILDA.Job)
16   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated. (TILDA.Job)
17   deleted   ZonedDateTime / timestamptz  
- + @@ -55,7 +55,7 @@ - + @@ -67,7 +67,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   refnum   long / bigint  -   The primary key for this record
2   jobRefnum   long / bigint  
- + 3   name   String / varchar(250)   @@ -77,7 +77,7 @@ -   Job part name - + 4   type   String / varchar(250)   @@ -87,7 +87,7 @@ -   Job part type - + 5   dataStartTZ   String / character(5)   @@ -97,7 +97,7 @@ -   Generated helper column to hold the time zone ID for 'dataStart'. - + 6   dataStart   ZonedDateTime / timestamptz   @@ -107,7 +107,7 @@ -   Job part data start - + 7   dataEndTZ   String / character(5)   @@ -117,7 +117,7 @@ -   Generated helper column to hold the time zone ID for 'dataEnd'. - + 8   dataEnd   ZonedDateTime / timestamptz   @@ -127,7 +127,7 @@ -   Job part data end - + 9   startTZ   String / character(5)   @@ -137,7 +137,7 @@ -   Generated helper column to hold the time zone ID for 'start'. - + 10   start   ZonedDateTime / timestamptz   @@ -147,7 +147,7 @@ -   Job part execution start - + 11   endTZ   String / character(5)   @@ -157,7 +157,7 @@ -   Generated helper column to hold the time zone ID for 'end'. - + 12   end   ZonedDateTime / timestamptz   @@ -167,7 +167,7 @@ -   Job part execution end - + 13   recordsCount   int / integer   @@ -177,7 +177,7 @@ -   count of database or file or ... records. - + 14   status   boolean / boolean   @@ -187,7 +187,7 @@ -   Status flag, i.e., success=true and failure-false - + 15   created   ZonedDateTime / timestamptz   @@ -197,7 +197,7 @@ -   The timestamp for when the record was created. (TILDA.JobPart) - + 16   lastUpdated   ZonedDateTime / timestamptz   @@ -207,7 +207,7 @@ -   The timestamp for when the record was last updated. (TILDA.JobPart) - + 17   deleted   ZonedDateTime / timestamptz   @@ -3069,6 +3069,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.JobPart object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__JOBPARTMESSAGE.java b/src/tilda/data/_Tilda/TILDA__JOBPARTMESSAGE.java index e98b47dba..b714573ca 100644 --- a/src/tilda/data/_Tilda/TILDA__JOBPARTMESSAGE.java +++ b/src/tilda/data/_Tilda/TILDA__JOBPARTMESSAGE.java @@ -45,7 +45,7 @@ This Table contains the following columns:
- + @@ -55,7 +55,7 @@ - + @@ -67,7 +67,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   refnum   long / bigint  -   The primary key for this record
2   jobRefnum   long / bigint  
- + 3   jobPartRefnum   long / bigint   @@ -79,7 +79,7 @@ - + 4   notify   boolean / boolean   @@ -89,7 +89,7 @@ -   Notification flag - + 5   msg   String / text   @@ -99,7 +99,7 @@ -   Message details - + 6   created   ZonedDateTime / timestamptz   @@ -109,7 +109,7 @@ -   The timestamp for when the record was created. (TILDA.JobPartMessage) - + 7   lastUpdated   ZonedDateTime / timestamptz   @@ -119,7 +119,7 @@ -   The timestamp for when the record was last updated. (TILDA.JobPartMessage) - + 8   deleted   ZonedDateTime / timestamptz   @@ -1372,6 +1372,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.JobPartMessage object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__JOBVIEW.java b/src/tilda/data/_Tilda/TILDA__JOBVIEW.java index 164422b6a..e083e1500 100644 --- a/src/tilda/data/_Tilda/TILDA__JOBVIEW.java +++ b/src/tilda/data/_Tilda/TILDA__JOBVIEW.java @@ -44,7 +44,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): This View contains the following columns:
- + @@ -54,7 +54,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -64,7 +64,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -74,7 +74,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -84,7 +84,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -94,7 +94,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -104,7 +104,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -114,7 +114,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -124,7 +124,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -134,7 +134,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -144,7 +144,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -154,7 +154,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -164,7 +164,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -174,7 +174,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -184,7 +184,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -194,7 +194,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -204,7 +204,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -214,7 +214,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -224,7 +224,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -234,7 +234,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -244,7 +244,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -254,7 +254,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -264,7 +264,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -274,7 +274,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -284,7 +284,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -294,7 +294,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -304,7 +304,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -314,7 +314,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + diff --git a/src/tilda/data/_Tilda/TILDA__KEY.java b/src/tilda/data/_Tilda/TILDA__KEY.java index ac9ca40fd..0fb48e34f 100644 --- a/src/tilda/data/_Tilda/TILDA__KEY.java +++ b/src/tilda/data/_Tilda/TILDA__KEY.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   jobRefnum   long / bigint  -   The primary key for this record
2   jobName   String / varchar(250)  -   Name
3   jobType   String / varchar(250)  -   Job type
4   jobUserId   String / varchar(250)  -   Job user Id
5   jobDataStartTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobDataStart'.
6   jobDataStart   ZonedDateTime / timestamptz  -   StartTime
7   jobDataEndTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobDataEnd'.
8   jobDataEnd   ZonedDateTime / timestamptz  -   StartTime
9   jobStartTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobStart'.
10   jobStart   ZonedDateTime / timestamptz  -   StartTime
11   jobEndTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobEnd'.
12   jobEnd   ZonedDateTime / timestamptz  -   EndTime
13   jobStatus   boolean / boolean  -   Status
14   jobMsg   String / text  -   Message details
15   jobPartName   String / varchar(250)  -   Job part name
16   jobPartType   String / varchar(250)  -   Job part type
17   jobPartDataStartTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobPartDataStart'.
18   jobPartDataStart   ZonedDateTime / timestamptz  -   Job part data start
19   jobPartDataEndTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobPartDataEnd'.
20   jobPartDataEnd   ZonedDateTime / timestamptz  -   Job part data end
21   jobPartStartTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobPartStart'.
22   jobPartStart   ZonedDateTime / timestamptz  -   Job part execution start
23   jobPartEndTZ   String / character(5)  -   Generated helper column to hold the time zone ID for 'jobPartEnd'.
24   jobPartEnd   ZonedDateTime / timestamptz  -   Job part execution end
25   jobPartRecordsCount   int / integer  -   count of database or file or ... records.
26   jobPartStatus   boolean / boolean  -   Status flag, i.e., success=true and failure-false
27   jobPartNotify   boolean / boolean  -   Notification flag
28   jobPartMessage   String / text  
- + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -105,7 +105,7 @@ - + @@ -115,7 +115,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -1307,6 +1307,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Key object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__MAINTENANCE.java b/src/tilda/data/_Tilda/TILDA__MAINTENANCE.java index d92a2ff2a..5ac9c05cc 100644 --- a/src/tilda/data/_Tilda/TILDA__MAINTENANCE.java +++ b/src/tilda/data/_Tilda/TILDA__MAINTENANCE.java @@ -44,7 +44,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   refnum   long / bigint  -   The primary key for this record
2   name   String / varchar(128)  -   The name of the table/object tracked
3   max   long / bigint  -   The pre-allocated max RefNum for this table/object.
4   count   int / integer  -   The size of the pre-allocation required by this table/object.
5   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created.
6   createdETL   ZonedDateTime / timestamptz  -   The timestamp for when the record was ETL-created.
7   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated.
8   lastUpdatedETL   ZonedDateTime / timestamptz  -   The timestamp for when the record was last ETL-updated.
9   deleted   ZonedDateTime / timestamptz  
- + @@ -54,7 +54,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -1174,6 +1174,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Maintenance object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__MAPPING.java b/src/tilda/data/_Tilda/TILDA__MAPPING.java index b97a2f6b5..6b7e36dd6 100644 --- a/src/tilda/data/_Tilda/TILDA__MAPPING.java +++ b/src/tilda/data/_Tilda/TILDA__MAPPING.java @@ -44,7 +44,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   type   String / varchar(64)  -   The type of maintenance resource to track
2   name   String / varchar(512)  -   The name of the maintenance resource to track.
3   value   String / text  -   The value of the maintenance resource to track.
4   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created. (TILDA.Maintenance)
5   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated. (TILDA.Maintenance)
6   deleted   ZonedDateTime / timestamptz  
- + @@ -54,7 +54,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -1176,6 +1176,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Mapping object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__MEASURE.java b/src/tilda/data/_Tilda/TILDA__MEASURE.java index 5ac3ea87b..53d2c21b4 100644 --- a/src/tilda/data/_Tilda/TILDA__MEASURE.java +++ b/src/tilda/data/_Tilda/TILDA__MEASURE.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   type   String / varchar(10)  -   The type this mapping is for
2   src   String / varchar(1024)  -   The source value for this mapping
3   dst   String / varchar(1024)  -   The the destination (mapped) value for this mapping.
4   created   ZonedDateTime / timestamptz  The the destination (mapped) value for this mapping. -   The timestamp for when the record was created. (TILDA.Mapping)
5   lastUpdated   ZonedDateTime / timestamptz  The the destination (mapped) value for this mapping. -   The timestamp for when the record was last updated. (TILDA.Mapping)
6   deleted   ZonedDateTime / timestamptz  
- + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -1118,6 +1118,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Measure object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__MEASUREFORMULA.java b/src/tilda/data/_Tilda/TILDA__MEASUREFORMULA.java index 84e3b8b19..ccf9d44a5 100644 --- a/src/tilda/data/_Tilda/TILDA__MEASUREFORMULA.java +++ b/src/tilda/data/_Tilda/TILDA__MEASUREFORMULA.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   refnum   long / bigint  -   The primary key for this record
2   schema   String / varchar(64)  -   The Schema wher ethe measure is defined.
3   name   String / varchar(64)  -   The name of the measure.
4   created   ZonedDateTime / timestamptz  -   The timestamp for when the record was created. (TILDA.Measure)
5   lastUpdated   ZonedDateTime / timestamptz  -   The timestamp for when the record was last updated. (TILDA.Measure)
6   deleted   ZonedDateTime / timestamptz  
- + @@ -57,7 +57,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   measureRefnum   long / bigint  
- + 2   formulaRefnum   long / bigint   @@ -69,7 +69,7 @@ - + 3   created   ZonedDateTime / timestamptz   @@ -79,7 +79,7 @@ -   The timestamp for when the record was created. (TILDA.MeasureFormula) - + 4   lastUpdated   ZonedDateTime / timestamptz   @@ -89,7 +89,7 @@ -   The timestamp for when the record was last updated. (TILDA.MeasureFormula) - + 5   deleted   ZonedDateTime / timestamptz   @@ -999,6 +999,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.MeasureFormula object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__MEASUREFORMULAVIEW.java b/src/tilda/data/_Tilda/TILDA__MEASUREFORMULAVIEW.java index a9ea6ab97..e0ecd1bd1 100644 --- a/src/tilda/data/_Tilda/TILDA__MEASUREFORMULAVIEW.java +++ b/src/tilda/data/_Tilda/TILDA__MEASUREFORMULAVIEW.java @@ -41,7 +41,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): This View contains the following columns:
- + @@ -51,7 +51,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -61,7 +61,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -71,7 +71,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -81,7 +81,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -91,7 +91,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -101,7 +101,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -111,7 +111,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -121,7 +121,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -131,7 +131,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + @@ -158,7 +158,7 @@ This view depends on the following filter(s), sub-view(s), and/or root table(s): - + diff --git a/src/tilda/data/_Tilda/TILDA__OBJECTPERF.java b/src/tilda/data/_Tilda/TILDA__OBJECTPERF.java index f943862c5..cf66117fb 100644 --- a/src/tilda/data/_Tilda/TILDA__OBJECTPERF.java +++ b/src/tilda/data/_Tilda/TILDA__OBJECTPERF.java @@ -45,7 +45,7 @@ This Table contains the following columns:
 Name  TypeNullableModeInvariantProtectDescription
1   measureRefnum   long / bigint  -   The measure.
2   measureSchema   String / varchar(64)  -   The Schema wher ethe measure is defined.
3   measureName   String / varchar(64)  -   The name of the measure.
4   formulaRefnum   long / bigint  -   The primary key for this record
5   formulaLocation   String / varchar(64)  -   The name of the primary table/view this formula is defined in.
6   formulaLocation2   String / varchar(64)  -   The name of the secondary table/view (a derived view, a realized table), if appropriate.
7   formulaName   String / varchar(64)  -   The name of the formula/column.
8   title   String / varchar(128)  -   The title of the formula/column.
9   description   String / text  -   The description of the formula/column.
10   type   String / character(3)  
11   formula   String / text  
- + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -77,7 +77,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   schemaName   String / varchar(64)  -   The name of the schema tracked
2   objectName   String / varchar(64)  -   The name of the table/object tracked
3   startPeriodTZ   String / character(5)  
- + 4   startPeriod   ZonedDateTime / timestamptz   @@ -87,7 +87,7 @@ -   The timestamp for when the record was created. - + 5   endPeriodTZ   String / character(5)   @@ -99,7 +99,7 @@ - + 6   endPeriod   ZonedDateTime / timestamptz   @@ -109,7 +109,7 @@ -   The timestamp for when the record was created. - + 7   selectNano   long / bigint   @@ -125,7 +125,7 @@
- + 8   selectCount   int / integer   @@ -141,7 +141,7 @@
- + 9   selectRecords   int / integer   @@ -157,7 +157,7 @@
- + 10   insertNano   long / bigint   @@ -173,7 +173,7 @@
- + 11   insertCount   int / integer   @@ -189,7 +189,7 @@
- + 12   insertRecords   int / integer   @@ -205,7 +205,7 @@
- + 13   updateNano   long / bigint   @@ -221,7 +221,7 @@
- + 14   updateCount   int / integer   @@ -237,7 +237,7 @@ - + 15   updateRecords   int / integer   @@ -253,7 +253,7 @@ - + 16   deleteNano   long / bigint   @@ -269,7 +269,7 @@ - + 17   deleteCount   int / integer   @@ -285,7 +285,7 @@ - + 18   deleteRecords   int / integer   @@ -301,7 +301,7 @@ - + 19   created   ZonedDateTime / timestamptz   @@ -311,7 +311,7 @@ -   The timestamp for when the record was created. (TILDA.ObjectPerf) - + 20   lastUpdated   ZonedDateTime / timestamptz   @@ -321,7 +321,7 @@ -   The timestamp for when the record was last updated. (TILDA.ObjectPerf) - + 21   deleted   ZonedDateTime / timestamptz   @@ -3676,6 +3676,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.ObjectPerf object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__REFILLPERF.java b/src/tilda/data/_Tilda/TILDA__REFILLPERF.java index 340e383d7..72ff8c33f 100644 --- a/src/tilda/data/_Tilda/TILDA__REFILLPERF.java +++ b/src/tilda/data/_Tilda/TILDA__REFILLPERF.java @@ -45,7 +45,7 @@ This Table contains the following columns:
- + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -77,7 +77,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   schemaName   String / varchar(64)  -   The name of the schema tracked
2   objectName   String / varchar(64)  -   The name of the table/object tracked
3   startPeriodTZ   String / character(5)  
- + 4   startPeriod   ZonedDateTime / timestamptz   @@ -87,7 +87,7 @@ -   The timestamp for when the refill started. - + 5   timeCreateMs   long / bigint   @@ -97,7 +97,7 @@ -   The time, in milliseconds, the create took. - + 6   timeIndexMs   long / bigint   @@ -107,7 +107,7 @@ -   The time, in milliseconds, the indexing took. - + 7   timeAnalyzeMs   long / bigint   @@ -117,7 +117,7 @@ -   The time, in milliseconds, the analyze took. - + 8   timeTotalMs   long / bigint   @@ -127,7 +127,7 @@ -   The time, in milliseconds, the whole refill took. - + 9   columnsMs   long / bigint   @@ -137,7 +137,7 @@ -   The list of columns that were refilled. - + 10   created   ZonedDateTime / timestamptz   @@ -147,7 +147,7 @@ -   The timestamp for when the record was created. (TILDA.RefillPerf) - + 11   lastUpdated   ZonedDateTime / timestamptz   @@ -157,7 +157,7 @@ -   The timestamp for when the record was last updated. (TILDA.RefillPerf) - + 12   deleted   ZonedDateTime / timestamptz   @@ -1762,6 +1762,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.RefillPerf object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__TRANSPERF.java b/src/tilda/data/_Tilda/TILDA__TRANSPERF.java index 97a0912fe..d3bfaa797 100644 --- a/src/tilda/data/_Tilda/TILDA__TRANSPERF.java +++ b/src/tilda/data/_Tilda/TILDA__TRANSPERF.java @@ -45,7 +45,7 @@ This Table contains the following columns:
- + @@ -57,7 +57,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   startPeriodTZ   String / character(5)  
- + 2   startPeriod   ZonedDateTime / timestamptz   @@ -67,7 +67,7 @@ -   The timestamp for when the record was created. - + 3   endPeriodTZ   String / character(5)   @@ -79,7 +79,7 @@ - + 4   endPeriod   ZonedDateTime / timestamptz   @@ -89,7 +89,7 @@ -   The timestamp for when the record was created. - + 5   commitNano   long / bigint   @@ -105,7 +105,7 @@
- + 6   commitCount   int / integer   @@ -121,7 +121,7 @@
- + 7   rollbackNano   long / bigint   @@ -137,7 +137,7 @@ - + 8   rollbackCount   int / integer   @@ -153,7 +153,7 @@ - + 9   savepointSetNano   long / bigint   @@ -169,7 +169,7 @@ - + 10   savepointSetCount   int / integer   @@ -185,7 +185,7 @@ - + 11   savepointCommitNano   long / bigint   @@ -201,7 +201,7 @@ - + 12   savepointCommitCount   int / integer   @@ -217,7 +217,7 @@ - + 13   savepointRollbackNano   long / bigint   @@ -233,7 +233,7 @@ - + 14   savepointRollbackCount   int / integer   @@ -249,7 +249,7 @@ - + 15   statementCloseNano   long / bigint   @@ -265,7 +265,7 @@ - + 16   statementCloseCount   int / integer   @@ -281,7 +281,7 @@ - + 17   connectionCloseNano   long / bigint   @@ -297,7 +297,7 @@ - + 18   connectionCloseCount   int / integer   @@ -313,7 +313,7 @@ - + 19   connectionGetNano   long / bigint   @@ -329,7 +329,7 @@ - + 20   connectionGetCount   int / integer   @@ -345,7 +345,7 @@ - + 21   tildaSetterNano   long / bigint   @@ -361,7 +361,7 @@ - + 22   tildaSetterCount   int / integer   @@ -377,7 +377,7 @@ - + 23   tildaToStringNano   long / bigint   @@ -393,7 +393,7 @@ - + 24   tildaToStringCount   int / integer   @@ -409,7 +409,7 @@ - + 25   tildaToJsonNano   long / bigint   @@ -425,7 +425,7 @@ - + 26   tildaToJsonCount   int / integer   @@ -441,7 +441,7 @@ - + 27   tildaToCsvNano   long / bigint   @@ -457,7 +457,7 @@ - + 28   tildaToCsvCount   int / integer   @@ -473,7 +473,7 @@ - + 29   created   ZonedDateTime / timestamptz   @@ -483,7 +483,7 @@ -   The timestamp for when the record was created. (TILDA.TransPerf) - + 30   lastUpdated   ZonedDateTime / timestamptz   @@ -493,7 +493,7 @@ -   The timestamp for when the record was last updated. (TILDA.TransPerf) - + 31   deleted   ZonedDateTime / timestamptz   @@ -5614,6 +5614,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.TransPerf object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA__ZONEINFO.java b/src/tilda/data/_Tilda/TILDA__ZONEINFO.java index 8f9a3b22d..5142f8cfb 100644 --- a/src/tilda/data/_Tilda/TILDA__ZONEINFO.java +++ b/src/tilda/data/_Tilda/TILDA__ZONEINFO.java @@ -47,7 +47,7 @@ This Table contains the following columns:
- + @@ -57,7 +57,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -77,7 +77,7 @@ - + @@ -89,7 +89,7 @@
 Name  TypeNullableModeInvariantProtectDescription
1   id   String / character(5)  -   The id for this enumeration.
2   value   String / varchar(50)  -   The value for this enumeration.
3   label   String / varchar(254)  ABSOLUTE   The label for this enumeration.
4   deactivatedTZ   String / character(5)  
- + 5   deactivated   ZonedDateTime / timestamptz   @@ -99,7 +99,7 @@ -   The label for this enumeration. - + 6   created   ZonedDateTime / timestamptz   @@ -109,7 +109,7 @@ -   The timestamp for when the record was created. (TILDA.ZoneInfo) - + 7   lastUpdated   ZonedDateTime / timestamptz   @@ -119,7 +119,7 @@ -   The timestamp for when the record was last updated. (TILDA.ZoneInfo) - + 8   deleted   ZonedDateTime / timestamptz   @@ -1535,6 +1535,7 @@ public final boolean write(Connection C) throws Exception return true; } + if (beforeWrite(C) == false) { LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.ZoneInfo object's beforeWrite() failed."); diff --git a/src/tilda/data/_Tilda/TILDA___Docs.TILDA.html b/src/tilda/data/_Tilda/TILDA___Docs.TILDA.html index d81610c85..cbada213f 100644 --- a/src/tilda/data/_Tilda/TILDA___Docs.TILDA.html +++ b/src/tilda/data/_Tilda/TILDA___Docs.TILDA.html @@ -127,7 +127,7 @@ padding-left: 10px; } .Rowed TR:nth-child(odd) TD { - background-color: #f0fdf0; + background-color: rgba(173, 244, 173, 0.2); } .Rowed TR:nth-child(even) TD { background-color:#FFFFFF; @@ -556,7 +556,7 @@ if (doColumns == true) { getFilteredData(regex, tables, matchingResults); - getFilteredData(regex, doRealized == true ? realizedcolumns : columns, matchingResults); + getFilteredData(regex, doRealized == false ? realizedcolumns : columns, matchingResults); } if (doFormulas == true) { @@ -973,6 +973,7 @@

Schema TILDA

+


SEARCH @@ -982,6 +983,7 @@

Schema TILDA

+