public static interface ReplicationMessage.ColumnValue<T>
T getRawValue()
boolean isNull()
String asString()
Boolean asBoolean()
Integer asInteger()
Long asLong()
Float asFloat()
Double asDouble()
Object asDecimal()
LocalDate asLocalDate()
OffsetDateTime asOffsetDateTimeAtUtc()
Instant asInstant()
Object asTime()
Object asLocalTime()
OffsetTime asOffsetTimeUtc()
byte[] asByteArray()
org.postgresql.geometric.PGbox asBox()
org.postgresql.geometric.PGcircle asCircle()
Object asInterval()
org.postgresql.geometric.PGline asLine()
Object asLseg()
org.postgresql.util.PGmoney asMoney()
org.postgresql.geometric.PGpath asPath()
org.postgresql.geometric.PGpoint asPoint()
org.postgresql.geometric.PGpolygon asPolygon()
boolean isArray(PostgresType type)
Object asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)
Object asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)
Copyright © 2019 JBoss by Red Hat. All rights reserved.