StatementExceptionMessage
Entries
Link copied to clipboard
SQL syntax error or malformed statement (SQLSTATE Class 426xx).
Link copied to clipboard
Table, column, function, or other database object not found (SQLSTATE Class 42Pxx, 427xx).
Link copied to clipboard
Insufficient privileges to perform the operation (SQLSTATE 42501).
Link copied to clipboard
Invalid password or role for authentication (SQLSTATE Class 28).
Link copied to clipboard
Invalid data format, value out of range, or division by zero (SQLSTATE Class 22).
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.