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