namespaceZtdQuery\Platform\Postgres\Sql\Merge
Classes 7§
| ActionClause @visibility root | Action clause operations for PostgreSQL merge. |
| BranchTokens @visibility root | Branch tokens operations for PostgreSQL merge. |
| PgSqlMergeClause | Describes one MERGE branch, its predicate, and its row action. |
| PgSqlMergeParser | Merge parser for PostgreSQL queries. |
| PgSqlMergeStatement | Describes a parsed MERGE target, source, join condition, and branches. |
| RelationTarget @visibility root | Relation target operations for PostgreSQL merge. |
| StatementParts @visibility root | Resolves the target, join and branch spans of a MERGE statement. |