Uses of Class
io.debezium.connector.postgresql.connection.ServerInfo
-
Packages that use ServerInfo Package Description io.debezium.connector.postgresql.connection -
-
Uses of ServerInfo in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return ServerInfo Modifier and Type Method Description protected ServerInfoServerInfo. addRole(String roleName, String permissions)ServerInfoPostgresConnection. serverInfo()Returns information about the PG server to which this instance is connected.protected ServerInfoServerInfo. withDatabase(String database)protected ServerInfoServerInfo. withServer(String server)protected ServerInfoServerInfo. withUsername(String username)
-