Uses of Enum
io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
Packages that use ServerInfo.ReplicaIdentity
-
Uses of ServerInfo.ReplicaIdentity in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return ServerInfo.ReplicaIdentityModifier and TypeMethodDescriptionprotected static ServerInfo.ReplicaIdentityServerInfo.ReplicaIdentity.parseFromDB(String s) PostgresConnection.readReplicaIdentityInfo(TableId tableId) Prints out information about the REPLICA IDENTITY status of a table.static ServerInfo.ReplicaIdentityReturns the enum constant of this type with the specified name.static ServerInfo.ReplicaIdentity[]ServerInfo.ReplicaIdentity.values()Returns an array containing the constants of this enum type, in the order they are declared.