TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DatabaseConnectionMssqlTest Class Reference
Inheritance diagram for DatabaseConnectionMssqlTest:
AbstractTestCase

Public Member Functions

 runningADOdbDriverReturnsTrueWithMssqlForMssqlDefaultDriverConfiguration ()
 
 findInSetIsProperlyRemapped ()
 
 canParseSingleQuote ()
 
 canRemapPidToZero ()
 
 locateStatementIsProperlyQuoted ()
 
 locateStatementWithPositionIsProperlyQuoted ()
 
 locateStatementIsProperlyRemapped ()
 
 locateStatementWithExternalTableIsProperlyRemapped ()
 
 IfNullIsProperlyRemapped ()
 
 singleQuotesAreProperlyEscaped ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from AbstractTestCase
 cleanSql ($sql)
 

Protected Attributes

 $subject
 

Detailed Description

Test case

Definition at line 20 of file DatabaseConnectionMssqlTest.php.

Member Function Documentation

canParseSingleQuote ( )
canRemapPidToZero ( )
findInSetIsProperlyRemapped ( )
IfNullIsProperlyRemapped ( )
locateStatementIsProperlyQuoted ( )
locateStatementIsProperlyRemapped ( )
locateStatementWithExternalTableIsProperlyRemapped ( )
locateStatementWithPositionIsProperlyQuoted ( )
runningADOdbDriverReturnsTrueWithMssqlForMssqlDefaultDriverConfiguration ( )
Test:

Definition at line 64 of file DatabaseConnectionMssqlTest.php.

setUp ( )
protected

Prepare a DatabaseConnection subject ready to parse mssql queries

Returns
||

Definition at line 32 of file DatabaseConnectionMssqlTest.php.

singleQuotesAreProperlyEscaped ( )

Member Data Documentation

$subject
protected

Definition at line 25 of file DatabaseConnectionMssqlTest.php.