Documentation
Preparing search index...
@sequelize/oracle
OracleConnection
Interface OracleConnection
interface
OracleConnection
{
uuid
?:
string
;
on
(
event
:
"error"
,
listener
:
(
err
:
any
)
=>
void
)
:
this
;
}
Hierarchy (
View Summary
)
Connection
AbstractConnection
OracleConnection
Index
Properties
uuid?
Methods
on
Properties
Optional
uuid
uuid
?:
string
The UUID of the transaction that is using this connection
Methods
on
on
(
event
:
"error"
,
listener
:
(
err
:
any
)
=>
void
)
:
this
Parameters
event
:
"error"
listener
:
(
err
:
any
)
=>
void
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
uuid
Methods
on
Documentation
Loading...
The UUID of the transaction that is using this connection