PHP Class DoctrineExtensions\Tests\Query\Mysql\StringTest

Datei anzeigen Open project: beberlei/doctrineextensions

Public Methods

Method Description
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 ( )

Method Details

testAscii() public method

public testAscii ( )

testCharLength() public method

Not implemented
public testCharLength ( )

testConcatWithSeparator() public method

testConcatWithSeparatorWithNull() public method

Not implemented

testField() public method

public testField ( )

testGreatest() public method

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

testLeast() public method

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

testLpad() public method

Test case for MYSQL function LPAD.
public testLpad ( )

testReplace() public method

public testReplace ( )

testRpad() public method

Test case for MYSQL function RPAD.
public testRpad ( )

testSoundex() public method

public testSoundex ( )

testSubstringIndex() public method

public testSubstringIndex ( )