Home
last modified time | relevance | path

Searched defs:vendorCode (Results 1 – 16 of 16) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLNonTransientException.java70 int vendorCode) { in SQLNonTransientException()
138 int vendorCode, Throwable cause) { in SQLNonTransientException()
DSQLRecoverableException.java70 int vendorCode) { in SQLRecoverableException()
138 int vendorCode, Throwable cause) { in SQLRecoverableException()
DSQLDataException.java74 public SQLDataException(String reason, String sqlState, int vendorCode) { in SQLDataException()
140 public SQLDataException(String reason, String sqlState, int vendorCode, in SQLDataException()
DSQLIntegrityConstraintViolationException.java79 String sqlState, int vendorCode) { in SQLIntegrityConstraintViolationException()
150 String sqlState, int vendorCode, Throwable cause) { in SQLIntegrityConstraintViolationException()
DSQLNonTransientConnectionException.java78 int vendorCode) { in SQLNonTransientConnectionException()
148 int vendorCode, Throwable cause) { in SQLNonTransientConnectionException()
DSQLTransactionRollbackException.java71 int vendorCode) { in SQLTransactionRollbackException()
140 int vendorCode, Throwable cause) { in SQLTransactionRollbackException()
DSQLTimeoutException.java69 public SQLTimeoutException(String reason, String sqlState, int vendorCode) { in SQLTimeoutException()
135 public SQLTimeoutException(String reason, String sqlState, int vendorCode, in SQLTimeoutException()
DSQLTransientException.java69 public SQLTransientException(String reason, String sqlState, int vendorCode) { in SQLTransientException()
136 int vendorCode, Throwable cause) { in SQLTransientException()
DSQLSyntaxErrorException.java70 int vendorCode) { in SQLSyntaxErrorException()
138 int vendorCode, Throwable cause) { in SQLSyntaxErrorException()
DSQLTransientConnectionException.java71 int vendorCode) { in SQLTransientConnectionException()
140 int vendorCode, Throwable cause) { in SQLTransientConnectionException()
DSQLInvalidAuthorizationSpecException.java78 int vendorCode) { in SQLInvalidAuthorizationSpecException()
148 int vendorCode, Throwable cause) { in SQLInvalidAuthorizationSpecException()
DSQLFeatureNotSupportedException.java75 int vendorCode) { in SQLFeatureNotSupportedException()
144 int vendorCode, Throwable cause) { in SQLFeatureNotSupportedException()
DBatchUpdateException.java124 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException()
199 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException()
DSQLClientInfoException.java129 int vendorCode, Map<String, ClientInfoStatus> failedProperties) { in SQLClientInfoException()
155 int vendorCode, Map<String, ClientInfoStatus> failedProperties, in SQLClientInfoException()
DSQLWarning.java120 public SQLWarning(String reason, String SQLState, int vendorCode, in SQLWarning()
DSQLException.java46 private int vendorCode = 0; field in SQLException