You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This call executes a SQL or PL/SQL statement. See SQL Execution for examples.
33
30
* The statement to be executed may contain IN binds, OUT or IN OUT bind values or variables, which are bound using either an object or an array.
34
31
* @param {string} sql SQL Statement.
@@ -37,18 +34,19 @@ class OracleDB {
37
34
* @return {ResultObject} result object, containing any fetched rows, the values of any OUT and IN OUT bind variables, and the number of rows affected by the execution of DML statements.
0 commit comments