| Modifier and Type | Method and Description |
|---|---|
Object |
UnchangedToastedReplicationMessageColumn.getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ReplicationMessage.Column.getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes) |
static Object |
ReplicationMessageColumnValueResolver.resolveValue(String columnName,
PostgresType type,
String fullType,
ReplicationMessage.ColumnValue value,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes)
Resolve the value of a
ReplicationMessage.ColumnValue. |
| Modifier and Type | Method and Description |
|---|---|
static Object |
PgOutputReplicationMessage.getValue(String columnName,
PostgresType type,
String fullType,
String rawValue,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDataTypes)
Converts the value (string representation) coming from PgOutput plugin to
a Java value based on the type of the column from the message.
|
| Modifier and Type | Method and Description |
|---|---|
private Object |
PgProtoReplicationMessage.getArray(PgProto.DatumMessage datumMessage,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
int columnType) |
Object |
PgProtoReplicationMessage.getValue(PgProto.DatumMessage datumMessage,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes)
Converts the Protobuf value for a
plugin message to
a Java value based on the type of the column from the message. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Wal2JsonReplicationMessage.getValue(String columnName,
PostgresType type,
String fullType,
Value rawValue,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes)
Converts the value (string representation) coming from wal2json plugin to
a Java value based on the type of the column from the message.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.