nativeCode property

int? nativeCode
final

Native error code from the database driver.

This is driver-specific and may vary between different database systems. Can be null if not available.

Implementation

final int? nativeCode;