SPL File JDBCRunTypes.spl

Content

Types

Types

JdbcSqlStatus_T

SQL Status:
  • sqlCode: The error number associated with the SQLException, 0: successful
  • sqlState: The five-digit XOPEN SQLState code for a database error, 00000: Successful
  • sqlMessage: The SQL Message in case of any error

JdbcSqlStatus_T = int32 sqlCode, rstring sqlState, rstring sqlMessage;