Skip to main content
Version: Next

NativeInsertUpdateManyOptions <T>

Options for batch native insert and update operations.

Hierarchy

Index

Properties

optionalinheritedconvertCustomTypes

convertCustomTypes?: boolean

optionalinheritedctx

ctx?: any

optionalinheritedfilters

filters?: FilterOptions

optionalinheritedloggerContext

loggerContext?: LogContext

optionalprocessCollections

processCollections?: boolean

optionalinheritedschema

schema?: string

optionalinheritedunionWhere

unionWhere?: ObjectQuery<T>[]

sql only

optionalinheritedunionWhereStrategy

unionWhereStrategy?: union-all | union

sql only

optionalinheritedupsert

upsert?: boolean

nativeUpdate() only option