class PgOutputColumnValue extends AbstractColumnValue<String>
| Constructor and Description |
|---|
PgOutputColumnValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
asBoolean() |
byte[] |
asByteArray() |
SpecialValueDecimal |
asDecimal() |
Double |
asDouble() |
Float |
asFloat() |
Integer |
asInteger() |
Long |
asLong() |
String |
asString() |
String |
getRawValue() |
boolean |
isNull() |
asBox, asCircle, asInstant, asInterval, asLine, asLocalDate, asLocalTime, asLseg, asMoney, asOffsetDateTimeAtUtc, asOffsetTimeUtc, asPath, asPoint, asPolygonprivate String value
PgOutputColumnValue(String value)
public String 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.