‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Database\Schema\Exception\StatementException Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Schema\Exception\StatementException:
TYPO3\CMS\Core\Exception

Static Public Member Functions

static sqlError (string $sql)
 
static syntaxError (string $message, \Exception $previous=null)
 
static semanticError (string $message, \Exception $previous=null)
 

Detailed Description

not part of public core API.

Definition at line 23 of file StatementException.php.

Member Function Documentation

◆ semanticError()

static TYPO3\CMS\Core\Database\Schema\Exception\StatementException::semanticError ( string  $message,
\Exception  $previous = null 
)
static

◆ sqlError()

static TYPO3\CMS\Core\Database\Schema\Exception\StatementException::sqlError ( string  $sql)
static

◆ syntaxError()

static TYPO3\CMS\Core\Database\Schema\Exception\StatementException::syntaxError ( string  $message,
\Exception  $previous = null 
)
static