public static class Oracle.OracleStringPoemType extends StringPoemType
StringPoemType.nullableInstance| Constructor and Description |
|---|
OracleStringPoemType(boolean nullable,
int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<O> PoemType<O> |
canRepresent(PoemType<O> other)
Return a PoemType which can can represent another,
or null.
|
toDsdType, toStringgetSize, sizeGreaterEqual, withSizesqlDefaultValueassertValidCooked, assertValidRaw, cookedOfRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, withNullablepublic OracleStringPoemType(boolean nullable,
int size)
nullable - nullabilitysize - sizepublic <O> PoemType<O> canRepresent(PoemType<O> other)
canRepresent in interface PoemType<String>canRepresent in class BasePoemType<String>O - the type of the PoemTypeother - the other type to checkBasePoemType.canRepresent(PoemType)Copyright © 2000–2021 PanEris. All rights reserved.