@norvento/db.oracle
v0.1.0
Published
oracle-db
Downloads
2
Keywords
Readme
Norvento oracle db
Doc
Table of Contents
OracleDB
OracleDB
Parameters
dbconfig
{user: string, password: string, connectString: string, poolMax: number, poolMin: number, poolIncrement: number, poolTimeout: number}
simpleExecute
Executes the given sql string
Parameters
sql
string the sql to executebindParams
Object object with the sql paramsoptions
Object object with options
simpleExecuteWithErrorControl
Executes the given sql
Parameters
sql
string the sql to executebindParams
Object object with the sql paramsoptions
Object object with optionsThrows DBError
complexExecute
Executes the sql and returns a complex response
Parameters
sql
string the sql to executebindParams
Object object with the sql paramsoptions
Object object with options
cursorExecute
Executes the sql for a cursor type param
Parameters
sql
string the sql to executebindParams
Object object with the sql paramsoptions
Object object with options
executeMany
Executes the sql for each of the rows of the insertRows params
Parameters
formatError
Formats the given db error
Parameters
error
Error