PHP Class Phalcon\Test\Unit\Db\Adapter\Pdo\PostgresqlTest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Author: Wojciech Ślawski ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Datei anzeigen Open project: phalcon/cphalcon

Protected Properties

Property Type Description
$connection Phalcon\Db\Adapter\Pdo\Postgresql

Public Methods

Method Description
_before ( )
testDescribeAutoIncrementColumns ( ) Tests Postgresql::describeColumns for Postgresql autoincrement column
testDescribeReferencesColumnsCount ( ) Tests Postgresql::describeReferences
testListTables ( ) Tests Postgresql::listTables
testTableExists ( ) Tests Postgresql::listTables

Method Details

_before() public method

public _before ( )

testDescribeAutoIncrementColumns() public method

Tests Postgresql::describeColumns for Postgresql autoincrement column
Since: 2016-09-28
Author: Serghei Iakovlev ([email protected])

testDescribeReferencesColumnsCount() public method

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

testListTables() public method

Tests Postgresql::listTables
Since: 2016-09-29
Author: Serghei Iakovlev ([email protected])
public testListTables ( )

testTableExists() public method

Tests Postgresql::listTables
Since: 2016-09-29
Author: Serghei Iakovlev ([email protected])
public testTableExists ( )

Property Details

$connection protected_oe property

protected Postgresql,Phalcon\Db\Adapter\Pdo $connection
return Phalcon\Db\Adapter\Pdo\Postgresql