Uses of Class
io.debezium.connector.postgresql.connection.PostgresConnection
-
Packages that use PostgresConnection Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection.pgoutput -
-
Uses of PostgresConnection in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnection Modifier and Type Field Description private PostgresConnectionPostgresChangeRecordEmitter. connectionprivate PostgresConnectionPostgresStreamingChangeEventSource. connectionprivate PostgresConnectionPostgresConnectorTask. heartbeatConnectionprivate PostgresConnectionPostgresChangeEventSourceFactory. jdbcConnectionprivate PostgresConnectionPostgresConnectorTask. jdbcConnectionprivate PostgresConnectionPostgresSnapshotChangeEventSource. jdbcConnectionMethods in io.debezium.connector.postgresql with parameters of type PostgresConnection Modifier and Type Method Description private SlotStatePostgresTaskContext. getCurrentSlotState(PostgresConnection connection)(package private) LongPostgresTaskContext. getSlotXmin(PostgresConnection connection)static PostgresOffsetContextPostgresOffsetContext. initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock)static PostgresOffsetContextPostgresOffsetContext. initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock, Lsn lastCommitLsn, Lsn lastCompletelyProcessedLsn)private voidPostgresSchema. printReplicaIdentityInfo(PostgresConnection connection, TableId tableId)protected PostgresSchemaPostgresSchema. refresh(PostgresConnection connection, boolean printReplicaIdentityInfo)Initializes the content for this schema by reading all the database information from the supplied connection.protected voidPostgresSchema. refresh(PostgresConnection connection, TableId tableId, boolean refreshToastableColumns)Refreshes this schema's content for a particular tableprotected voidPostgresTaskContext. refreshSchema(PostgresConnection connection, boolean printReplicaIdentityInfo)private voidPostgresSchema. refreshToastableColumnsMap(PostgresConnection connection, TableId tableId) -
Uses of PostgresConnection in io.debezium.connector.postgresql.connection.pgoutput
Fields in io.debezium.connector.postgresql.connection.pgoutput declared as PostgresConnection Modifier and Type Field Description private PostgresConnectionPgOutputMessageDecoder. connectionMethods in io.debezium.connector.postgresql.connection.pgoutput with parameters of type PostgresConnection Modifier and Type Method Description private List<Column>PgOutputMessageDecoder. getTableColumnsFromDatabase(PostgresConnection connection, DatabaseMetaData databaseMetadata, TableId tableId)
-