0.1.0 • Published 5 years ago

@norvento/oracle-db v0.1.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 years ago

Norvento oracle db

Doc

Table of Contents

OracleDB

OracleDB

Parameters
simpleExecute

Executes the given sql string

Parameters
  • sql string the sql to execute
  • bindParams Object object with the sql params
  • options Object object with options
simpleExecuteWithErrorControl

Executes the given sql

Parameters
  • sql string the sql to execute
  • bindParams Object object with the sql params
  • options Object object with options
  • Throws DBError
complexExecute

Executes the sql and returns a complex response

Parameters
  • sql string the sql to execute
  • bindParams Object object with the sql params
  • options Object object with options
cursorExecute

Executes the sql for a cursor type param

Parameters
  • sql string the sql to execute
  • bindParams Object object with the sql params
  • options Object object with options
executeMany

Executes the sql for each of the rows of the insertRows params

Parameters
  • sql string the sql to execute
  • insertRows
  • options Object object with options
formatError

Formats the given db error

Parameters
0.1.0

5 years ago