StatementException extends Exception
not part of public core API.
Table of Contents
Methods
- semanticError() : StatementException
- sqlError() : StatementException
- syntaxError() : StatementException
Methods
semanticError()
    public
            static        semanticError(string $message[, Exception|null $previous = null ]) : StatementException
    Parameters
- $message : string
- $previous : Exception|null = null
Return values
StatementExceptionsqlError()
    public
            static        sqlError(string $sql) : StatementException
    Parameters
- $sql : string
Return values
StatementExceptionsyntaxError()
    public
            static        syntaxError(string $message[, Exception|null $previous = null ]) : StatementException
    Parameters
- $message : string
- $previous : Exception|null = null