PHP 클래스 RedUNIT\Postgres\Foreignkeys

Tests creation and validity of foreign keys, foreign key constraints and indexes in PostgreSQL. Also tests whether the correct contraint action has been selected.
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Postgres
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testAddingForeignKey ( ) : void Test adding foreign keys.
testAddingIndex ( ) : void Test whether we can manually create indexes.
testConstraint ( ) : void Test constraint function directly in Writer.
testForeignKeysWithPostgres ( ) Test foreign keys with postgres.

메소드 상세

testAddingForeignKey() 공개 메소드

Test adding foreign keys.
public testAddingForeignKey ( ) : void
리턴 void

testAddingIndex() 공개 메소드

Test whether we can manually create indexes.
public testAddingIndex ( ) : void
리턴 void

testConstraint() 공개 메소드

Test constraint function directly in Writer.
public testConstraint ( ) : void
리턴 void

testForeignKeysWithPostgres() 공개 메소드

Test foreign keys with postgres.