public abstract class AtomPoemType<T> extends BasePoemType<T>
Currently all types, as generated classes are instances of IntegerPoemType.
| Constructor and Description |
|---|
AtomPoemType(int sqlTypeCode,
String sqlTypeName,
boolean nullable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
sqlDefaultValue(Dbms dbms)
Used to set a not null value when
creating a non nullable column.
|
assertValidCooked, assertValidRaw, canRepresent, cookedOfRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, toString, withNullablepublic AtomPoemType(int sqlTypeCode,
String sqlTypeName,
boolean nullable)
sqlTypeCode - from TypessqlTypeName - SQL Type namenullable - whether null is an allowed valueCopyright © 2000–2021 PanEris. All rights reserved.