| Constructor and Description |
|---|
ShardingSphereSQLException(SQLState sqlState,
int typeOffset,
int errorCode,
String reason,
Object... messageArgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
XOpenSQLState
XOpen standard SQL state.
|
| Constructor and Description |
|---|
FeatureSQLException(SQLState sqlState,
int featureCode,
int errorCode,
String reason,
Object... messageArgs) |
| Constructor and Description |
|---|
GenericSQLException(SQLState sqlState,
int errorCode,
String reason,
Object... messageArgs) |
GenericSQLException(String reason,
Exception cause,
SQLState sqlState,
int errorCode) |
| Constructor and Description |
|---|
KernelSQLException(SQLState sqlState,
int kernelCode,
int errorCode,
String reason,
Exception cause) |
KernelSQLException(SQLState sqlState,
int kernelCode,
int errorCode,
String reason,
Object... messageArgs) |
| Modifier and Type | Method and Description |
|---|---|
SQLState |
VendorError.getSqlState()
Get SQL state.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.