TYPO3  7.6
PreparedStatement Member List

This is the complete list of members for PreparedStatement, including all inherited members.

$bufferPreparedStatementprotected
$defaultFetchModePreparedStatementprotected
$fieldsPreparedStatementprotected
$parametersPreparedStatementprotected
$parameterWrapTokenPreparedStatementprotected
$precompiledQueryPartsPreparedStatementprotected
$queryPreparedStatementprotected
$statementPreparedStatementprotected
$tablePreparedStatementprotected
__construct($query, $table, array $precompiledQueryParts=array())PreparedStatement
bindValue($parameter, $value, $data_type=self::PARAM_AUTOTYPE)PreparedStatement
bindValues(array $values)PreparedStatement
convertNamedPlaceholdersToQuestionMarks(&$query, array &$parameterValues, array &$precompiledQueryParts)PreparedStatementprotected
errorCode()PreparedStatement
errorInfo()PreparedStatement
execute(array $input_parameters=array())PreparedStatement
fetch($fetch_style=0)PreparedStatement
FETCH_ASSOCPreparedStatement
FETCH_NUMPreparedStatement
fetchAll($fetch_style=0)PreparedStatement
free()PreparedStatement
generateParameterWrapToken()PreparedStatementprotected
guessValueType($value)PreparedStatementprotected
hasNamedPlaceholders($query)PreparedStatementprotected
PARAM_AUTOTYPEPreparedStatement
PARAM_BOOLPreparedStatement
PARAM_INTPreparedStatement
PARAM_NULLPreparedStatement
PARAM_STRPreparedStatement
rowCount()PreparedStatement
seek($rowNumber)PreparedStatement
setFetchMode($mode)PreparedStatement
tokenizeQueryParameterMarkers($query, array $parameterValues)PreparedStatementprotected