PHP 클래스 DoctrineExtensions\Tests\Query\Mysql\StringTest

파일 보기 프로젝트 열기: beberlei/doctrineextensions

공개 메소드들

메소드 설명
testAscii ( )
testCharLength ( ) Not implemented
testConcatWithSeparator ( )
testConcatWithSeparatorWithNull ( ) Not implemented
testField ( )
testGreatest ( ) Test case for MYSQL Comparison function GREATEST.
testLeast ( ) Test case for MYSQL Comparison function LEAST.
testLpad ( ) Test case for MYSQL function LPAD.
testReplace ( )
testRpad ( ) Test case for MYSQL function RPAD.
testSoundex ( )
testSubstringIndex ( )

메소드 상세

testAscii() 공개 메소드

public testAscii ( )

testCharLength() 공개 메소드

Not implemented
public testCharLength ( )

testConcatWithSeparator() 공개 메소드

testConcatWithSeparatorWithNull() 공개 메소드

Not implemented

testField() 공개 메소드

public testField ( )

testGreatest() 공개 메소드

Test case for MYSQL Comparison function GREATEST.
public testGreatest ( )

testLeast() 공개 메소드

Test case for MYSQL Comparison function LEAST.
public testLeast ( )

testLpad() 공개 메소드

Test case for MYSQL function LPAD.
public testLpad ( )

testReplace() 공개 메소드

public testReplace ( )

testRpad() 공개 메소드

Test case for MYSQL function RPAD.
public testRpad ( )

testSoundex() 공개 메소드

public testSoundex ( )

testSubstringIndex() 공개 메소드

public testSubstringIndex ( )