PHP 클래스 RedUNIT\Mysql\Writer

Tests for MySQL and MariaDB Query Writer. This test class contains Query Writer specific tests. Use this class to add tests to test Query Writer specific behaviours, quirks and issues.
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Mysql
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testFunctionFilters ( ) Test Facade bind function method.
testScanningAndCoding ( ) : void Test scanning and coding of values.
testTypes ( ) : void Test special data types.
testTypesDateTimes ( ) : void Date-time
testTypesDates ( ) : void Test date types.
testTypesMon ( ) : void Test money types.
testZeroIssue ( ) : voids (FALSE should be stored as 0 not as '')

보호된 메소드들

메소드 설명
setGetSpatial ( $data ) : void Stored and reloads spatial data to see if the value is preserved correctly.

메소드 상세

setGetSpatial() 보호된 메소드

Stored and reloads spatial data to see if the value is preserved correctly.
protected setGetSpatial ( $data ) : void
리턴 void

testFunctionFilters() 공개 메소드

Test for MySQL WKT spatial format.
public testFunctionFilters ( )

testScanningAndCoding() 공개 메소드

Test scanning and coding of values.
public testScanningAndCoding ( ) : void
리턴 void

testTypes() 공개 메소드

Test special data types.
public testTypes ( ) : void
리턴 void

testTypesDateTimes() 공개 메소드

Date-time
public testTypesDateTimes ( ) : void
리턴 void

testTypesDates() 공개 메소드

Test date types.
public testTypesDates ( ) : void
리턴 void

testTypesMon() 공개 메소드

Test money types.
public testTypesMon ( ) : void
리턴 void

testZeroIssue() 공개 메소드

(FALSE should be stored as 0 not as '')
public testZeroIssue ( ) : voids
리턴 voids