PHP 클래스 Phalcon\Test\Unit\Db\Adapter\Pdo\PostgresqlTest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
저자: Wojciech Ślawski ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

보호된 프로퍼티들

프로퍼티 타입 설명
$connection Phalcon\Db\Adapter\Pdo\Postgresql

공개 메소드들

메소드 설명
_before ( )
testDescribeAutoIncrementColumns ( ) Tests Postgresql::describeColumns for Postgresql autoincrement column
testDescribeReferencesColumnsCount ( ) Tests Postgresql::describeReferences
testListTables ( ) Tests Postgresql::listTables
testTableExists ( ) Tests Postgresql::listTables

메소드 상세

_before() 공개 메소드

public _before ( )

testDescribeAutoIncrementColumns() 공개 메소드

Tests Postgresql::describeColumns for Postgresql autoincrement column
부터: 2016-09-28
저자: Serghei Iakovlev ([email protected])

testDescribeReferencesColumnsCount() 공개 메소드

Tests Postgresql::describeReferences
부터: 2016-09-28
저자: Wojciech Ślawski ([email protected])

testListTables() 공개 메소드

Tests Postgresql::listTables
부터: 2016-09-29
저자: Serghei Iakovlev ([email protected])
public testListTables ( )

testTableExists() 공개 메소드

Tests Postgresql::listTables
부터: 2016-09-29
저자: Serghei Iakovlev ([email protected])
public testTableExists ( )

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected Postgresql,Phalcon\Db\Adapter\Pdo $connection
리턴 Phalcon\Db\Adapter\Pdo\Postgresql