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