‪TYPO3CMS  11.5
TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Statement Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Statement:
TYPO3\CMS\Core\Database\Driver\PDOStatement

Public Member Functions

 bindParam ($column, &$variable, $type=ParameterType::STRING, $length=null, $driverOptions=null)
 
 bindValue ($param, $value, $type=ParameterType::STRING)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Database\Driver\PDOStatement
 fetch ($fetchMode=null, $cursorOrientation=PDO::FETCH_ORI_NEXT, $cursorOffset=0)
 
 fetchOne ($columnIndex=0)
 
 fetchColumn ($columnIndex=0)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Database\Driver\PDOStatement
mixed mapResourceToString ($record)
 

Detailed Description

This is a full "clone" of the class of package doctrine/dbal. Scope is to use the PDOConnection of TYPO3. All private methods have to be checked on every release of doctrine/dbal.

Definition at line 28 of file Statement.php.

Member Function Documentation

◆ bindParam()

TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Statement::bindParam (   $column,
$variable,
  $type = ParameterType::STRING,
  $length = null,
  $driverOptions = null 
)

◆ bindValue()

TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Statement::bindValue (   $param,
  $value,
  $type = ParameterType::STRING 
)