Flow PHP

Dialect

Methods

maxBindParameters()  : int<1, max>
The maximum number of bind parameters one statement may carry on this platform. A bulk statement binds rows x columns parameters, so it is chunked to intdiv(this, columns) rows.
prepareDelete()  : string
prepareInsert()  : string
prepareUpdate()  : string

Methods

maxBindParameters()

The maximum number of bind parameters one statement may carry on this platform. A bulk statement binds rows x columns parameters, so it is chunked to intdiv(this, columns) rows.

public maxBindParameters() : int<1, max>
Return values
int<1, max>
On this page

Search results