extends abstract class Phalcon\Db\Dialect
implements Phalcon\Db\DialectInterface
Source on GitHub
Generates database specific SQL for the Sqlite RDBMS
Methods
public getColumnDefinition (Phalcon\Db\ColumnInterface $column)
Gets the column name in SQLite
public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column)
Generates SQL to add a column to a table
public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnI