public abstract class AbstractColumnValue<T> extends Object implements ReplicationMessage.ColumnValue<T>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractColumnValue() |
| Modifier and Type | Method and Description |
|---|---|
org.postgresql.geometric.PGbox |
asBox() |
org.postgresql.geometric.PGcircle |
asCircle() |
Instant |
asInstant() |
org.postgresql.util.PGInterval |
asInterval() |
org.postgresql.geometric.PGline |
asLine() |
LocalDate |
asLocalDate() |
LocalTime |
asLocalTime() |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBoolean, asByteArray, asDecimal, asDouble, asFloat, asInteger, asLong, asString, getRawValue, isNullpublic LocalDate asLocalDate()
asLocalDate in interface ReplicationMessage.ColumnValue<T>public LocalTime asLocalTime()
asLocalTime in interface ReplicationMessage.ColumnValue<T>public OffsetTime asOffsetTimeUtc()
asOffsetTimeUtc in interface ReplicationMessage.ColumnValue<T>public OffsetDateTime asOffsetDateTimeAtUtc()
asOffsetDateTimeAtUtc in interface ReplicationMessage.ColumnValue<T>public Instant asInstant()
asInstant in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGbox asBox()
asBox in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGcircle asCircle()
asCircle in interface ReplicationMessage.ColumnValue<T>public org.postgresql.util.PGInterval asInterval()
asInterval in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGline asLine()
asLine in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGlseg asLseg()
asLseg in interface ReplicationMessage.ColumnValue<T>public org.postgresql.util.PGmoney asMoney()
asMoney in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGpath asPath()
asPath in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGpoint asPoint()
asPoint in interface ReplicationMessage.ColumnValue<T>public org.postgresql.geometric.PGpolygon asPolygon()
asPolygon in interface ReplicationMessage.ColumnValue<T>Copyright © 2019 JBoss by Red Hat. All rights reserved.