Preparing search index...
The search index is not available
lupdo
lupdo
PdoDriver
Class PdoDriver
Abstract
Hierarchy
EventEmitter
PdoDriver
Implements
PdoDriverI
Index
Constructors
constructor
Methods
begin
Transaction
disconnect
exec
get
Attribute
get
Raw
Driver
Connection
get
Raw
Pool
Connection
get
Version
prepare
query
reconnect
set
Attribute
Constructors
constructor
new
Pdo
Driver
(
driver
,
userPoolOptions
,
userAttributes
)
:
PdoDriver
Parameters
driver
:
string
userPoolOptions
:
PdoPoolOptions
userAttributes
:
PdoAttributes
Returns
PdoDriver
Methods
begin
Transaction
begin
Transaction
(
)
:
Promise
<
PdoTransactionI
>
Returns
Promise
<
PdoTransactionI
>
disconnect
disconnect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
exec
exec
(
sql
)
:
Promise
<
number
>
Parameters
sql
:
string
Returns
Promise
<
number
>
get
Attribute
get
Attribute
(
attribute
)
:
string
|
number
Parameters
attribute
:
string
Returns
string
|
number
get
Raw
Driver
Connection
get
Raw
Driver
Connection
<
T
>
(
)
:
Promise
<
T
>
Type Parameters
T
Returns
Promise
<
T
>
get
Raw
Pool
Connection
get
Raw
Pool
Connection
(
)
:
Promise
<
RawPoolConnection
>
Returns
Promise
<
RawPoolConnection
>
get
Version
get
Version
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
prepare
prepare
(
sql
)
:
Promise
<
PdoPreparedStatementI
>
Parameters
sql
:
string
Returns
Promise
<
PdoPreparedStatementI
>
query
query
(
sql
)
:
Promise
<
PdoStatementI
>
Parameters
sql
:
string
Returns
Promise
<
PdoStatementI
>
reconnect
reconnect
(
)
:
void
Returns
void
set
Attribute
set
Attribute
(
attribute
,
value
)
:
boolean
Parameters
attribute
:
string
value
:
string
|
number
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
begin
Transaction
disconnect
exec
get
Attribute
get
Raw
Driver
Connection
get
Raw
Pool
Connection
get
Version
prepare
query
reconnect
set
Attribute
lupdo
Loading...