The method __________ is used to get the vendor-specific error code in an SQL exception.
- getErrorCode()
- getMessage()
- getSQLState()
- printStackTrace()
The getErrorCode() method is used to retrieve the vendor-specific error code from an SQL exception in JDBC.
Loading...