Uses of Class
io.debezium.connector.postgresql.connection.ServerInfo
Packages that use ServerInfo
-
Uses of ServerInfo in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return ServerInfoModifier and TypeMethodDescriptionprotected ServerInfoPostgresConnection.serverInfo()Returns information about the PG server to which this instance is connected.protected ServerInfoServerInfo.withDatabase(String database) ServerInfo.withMajorVersion(Integer majorVersion) protected ServerInfoServerInfo.withServer(String server) protected ServerInfoServerInfo.withUsername(String username)