sqlState property

String? sqlState
final

SQLSTATE from ODBC error (e.g., '42S02' for table not found).

See ODBC specification for complete list of codes. Can be null if the error doesn't originate from ODBC.

Implementation

final String? sqlState;