PHP Класс RedUNIT\Postgres\Uuid

Tests whether we can use UUIDs with PostgreSQL, to this end we use a reference implementation of a UUID MySQL Writer: UUIDWriterPostgres, however this class is not part of the code base, it should be considered a reference or example implementation. These tests focus on whether UUIDs in general do not cause any unexpected issues.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Postgres
Показать файл Открыть проект

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

Метод Описание
testFullSupport ( ) Test Full fluid UUID support.
testUUIDReadSupport ( ) : void Test Read-support.

Описание методов

testFullSupport() публичный Метод

Test Full fluid UUID support.
public testFullSupport ( )

testUUIDReadSupport() публичный Метод

Test Read-support.
public testUUIDReadSupport ( ) : void
Результат void