namespaceZtdQuery\Platform\Postgres\Sql\Merge

Classes 7§

ActionClause @visibility rootAction clause operations for PostgreSQL merge.
BranchTokens @visibility rootBranch tokens operations for PostgreSQL merge.
PgSqlMergeClauseDescribes one MERGE branch, its predicate, and its row action.
PgSqlMergeParserMerge parser for PostgreSQL queries.
PgSqlMergeStatementDescribes a parsed MERGE target, source, join condition, and branches.
RelationTarget @visibility rootRelation target operations for PostgreSQL merge.
StatementParts @visibility rootResolves the target, join and branch spans of a MERGE statement.

Enums 2§

PgSqlMergeActionKindEnumerates the row actions supported by MERGE simulation.
PgSqlMergeMatchKindEnumerates the target and source matching modes of a MERGE branch.