Db\Dialect\Postgresql::dropTable

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

2016-10-16 09:49:38
Db\Dialect\Postgresql::createTable

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

2016-10-16 09:49:37
Db\Dialect\Postgresql::describeIndexes

public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table

2016-10-16 09:49:37
Db\Dialect\Postgresql::dropIndex

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

2016-10-16 09:49:38
Db\Dialect\Postgresql::modifyColumn

public modifyColumn (mixed $tableName, mixed $schemaName,

2016-10-16 09:49:39
Db\Dialect\Postgresql::dropPrimaryKey

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table

2016-10-16 09:49:38
Db\Dialect\Postgresql::dropView

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

2016-10-16 09:49:38
Db\Dialect\Postgresql::tableExists

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

2016-10-16 09:49:39
Db\Dialect\Postgresql::listViews

public string listViews ([string $schemaName]) Generates the SQL to list all views of a schema or user

2016-10-16 09:49:38
Db\Dialect\Postgresql::tableOptions

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

2016-10-16 09:49:39