PHP 클래스 Phalcon\Test\Unit\Db\Dialect\PostgresqlTest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
상속: extends Phalcon\Test\Module\UnitTest, use trait Helper\DialectTrait, use trait Helper\Dialect\PostgresqlDialect
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
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

메소드 상세

testAddColumns() 공개 메소드

Tests Postgresql::addColumn
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testAddColumns ( )

testAddForeignKey() 공개 메소드

Tests Postgresql::addForeignKey
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testAddForeignKey ( )

testAddIndex() 공개 메소드

Tests Postgresql::addIndex
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testAddIndex ( )

testAddPrimaryKey() 공개 메소드

Tests Postgresql::addPrimaryKey
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testAddPrimaryKey ( )

testColumnDefinition() 공개 메소드

Tests Postgresql::getColumnDefinition
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])

testColumnList() 공개 메소드

Tests Postgresql::getColumnList
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testColumnList ( )

testCreateSavepoint() 공개 메소드

Tests Postgresql::createSavepoint
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testCreateSavepoint ( )

testCreateTable() 공개 메소드

Tests Postgresql::createTable
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testCreateTable ( )

testCreateView() 공개 메소드

Tests Postgresql::createView
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testCreateView ( )

testDescribeColumns() 공개 메소드

Tests Postgresql::describeColumns
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDescribeColumns ( )

testDescribeReferences() 공개 메소드

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

testDropColumn() 공개 메소드

Tests Postgresql::dropColumn
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDropColumn ( )

testDropForeignKey() 공개 메소드

Tests Postgresql::dropForeignKey
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDropForeignKey ( )

testDropIndex() 공개 메소드

Tests Postgresql::dropIndex
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDropIndex ( )

testDropPrimaryKey() 공개 메소드

Tests Postgresql::dropPrimaryKey
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDropPrimaryKey ( )

testDropTable() 공개 메소드

Tests Postgresql::dropTable
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDropTable ( )

testDropView() 공개 메소드

Tests Postgresql::dropView
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testDropView ( )

testListViews() 공개 메소드

Tests Postgresql::listViews
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testListViews ( )

testModifyColumn() 공개 메소드

Tests Postgresql::modifyColumn
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])
public testModifyColumn ( )

testReleaseSavepoint() 공개 메소드

Tests Postgresql::releaseSavepoint
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])

testRollbackSavepoint() 공개 메소드

Tests Postgresql::rollbackSavepoint
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])

testSupportsReleaseSavepoints() 공개 메소드

Tests Postgresql::supportsReleaseSavepoints
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])

testSupportsSavepoints() 공개 메소드

Tests Postgresql::supportsSavepoints
부터: 2016-09-30
저자: Serghei Iakovlev ([email protected])

testViewExists() 공개 메소드

Tests Postgresql::viewExists
부터: 2016-10-02
저자: Wojciech Ślawski ([email protected])
public testViewExists ( )