Documentation

IInsertStatement extends IStatement

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Constants

MODIFIER_DELAYED  = 4
MODIFIER_HIGH_PRIORITY  = 2
MODIFIER_IGNORE  = 8
MODIFIER_LOW_PRIORITY  = 1

Methods

bind()  : mixed
delayed()  : void
getInsertClause()  : IInsertClause
highPriority()  : void
ignore()  : void
lowPiority()  : void
onDuplicateKeyUpdate()  : mixed
partition()  : void

Constants

Methods

onDuplicateKeyUpdate()

public onDuplicateKeyUpdate(array<string|int, mixed> $columns) : mixed
Parameters
$columns : array<string|int, mixed>

        
On this page

Search results