/libcore/ojluni/src/main/java/java/sql/ |
D | SQLWarning.java | 60 public SQLWarning(String reason, String SQLState, int vendorCode) { in SQLWarning() argument 61 super(reason, SQLState, vendorCode); in SQLWarning() 63 ") SQLState(" + SQLState + in SQLWarning() 80 public SQLWarning(String reason, String SQLState) { in SQLWarning() argument 81 super(reason, SQLState); in SQLWarning() 83 ") SQLState(" + SQLState + ")"); in SQLWarning() 163 public SQLWarning(String reason, String SQLState, Throwable cause) { in SQLWarning() argument 164 super(reason,SQLState,cause); in SQLWarning() 166 ") SQLState(" + SQLState + ")"); in SQLWarning() 181 public SQLWarning(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLWarning() argument [all …]
|
D | SQLException.java | 69 public SQLException(String reason, String SQLState, int vendorCode) { in SQLException() argument 71 this.SQLState = SQLState; in SQLException() 75 DriverManager.println("SQLState(" + SQLState + in SQLException() 95 public SQLException(String reason, String SQLState) { in SQLException() argument 97 this.SQLState = SQLState; in SQLException() 102 DriverManager.println("SQLException: SQLState(" + SQLState + ")"); in SQLException() 120 this.SQLState = null; in SQLException() 141 this.SQLState = null; in SQLException() 212 this.SQLState = sqlState; in SQLException() 217 DriverManager.println("SQLState(" + SQLState + ")"); in SQLException() [all …]
|
D | SQLTransactionRollbackException.java | 84 public SQLTransactionRollbackException(String reason, String SQLState) { in SQLTransactionRollbackException() argument 85 super(reason, SQLState); in SQLTransactionRollbackException() 102 public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode) { in SQLTransactionRollbackException() argument 103 super(reason, SQLState, vendorCode); in SQLTransactionRollbackException() 151 public SQLTransactionRollbackException(String reason, String SQLState, Throwable cause) { in SQLTransactionRollbackException() argument 152 super(reason, SQLState, cause); in SQLTransactionRollbackException() 168 …public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransactionRollbackException() argument 169 super(reason, SQLState, vendorCode, cause); in SQLTransactionRollbackException()
|
D | SQLDataException.java | 87 public SQLDataException(String reason, String SQLState) { in SQLDataException() argument 88 super(reason, SQLState); in SQLDataException() 105 public SQLDataException(String reason, String SQLState, int vendorCode) { in SQLDataException() argument 106 super(reason, SQLState, vendorCode); in SQLDataException() 152 public SQLDataException(String reason, String SQLState, Throwable cause) { in SQLDataException() argument 153 super(reason, SQLState, cause); in SQLDataException() 168 public SQLDataException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLDataException() argument 169 super(reason, SQLState, vendorCode, cause); in SQLDataException()
|
D | SQLIntegrityConstraintViolationException.java | 85 public SQLIntegrityConstraintViolationException(String reason, String SQLState) { in SQLIntegrityConstraintViolationException() argument 86 super(reason,SQLState); in SQLIntegrityConstraintViolationException() 103 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode) { in SQLIntegrityConstraintViolationException() argument 104 super(reason,SQLState,vendorCode); in SQLIntegrityConstraintViolationException() 152 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, Throwable cause) { in SQLIntegrityConstraintViolationException() argument 153 super(reason,SQLState, cause); in SQLIntegrityConstraintViolationException() 169 …public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Th… in SQLIntegrityConstraintViolationException() argument 170 super(reason,SQLState,vendorCode,cause); in SQLIntegrityConstraintViolationException()
|
D | SQLSyntaxErrorException.java | 84 public SQLSyntaxErrorException(String reason, String SQLState) { in SQLSyntaxErrorException() argument 85 super(reason, SQLState); in SQLSyntaxErrorException() 102 public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode) { in SQLSyntaxErrorException() argument 103 super(reason, SQLState, vendorCode); in SQLSyntaxErrorException() 151 public SQLSyntaxErrorException(String reason, String SQLState, Throwable cause) { in SQLSyntaxErrorException() argument 152 super(reason, SQLState, cause); in SQLSyntaxErrorException() 168 … public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLSyntaxErrorException() argument 169 super(reason, SQLState, vendorCode, cause); in SQLSyntaxErrorException()
|
D | SQLInvalidAuthorizationSpecException.java | 85 public SQLInvalidAuthorizationSpecException(String reason, String SQLState) { in SQLInvalidAuthorizationSpecException() argument 86 super(reason,SQLState); in SQLInvalidAuthorizationSpecException() 103 … public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode) { in SQLInvalidAuthorizationSpecException() argument 104 super(reason,SQLState,vendorCode); in SQLInvalidAuthorizationSpecException() 152 public SQLInvalidAuthorizationSpecException(String reason, String SQLState, Throwable cause) { in SQLInvalidAuthorizationSpecException() argument 153 super(reason,SQLState,cause); in SQLInvalidAuthorizationSpecException() 169 …public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode, Throwa… in SQLInvalidAuthorizationSpecException() argument 170 super(reason,SQLState,vendorCode,cause); in SQLInvalidAuthorizationSpecException()
|
D | SQLTimeoutException.java | 82 public SQLTimeoutException(String reason, String SQLState) { in SQLTimeoutException() argument 83 super(reason, SQLState); in SQLTimeoutException() 100 public SQLTimeoutException(String reason, String SQLState, int vendorCode) { in SQLTimeoutException() argument 101 super(reason, SQLState, vendorCode); in SQLTimeoutException() 149 public SQLTimeoutException(String reason, String SQLState, Throwable cause) { in SQLTimeoutException() argument 150 super(reason, SQLState, cause); in SQLTimeoutException() 166 public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTimeoutException() argument 167 super(reason, SQLState, vendorCode, cause); in SQLTimeoutException()
|
D | SQLFeatureNotSupportedException.java | 90 public SQLFeatureNotSupportedException(String reason, String SQLState) { in SQLFeatureNotSupportedException() argument 91 super(reason,SQLState); in SQLFeatureNotSupportedException() 108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException() argument 109 super(reason,SQLState,vendorCode); in SQLFeatureNotSupportedException() 157 public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) { in SQLFeatureNotSupportedException() argument 158 super(reason,SQLState,cause); in SQLFeatureNotSupportedException() 174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException() argument 175 super(reason,SQLState,vendorCode,cause); in SQLFeatureNotSupportedException()
|
D | SQLTransientException.java | 83 public SQLTransientException(String reason, String SQLState) { in SQLTransientException() argument 84 super(reason,SQLState); in SQLTransientException() 101 public SQLTransientException(String reason, String SQLState, int vendorCode) { in SQLTransientException() argument 102 super(reason,SQLState,vendorCode); in SQLTransientException() 150 public SQLTransientException(String reason, String SQLState, Throwable cause) { in SQLTransientException() argument 151 super(reason,SQLState,cause); in SQLTransientException() 167 public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTransientException() argument 168 super(reason,SQLState,vendorCode,cause); in SQLTransientException()
|
D | SQLRecoverableException.java | 86 public SQLRecoverableException(String reason, String SQLState) { in SQLRecoverableException() argument 87 super(reason, SQLState); in SQLRecoverableException() 104 public SQLRecoverableException(String reason, String SQLState, int vendorCode) { in SQLRecoverableException() argument 105 super(reason, SQLState, vendorCode); in SQLRecoverableException() 153 public SQLRecoverableException(String reason, String SQLState, Throwable cause) { in SQLRecoverableException() argument 154 super(reason, SQLState, cause); in SQLRecoverableException() 170 … public SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLRecoverableException() argument 171 super(reason, SQLState, vendorCode, cause); in SQLRecoverableException()
|
D | SQLTransientConnectionException.java | 85 public SQLTransientConnectionException(String reason, String SQLState) { in SQLTransientConnectionException() argument 86 super(reason,SQLState); in SQLTransientConnectionException() 103 public SQLTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLTransientConnectionException() argument 104 super(reason,SQLState,vendorCode); in SQLTransientConnectionException() 152 public SQLTransientConnectionException(String reason, String SQLState, Throwable cause) { in SQLTransientConnectionException() argument 153 super(reason,SQLState,cause); in SQLTransientConnectionException() 169 …public SQLTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransientConnectionException() argument 170 super(reason,SQLState,vendorCode,cause); in SQLTransientConnectionException()
|
D | SQLNonTransientConnectionException.java | 86 public SQLNonTransientConnectionException(String reason, String SQLState) { in SQLNonTransientConnectionException() argument 87 super(reason,SQLState); in SQLNonTransientConnectionException() 104 public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLNonTransientConnectionException() argument 105 super(reason,SQLState,vendorCode); in SQLNonTransientConnectionException() 153 public SQLNonTransientConnectionException(String reason, String SQLState, Throwable cause) { in SQLNonTransientConnectionException() argument 154 super(reason,SQLState,cause); in SQLNonTransientConnectionException() 170 …public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwabl… in SQLNonTransientConnectionException() argument 171 super(reason,SQLState,vendorCode,cause); in SQLNonTransientConnectionException()
|
D | SQLNonTransientException.java | 85 public SQLNonTransientException(String reason, String SQLState) { in SQLNonTransientException() argument 86 super(reason,SQLState); in SQLNonTransientException() 103 public SQLNonTransientException(String reason, String SQLState, int vendorCode) { in SQLNonTransientException() argument 104 super(reason,SQLState,vendorCode); in SQLNonTransientException() 153 public SQLNonTransientException(String reason, String SQLState, Throwable cause) { in SQLNonTransientException() argument 154 super(reason,SQLState,cause); in SQLNonTransientException() 170 … public SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLNonTransientException() argument 171 super(reason,SQLState,vendorCode,cause); in SQLNonTransientException()
|
D | SQLClientInfoException.java | 205 String SQLState, in SQLClientInfoException() argument 208 super(reason, SQLState); in SQLClientInfoException() 232 String SQLState, in SQLClientInfoException() argument 236 super(reason, SQLState); in SQLClientInfoException() 263 String SQLState, in SQLClientInfoException() argument 267 super(reason, SQLState, vendorCode); in SQLClientInfoException() 293 String SQLState, in SQLClientInfoException() argument 298 super(reason, SQLState, vendorCode); in SQLClientInfoException()
|
D | BatchUpdateException.java | 80 public BatchUpdateException( String reason, String SQLState, int vendorCode, in BatchUpdateException() argument 82 super(reason, SQLState, vendorCode); in BatchUpdateException() 108 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() argument 110 this(reason, SQLState, 0, updateCounts); in BatchUpdateException() 265 public BatchUpdateException(String reason, String SQLState, in BatchUpdateException() argument 267 this(reason, SQLState, 0, updateCounts, cause); in BatchUpdateException() 292 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException() argument 294 super(reason, SQLState, vendorCode, cause); in BatchUpdateException()
|