Package com.clickhouse.jdbc
Class SqlExceptionUtils
java.lang.Object
com.clickhouse.jdbc.SqlExceptionUtils
Deprecated.
Helper class for building
SQLException.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchUpdateExceptionbatchUpdateError(Throwable e, long[] updateCounts) Deprecated.static SQLExceptionclientError(String message) Deprecated.static SQLExceptionclientError(String message, Throwable e) Deprecated.static SQLExceptionDeprecated.static SQLExceptionDeprecated.static SQLExceptionDeprecated.static SQLExceptionDeprecated.static BatchUpdateExceptionqueryInBatchError(int[] updateCounts) Deprecated.static BatchUpdateExceptionqueryInBatchError(long[] updateCounts) Deprecated.static SQLExceptionDeprecated.static SQLExceptionDeprecated.unsupportedError(String message) Deprecated.
-
Field Details
-
SQL_STATE_CLIENT_ERROR
Deprecated.- See Also:
-
SQL_STATE_OPERATION_CANCELLED
Deprecated.- See Also:
-
SQL_STATE_CONNECTION_EXCEPTION
Deprecated.- See Also:
-
SQL_STATE_SQL_ERROR
Deprecated.- See Also:
-
SQL_STATE_NO_DATA
Deprecated.- See Also:
-
SQL_STATE_INVALID_SCHEMA
Deprecated.- See Also:
-
SQL_STATE_INVALID_TX_STATE
Deprecated.- See Also:
-
SQL_STATE_DATA_EXCEPTION
Deprecated.- See Also:
-
SQL_STATE_FEATURE_NOT_SUPPORTED
Deprecated.- See Also:
-
-
Method Details
-
clientError
Deprecated. -
clientError
Deprecated. -
clientError
Deprecated. -
handle
Deprecated. -
handle
Deprecated. -
batchUpdateError
Deprecated. -
queryInBatchError
Deprecated. -
queryInBatchError
Deprecated. -
undeterminedExecutionError
Deprecated. -
forCancellation
Deprecated. -
unsupportedError
Deprecated. -
unknownError
Deprecated.
-