Package tilda.types
Class Type_LongCollectionNull
- java.lang.Object
-
- tilda.types.ColumnDefinition
-
- tilda.types.Type_LongCollection
-
- tilda.types.Type_LongCollectionNull
-
public class Type_LongCollectionNull extends Type_LongCollection implements Nullable
-
-
Field Summary
-
Fields inherited from class tilda.types.ColumnDefinition
_Mask, _MAX_COL_COUNT, LOG
-
-
Constructor Summary
Constructors Constructor Description Type_LongCollectionNull(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
-
-