sqlState property
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;
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.
final String? sqlState;