Preparing search index...
The search index is not available
lupdo
lupdo
PdoRawConnection
Class PdoRawConnection
Abstract
Implements
PdoRawConnectionI
Index
Constructors
constructor
Methods
begin
Transaction
bind
Value
close
commit
exec
execute
get
Attribute
last
Insert
Id
prepare
query
rollback
set
Attribute
set
Attributes
Constructors
constructor
new
Pdo
Raw
Connection
(
pool
)
:
PdoRawConnection
Parameters
pool
:
PoolI
<
PoolConnection
>
Returns
PdoRawConnection
Methods
begin
Transaction
begin
Transaction
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
bind
Value
bind
Value
(
value
)
:
ValidBindings
Parameters
value
:
ValidBindings
Returns
ValidBindings
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
commit
commit
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
exec
exec
(
sql
)
:
Promise
<
number
>
Parameters
sql
:
string
Returns
Promise
<
number
>
execute
execute
(
sql
,
params
)
:
Promise
<
[
string
,
PdoAffectingData
,
PdoRowData
[]
|
PdoRowData
[]
[]
,
PdoColumnData
[]
|
PdoColumnData
[]
[]
]
>
Parameters
sql
:
string
params
:
null
|
Params
Returns
Promise
<
[
string
,
PdoAffectingData
,
PdoRowData
[]
|
PdoRowData
[]
[]
,
PdoColumnData
[]
|
PdoColumnData
[]
[]
]
>
get
Attribute
get
Attribute
(
attribute
)
:
string
|
number
Parameters
attribute
:
string
Returns
string
|
number
last
Insert
Id
last
Insert
Id
(
__namedParameters
)
:
Promise
<
null
|
string
|
number
|
bigint
>
Parameters
__namedParameters
:
{
affectingResults
:
PdoAffectingData
;
}
affecting
Results
:
PdoAffectingData
Returns
Promise
<
null
|
string
|
number
|
bigint
>
prepare
prepare
(
sql
)
:
Promise
<
any
>
Parameters
sql
:
string
Returns
Promise
<
any
>
query
query
(
sql
)
:
Promise
<
[
PdoAffectingData
,
PdoRowData
[]
|
PdoRowData
[]
[]
,
PdoColumnData
[]
|
PdoColumnData
[]
[]
]
>
Parameters
sql
:
string
Returns
Promise
<
[
PdoAffectingData
,
PdoRowData
[]
|
PdoRowData
[]
[]
,
PdoColumnData
[]
|
PdoColumnData
[]
[]
]
>
rollback
rollback
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
set
Attribute
set
Attribute
(
attribute
,
value
)
:
boolean
Parameters
attribute
:
string
value
:
string
|
number
Returns
boolean
set
Attributes
set
Attributes
(
attributes
)
:
void
Parameters
attributes
:
PdoAttributes
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
begin
Transaction
bind
Value
close
commit
exec
execute
get
Attribute
last
Insert
Id
prepare
query
rollback
set
Attribute
set
Attributes
lupdo
Loading...