final class MySqlErrorClassifier
    implements ErrorClassifier

MySQL-specific error classifier.

Classifies MySQL error codes to determine the type of error.

Methods§

Private surface 3§

Implementation details, listed for orientation only.

private const ERROR_UNKNOWN_COLUMN = 1054
private const ERROR_TABLE_NOT_EXISTS = 1146
private const ERROR_UNDECLARED_VARIABLE = 1327

Test cases 5§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 5