@norvento/db.oracle

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @norvento/db.oracle

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

15.3 kB

Total Files

4

Last publish

Collaborators

  • sorozco_norvento
  • yadrio_norvento
  • dcastro_norvento
  • norvento.ds
  • jmouriz_norvento