class Wal2JsonColumnValue extends AbstractColumnValue<Value>
| Constructor and Description |
|---|
Wal2JsonColumnValue(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
asBoolean() |
byte[] |
asByteArray() |
SpecialValueDecimal |
asDecimal() |
Double |
asDouble() |
Float |
asFloat() |
Integer |
asInteger() |
Long |
asLong() |
String |
asString() |
Value |
getRawValue() |
boolean |
isNull() |
asBox, asCircle, asInstant, asInterval, asLine, asLocalDate, asLocalTime, asLseg, asMoney, asOffsetDateTimeAtUtc, asOffsetTimeUtc, asPath, asPoint, asPolygonprivate Value value
Wal2JsonColumnValue(Value value)
public Value getRawValue()
public boolean isNull()
public String asString()
public Boolean asBoolean()
public Integer asInteger()
public Long asLong()
public Float asFloat()
public Double asDouble()
public SpecialValueDecimal asDecimal()
public byte[] asByteArray()
Copyright © 2019 JBoss by Red Hat. All rights reserved.