Uses of Class
tilda.types.Type_StringCollectionNull
-
Packages that use Type_StringCollectionNull Package Description tilda.data._Tilda tilda.types -
-
Uses of Type_StringCollectionNull in tilda.data._Tilda
Fields in tilda.data._Tilda declared as Type_StringCollectionNull Modifier and Type Field Description Type_StringCollectionNull
TILDA__CATALOG_Factory.COLS_BASE. REFERENCEDCOLUMNS
This is the column definition for:
NamereferencedColumns of type List<String> (ordered) DescriptionThe list of columns this formula depends on. ColumnTILDA.Catalog.referencedColumns of type text[] Full Nametilda.data.TILDA.Catalog.referencedColumns SizeSize not applicable for collections Nullabletrue ModeNORMAL Invariantfalse ProtectNONEType_StringCollectionNull
TILDA__CATALOG_Factory.COLS_BASE. REFERENCEDFORMULAS
This is the column definition for:
NamereferencedFormulas of type List<String> (ordered) DescriptionThe list of columns this formula depends on. ColumnTILDA.Catalog.referencedFormulas of type text[] Full Nametilda.data.TILDA.Catalog.referencedFormulas SizeSize not applicable for collections Nullabletrue ModeNORMAL Invariantfalse ProtectNONE -
Uses of Type_StringCollectionNull in tilda.types
Constructors in tilda.types with parameters of type Type_StringCollectionNull Constructor Description Type_Datetime_plainCollectionNull(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, int Count, java.lang.String Description, java.lang.String[] expressionStrs, java.lang.String[] expressionsDependencies, Type_StringCollectionNull TZCols)
Type_DatetimeCollectionNull(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, int Count, java.lang.String Description, java.lang.String[] expressionStrs, java.lang.String[] expressionsDependencies, Type_StringCollectionNull TZCols)
-