WCTInsert Class Reference

Inherits from WCTChainCall : WCTCore : NSObject
Declared in WCTInsert.h

Overview

Not Thread-safe

– executeWithObjects:

Execute the insert SQL with objects. Note that it will run embedded transaction while objects.count>1 . The embedded transaction means that it will run a transaction if it’s not in other transaction, otherwise it will be executed within the existing transaction.

- (BOOL)executeWithObjects:(NSArray<WCTObject*> *)objects

Parameters

objects

Objects to be inserted into WCDB.

Return Value

YES if no error occurs.

Declared In

WCTInsert.h