This shows you the differences between two versions of the page.
database_adaptor [2025/03/13 16:27] ale |
database_adaptor [2025/04/03 13:57] (current) ale |
||
---|---|---|---|
Line 32: | Line 32: | ||
* **getNumRows():** returns the number of rows contained in the TastTableData that was generated by the execution of the dBGetQueryData function. It requires the execution of the dBGetQueryData function in previous steps of the diagram. (Don’t need an input parameter, so it’s a function that just return the number of rows of the selected table (with TastTableData)). | * **getNumRows():** returns the number of rows contained in the TastTableData that was generated by the execution of the dBGetQueryData function. It requires the execution of the dBGetQueryData function in previous steps of the diagram. (Don’t need an input parameter, so it’s a function that just return the number of rows of the selected table (with TastTableData)). | ||
- | * **getOraError():** gives the ORA error code of the executed SQL query. | + | * **getOraError():** provides the ORA error code of the executed SQL query. |
* **getSQLSTATE():** provides the SQL status. | * **getSQLSTATE():** provides the SQL status. |