| Modifier and Type | Method and Description |
|---|---|
Object |
UnchangedToastedReplicationMessageColumn.getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ReplicationMessage.ColumnValue.asArray(String columnName,
PostgresType type,
String fullType,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection) |
Object |
AbstractColumnValue.asArray(String columnName,
PostgresType type,
String fullType,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection) |
Object |
ReplicationMessage.ColumnValue.asDefault(TypeRegistry typeRegistry,
int columnType,
String columnName,
String fullType,
boolean includeUnknownDatatypes,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection) |
Object |
AbstractColumnValue.asDefault(TypeRegistry typeRegistry,
int columnType,
String columnName,
String fullType,
boolean includeUnknownDatatypes,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection) |
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,
TypeRegistry typeRegistry)
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,
TypeRegistry typeRegistry)
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 |
|---|---|
Object |
PgProtoColumnValue.asArray(String columnName,
PostgresType type,
String fullType,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection) |
Object |
PgProtoColumnValue.asDefault(TypeRegistry typeRegistry,
int columnType,
String columnName,
String fullType,
boolean includeUnknownDatatypes,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection) |
Object |
PgProtoReplicationMessage.getValue(String columnName,
PostgresType type,
String fullType,
PgProto.DatumMessage datumMessage,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes) |
| 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.