Search
Preparing search index...
The search index is not available
buildmsql - v1.7.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
buildmsql - v1.7.0
mariadb
FilteredPoolCluster
Interface FilteredPoolCluster
Hierarchy
FilteredPoolCluster
Index
Methods
batch
execute
get
Connection
query
Methods
batch
batch
(
sql
:
string
|
mariadb
.
QueryOptions
, values
?:
any
)
:
Promise
<
UpsertResult
>
|
Promise
<
UpsertResult
[]
>
Parameters
sql:
string
|
mariadb
.
QueryOptions
Optional
values:
any
Returns
Promise
<
UpsertResult
>
|
Promise
<
UpsertResult
[]
>
execute
execute
(
sql
:
string
|
mariadb
.
QueryOptions
, values
?:
any
)
:
Promise
<
any
>
Parameters
sql:
string
|
mariadb
.
QueryOptions
Optional
values:
any
Returns
Promise
<
any
>
get
Connection
get
Connection
(
)
:
Promise
<
PoolConnection
>
Returns
Promise
<
PoolConnection
>
query
query
(
sql
:
string
|
mariadb
.
QueryOptions
, values
?:
any
)
:
Promise
<
any
>
Parameters
sql:
string
|
mariadb
.
QueryOptions
Optional
values:
any
Returns
Promise
<
any
>
Exports
Internals
Externals
mariadb
Filtered
Pool
Cluster
batch
execute
get
Connection
query
Generated using
TypeDoc