\CodeIgniter\Database\MySQLiBuilder

Builder for MySQLi

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
_fromTables()
$escapeChar
N/A
No private methods found
No private properties found
N/A

Properties

$escapeChar

$escapeChar : string

Identifier escape character

Type

string

Methods

_fromTables()

_fromTables() : string

FROM tables

Groups tables in FROM clauses if needed, so there is no confusion about operator precedence.

Note: This is only used (and overridden) by MySQL.

Returns

string