SQLiteGrammar::compileCreate()

string compileCreate(Blueprint $blueprint, Fluent $command) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Return Value string

SQLiteGrammar::compileColumnExists()

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

SQLiteGrammar::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

SQLiteGrammar::compileAdd()

array compileAdd(Blueprint $blueprint, Fluent $command) Compile alter table commands for adding columns. Parameters Blueprint $blueprint Fluent $command Return Value array

SQLiteGrammar::columnize()

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

SQLiteGrammar::columnize()

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

SQLiteGrammar

SQLiteGrammar class SQLiteGrammar 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(arra

SQLiteGrammar

SQLiteGrammar class SQLiteGrammar 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(arra

SQLiteConnector::setDefaultOptions()

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

SQLiteConnector::getOptions()

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