Db\Dialect\Mysql::listTables
  • References/PHP/Phalcon/Db/Dialect/Mysql

public listTables ([mixed $schemaName]) List all tables in database

2025-01-10 15:47:30
Db\Dialect\Mysql::dropColumn
  • References/PHP/Phalcon/Db/Dialect/Mysql

public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete

2025-01-10 15:47:30
Db\Dialect\Mysql::addIndex
  • References/PHP/Phalcon/Db/Dialect/Mysql

public addIndex (mixed $tableName, mixed $schemaName,

2025-01-10 15:47:30
Db\Dialect\Mysql::describeColumns
  • References/PHP/Phalcon/Db/Dialect/Mysql

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

2025-01-10 15:47:30
Db\Dialect\Mysql::modifyColumn
  • References/PHP/Phalcon/Db/Dialect/Mysql

public modifyColumn (mixed $tableName, mixed $schemaName,

2025-01-10 15:47:30
Db\Dialect\Mysql::dropTable
  • References/PHP/Phalcon/Db/Dialect/Mysql

public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

2025-01-10 15:47:30
Db\Dialect\Mysql::tableOptions
  • References/PHP/Phalcon/Db/Dialect/Mysql

public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options

2025-01-10 15:47:30
Db\Dialect\Mysql::createTable
  • References/PHP/Phalcon/Db/Dialect/Mysql

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create

2025-01-10 15:47:30
Db\Dialect\Mysql::tableExists
  • References/PHP/Phalcon/Db/Dialect/Mysql

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a

2025-01-10 15:47:30
Db\Dialect\Mysql::dropIndex
  • References/PHP/Phalcon/Db/Dialect/Mysql

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete

2025-01-10 15:47:30