‪TYPO3CMS  10.4
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 StatementException sqlError (string $sql)
 
static StatementException syntaxError (string $message, \Exception $previous=null)
 
static StatementException semanticalError (string $message, \Exception $previous=null)
 

Detailed Description

Class StatementException

Definition at line 23 of file StatementException.php.

Member Function Documentation

◆ semanticalError()

static StatementException TYPO3\CMS\Core\Database\Schema\Exception\StatementException::semanticalError ( string  $message,
\Exception  $previous = null 
)
static
Parameters
string$message
\Exception | null$previous
Returns
StatementException

Definition at line 52 of file StatementException.php.

Referenced by TYPO3\CMS\Core\Database\Schema\Parser\Parser\semanticalError().

◆ sqlError()

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

◆ syntaxError()

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

Definition at line 41 of file StatementException.php.

Referenced by TYPO3\CMS\Core\Database\Schema\Parser\Parser\syntaxError().