implements Phalcon\Db\DialectInterface
Source on GitHub
This is the base class to each database dialect. This implements common methods to transform intermediate code into its RDBMS related syntax
Methods
public registerCustomFunction (mixed $name, mixed $customFunction)
Registers custom SQL functions
public getCustomFunctions ()
Returns registered functions
final public escapeSchema (mixed $str, [mixed $escapeChar])
Escape Schema
final public escape (mixed $str, [mixed $escapeChar])
Escape ide