PHP Class Phalcon\Test\Unit\Db\Dialect\PostgresqlTest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest, use trait Helper\DialectTrait, use trait Helper\Dialect\PostgresqlDialect
Datei anzeigen Open project: phalcon/cphalcon

Public Methods

Method Description
testAddColumns ( ) Tests Postgresql::addColumn
testAddForeignKey ( ) Tests Postgresql::addForeignKey
testAddIndex ( ) Tests Postgresql::addIndex
testAddPrimaryKey ( ) Tests Postgresql::addPrimaryKey
testColumnDefinition ( ) Tests Postgresql::getColumnDefinition
testColumnList ( ) Tests Postgresql::getColumnList
testCreateSavepoint ( ) Tests Postgresql::createSavepoint
testCreateTable ( ) Tests Postgresql::createTable
testCreateView ( ) Tests Postgresql::createView
testDescribeColumns ( ) Tests Postgresql::describeColumns
testDescribeReferences ( ) Tests Postgresql::describeReferences
testDropColumn ( ) Tests Postgresql::dropColumn
testDropForeignKey ( ) Tests Postgresql::dropForeignKey
testDropIndex ( ) Tests Postgresql::dropIndex
testDropPrimaryKey ( ) Tests Postgresql::dropPrimaryKey
testDropTable ( ) Tests Postgresql::dropTable
testDropView ( ) Tests Postgresql::dropView
testListViews ( ) Tests Postgresql::listViews
testModifyColumn ( ) Tests Postgresql::modifyColumn
testReleaseSavepoint ( ) Tests Postgresql::releaseSavepoint
testRollbackSavepoint ( ) Tests Postgresql::rollbackSavepoint
testSupportsReleaseSavepoints ( ) Tests Postgresql::supportsReleaseSavepoints
testSupportsSavepoints ( ) Tests Postgresql::supportsSavepoints
testViewExists ( ) Tests Postgresql::viewExists

Method Details

testAddColumns() public method

Tests Postgresql::addColumn
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testAddColumns ( )

testAddForeignKey() public method

Tests Postgresql::addForeignKey
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testAddForeignKey ( )

testAddIndex() public method

Tests Postgresql::addIndex
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testAddIndex ( )

testAddPrimaryKey() public method

Tests Postgresql::addPrimaryKey
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testAddPrimaryKey ( )

testColumnDefinition() public method

Tests Postgresql::getColumnDefinition
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])

testColumnList() public method

Tests Postgresql::getColumnList
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testColumnList ( )

testCreateSavepoint() public method

Tests Postgresql::createSavepoint
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testCreateSavepoint ( )

testCreateTable() public method

Tests Postgresql::createTable
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testCreateTable ( )

testCreateView() public method

Tests Postgresql::createView
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testCreateView ( )

testDescribeColumns() public method

Tests Postgresql::describeColumns
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDescribeColumns ( )

testDescribeReferences() public method

Tests Postgresql::describeReferences
Since: 2016-10-02
Author: Wojciech Ślawski ([email protected])

testDropColumn() public method

Tests Postgresql::dropColumn
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDropColumn ( )

testDropForeignKey() public method

Tests Postgresql::dropForeignKey
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDropForeignKey ( )

testDropIndex() public method

Tests Postgresql::dropIndex
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDropIndex ( )

testDropPrimaryKey() public method

Tests Postgresql::dropPrimaryKey
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDropPrimaryKey ( )

testDropTable() public method

Tests Postgresql::dropTable
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDropTable ( )

testDropView() public method

Tests Postgresql::dropView
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testDropView ( )

testListViews() public method

Tests Postgresql::listViews
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testListViews ( )

testModifyColumn() public method

Tests Postgresql::modifyColumn
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])
public testModifyColumn ( )

testReleaseSavepoint() public method

Tests Postgresql::releaseSavepoint
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])

testRollbackSavepoint() public method

Tests Postgresql::rollbackSavepoint
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])

testSupportsReleaseSavepoints() public method

Tests Postgresql::supportsReleaseSavepoints
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])

testSupportsSavepoints() public method

Tests Postgresql::supportsSavepoints
Since: 2016-09-30
Author: Serghei Iakovlev ([email protected])

testViewExists() public method

Tests Postgresql::viewExists
Since: 2016-10-02
Author: Wojciech Ślawski ([email protected])
public testViewExists ( )