public class ReplicationMessageColumnValueResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
ReplicationMessageColumnValueResolver() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
resolveValue(String columnName,
PostgresType type,
String fullType,
ReplicationMessage.ColumnValue value,
PostgresStreamingChangeEventSource.PgConnectionSupplier connection,
boolean includeUnknownDatatypes,
TypeRegistry typeRegistry)
Resolve the value of a
ReplicationMessage.ColumnValue. |
public ReplicationMessageColumnValueResolver()
public static Object resolveValue(String columnName, PostgresType type, String fullType, ReplicationMessage.ColumnValue value, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes, TypeRegistry typeRegistry)
ReplicationMessage.ColumnValue.columnName - the column nametype - the postgres typefullType - the full type-name for the columnvalue - the column valueconnection - a postgres connection supplierincludeUnknownDatatypes - true to include unknown data types, false otherwisetypeRegistry - the postgres type registryCopyright © 2021 JBoss by Red Hat. All rights reserved.