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