DatabaseCdc

Defines the Change Data Capture (CDC) of the database.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source metadata of the database CDC.

Link copied to clipboard

The target metadata of the database CDC.

Functions

Link copied to clipboard
inline fun copy(block: DatabaseCdc.Builder.() -> Unit = {}): DatabaseCdc
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String