| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Method and Description |
|---|---|
protected PostgresConnection |
PostgresTaskContext.createConnection() |
| Modifier and Type | Method and Description |
|---|---|
private void |
PostgresSchema.printReplicaIdentityInfo(PostgresConnection connection,
TableId tableId) |
protected PostgresSchema |
PostgresSchema.refresh(PostgresConnection connection,
boolean printReplicaIdentityInfo)
Initializes the content for this schema by reading all the database information from the supplied connection.
|
protected void |
PostgresSchema.refresh(PostgresConnection connection,
TableId tableId)
Refreshes this schema's content for a particular table
|
| Modifier and Type | Method and Description |
|---|---|
PostgresConnection |
PostgresConnection.executeWithoutCommitting(String... statements)
Executes a series of statements without explicitly committing the connection.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.