StatementException extends Exception
Class StatementException
Table of Contents
Methods
- semanticalError() : StatementException
- sqlError() : StatementException
- syntaxError() : StatementException
Methods
semanticalError()
    public
            static        semanticalError(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