Skip to content
# Interface: MergeQueryConversionOptions

Defined in: packages/core/src/models/SelectQuery.ts:66

Properties ​

target ​

target: string

Defined in: packages/core/src/models/SelectQuery.ts:67


primaryKeys ​

primaryKeys: string | string[]

Defined in: packages/core/src/models/SelectQuery.ts:68


updateColumns? ​

optional updateColumns: string[]

Defined in: packages/core/src/models/SelectQuery.ts:69


insertColumns? ​

optional insertColumns: string[]

Defined in: packages/core/src/models/SelectQuery.ts:70


sourceAlias? ​

optional sourceAlias: string

Defined in: packages/core/src/models/SelectQuery.ts:71


matchedAction? ​

optional matchedAction: MergeMatchedAction

Defined in: packages/core/src/models/SelectQuery.ts:72


notMatchedAction? ​

optional notMatchedAction: MergeNotMatchedAction

Defined in: packages/core/src/models/SelectQuery.ts:73


notMatchedBySourceAction? ​

optional notMatchedBySourceAction: MergeNotMatchedBySourceAction

Defined in: packages/core/src/models/SelectQuery.ts:74

Released under the MIT License.