public static interface ReplicationMessage.ColumnValue<T>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
asBoolean() |
org.postgresql.geometric.PGbox |
asBox() |
byte[] |
asByteArray() |
org.postgresql.geometric.PGcircle |
asCircle() |
SpecialValueDecimal |
asDecimal() |
Double |
asDouble() |
Float |
asFloat() |
Instant |
asInstant() |
Integer |
asInteger() |
org.postgresql.util.PGInterval |
asInterval() |
org.postgresql.geometric.PGline |
asLine() |
LocalDate |
asLocalDate() |
LocalTime |
asLocalTime() |
Long |
asLong() |
org.postgresql.geometric.PGlseg |
asLseg() |
org.postgresql.util.PGmoney |
asMoney() |
OffsetDateTime |
asOffsetDateTimeAtUtc() |
OffsetTime |
asOffsetTimeUtc() |
org.postgresql.geometric.PGpath |
asPath() |
org.postgresql.geometric.PGpoint |
asPoint() |
org.postgresql.geometric.PGpolygon |
asPolygon() |
String |
asString() |
T |
getRawValue() |
boolean |
isNull() |
T getRawValue()
boolean isNull()
String asString()
Boolean asBoolean()
Integer asInteger()
Long asLong()
Float asFloat()
Double asDouble()
SpecialValueDecimal asDecimal()
LocalDate asLocalDate()
OffsetDateTime asOffsetDateTimeAtUtc()
Instant asInstant()
LocalTime asLocalTime()
OffsetTime asOffsetTimeUtc()
byte[] asByteArray()
org.postgresql.geometric.PGbox asBox()
org.postgresql.geometric.PGcircle asCircle()
org.postgresql.util.PGInterval asInterval()
org.postgresql.geometric.PGline asLine()
org.postgresql.geometric.PGlseg asLseg()
org.postgresql.util.PGmoney asMoney()
org.postgresql.geometric.PGpath asPath()
org.postgresql.geometric.PGpoint asPoint()
org.postgresql.geometric.PGpolygon asPolygon()
Copyright © 2019 JBoss by Red Hat. All rights reserved.