SqlHelper
FinalYes
Table of Contents
Constants
- MAX_LENGTH_BATCH_MYSQL_QUERY = 2048
Methods
- insertBatch() : mixed
- upsertBatch() : void
Constants
MAX_LENGTH_BATCH_MYSQL_QUERY
public
mixed
MAX_LENGTH_BATCH_MYSQL_QUERY
= 2048
Methods
insertBatch()
public
static insertBatch(mixed $tableName, array<string|int, mixed> $items) : mixed
Parameters
- $tableName : mixed
- $items : array<string|int, mixed>
upsertBatch()
public
static upsertBatch(string $tableName, array<string|int, mixed> $primaryFields, array<string|int, mixed> $items, array<string|int, mixed> $updateFields) : void
Parameters
- $tableName : string
- $primaryFields : array<string|int, mixed>
- $items : array<string|int, mixed>
- $updateFields : array<string|int, mixed>