Skip to main content
Version: 7.0

NativeInsertUpdateOptions <T>

Options for native insert and update operations.

Hierarchy

Index

Properties

optionalconvertCustomTypes

convertCustomTypes?: boolean

optionalctx

ctx?: any

optionalfilters

filters?: FilterOptions

optionalloggerContext

loggerContext?: LogContext

optionalschema

schema?: string

optionalunionWhere

unionWhere?: ObjectQuery<T>[]

sql only

optionalunionWhereStrategy

unionWhereStrategy?: union-all | union

sql only

optionalupsert

upsert?: boolean

nativeUpdate() only option