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
Показать файл Открыть проект

Открытые методы

Метод Описание
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.