MySqlConnector::getDefaultOptions()

array getDefaultOptions() Get the default PDO connection options. Return Value array

MySqlConnector::getOptions()

array getOptions(array $config) Get the PDO options based on the configuration. Parameters array $config Return Value array

MySqlConnector::setDefaultOptions()

void setDefaultOptions(array $options) Set the default PDO connection options. Parameters array $options Return Value void

MySqlGrammar

MySqlGrammar class MySqlGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array

MySqlGrammar

MySqlGrammar class MySqlGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array

MySqlGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

MySqlGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

MySqlGrammar::compileAdd()

string compileAdd(Blueprint $blueprint, Fluent $command) Compile an add column command. Parameters Blueprint $blueprint Fluent $command Return Value string

MySqlGrammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

MySqlGrammar::compileColumnExists()

string compileColumnExists() Compile the query to determine the list of columns. Return Value string