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
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

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