public class ColumnTypePoemType extends IndexPoemType
Column.
Used in the ColumnInfoTable it can take
positive values to indicate a reference to a type defined
in the TableInfoTable or a negative value to
point to a fundamental type.nullableInstance| Constructor and Description |
|---|
ColumnTypePoemType(Database database)
Constructor for a non nullable column type.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Integer> |
possibleRaws()
Get the possible values for this field, null for rangeable types with
no range set.
|
String |
toDsdType()
The field type used in the Data Structure Definition language.
|
String |
toString() |
sqlDefaultValueassertValidCooked, assertValidRaw, canRepresent, cookedOfRaw, getNullable, getRaw, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, withNullablepublic ColumnTypePoemType(Database database)
database - the db we are dealing withpublic Enumeration<Integer> possibleRaws()
possibleRaws in interface PoemType<Integer>possibleRaws in class BasePoemType<Integer>BasePoemType.possibleRaws()public String toString()
toString in class BasePoemType<Integer>BasePoemType.toString()public String toDsdType()
toDsdType in interface PoemType<Integer>toDsdType in class IntegerPoemTypePoemType.toDsdType()Copyright © 2000–2021 PanEris. All rights reserved.