public static class MySQL.BlobPoemType extends BinaryPoemType
IntegerPoemType.| Constructor and Description |
|---|
BlobPoemType(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 BlobPoemType(boolean nullable,
int size)
nullable - whether nullablesize - sizepublic <O> PoemType<O> canRepresent(PoemType<O> other)
BasePoemTypecanRepresent in interface PoemType<byte[]>canRepresent in class BasePoemType<byte[]>O - the type of the PoemTypeother - the other type to checkPoemType.canRepresent(org.melati.poem.PoemType)Copyright © 2000–2021 PanEris. All rights reserved.