Package tilda.types
Class Type_NumericCollectionNull
- java.lang.Object
-
- tilda.types.ColumnDefinition
-
- tilda.types.Type_NumericCollection
-
- tilda.types.Type_NumericCollectionNull
-
public class Type_NumericCollectionNull extends Type_NumericCollection implements Nullable
-
-
Field Summary
-
Fields inherited from class tilda.types.ColumnDefinition
_Mask, _MAX_COL_COUNT, LOG
-
-
Constructor Summary
Constructors Constructor Description Type_NumericCollectionNull(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)
-
Method Summary
-
Methods inherited from class tilda.types.ColumnDefinition
create, getColumnDefinition, getColumnDefinition, getColumnNames, getColumnType, getColumnType, getDescription, getExpression, getExpressionDependencies, getFullColumnVarForInsert, getFullColumnVarForSelect, getFullColumnVarForSelect, getFullColumnVarForUpdate, getName, getSchemaName, getShortColumnVarForSelect, getShortColumnVarForSelect, getTableName, getType, getValues, isCollection, isNullable, printColumns, printColumns, toJSON, toJSON, toJSON, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface tilda.types.Nullable
getFullColumnVarForSelect
-
-