public class DatePoemType extends AtomPoemType<Date>
| Constructor and Description |
|---|
DatePoemType(boolean nullable)
Constructor.
|
DatePoemType(int sqlTypeCode,
String sqlTypeName,
boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
String |
toDsdType()
The field type used in the Data Structure Definition language.
|
sqlDefaultValueassertValidCooked, assertValidRaw, canRepresent, cookedOfRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, toString, withNullablepublic DatePoemType(boolean nullable)
nullable - whether this type may contain null.public DatePoemType(int sqlTypeCode,
String sqlTypeName,
boolean nullable)
public String toDsdType()
PoemType.toDsdType()Copyright © 2000–2021 PanEris. All rights reserved.