Types
-
sql
- BatchExecuteError T6
-
Represents an error occurred when a batch execution is running.
- DatabaseError T5
-
Represents an error caused by an issue related to database accessibility, erroneous queries, constraint violations, database resource clean-up, and other similar scenarios.
- Error DatabaseError | BatchExecuteError | ApplicationError
-
Represents a database or application level error returned from JDBC client remote functions.
- Parameter Value | OutParameter | InOutParameter
-
Represents all the parameters used in SQL stored procedure call.
- Value string | int | boolean | float | decimal | byte[] | xml | TypedValue?
-
Possible type of parameters that can be passed into the SQL query.