kysely
Preparing search index...
MysqlPoolConnection
Interface MysqlPoolConnection
interface
MysqlPoolConnection
{
config
:
object
;
threadId
:
number
;
connect
(
callback
?:
(
error
:
unknown
)
=>
void
)
:
void
;
destroy
()
:
void
;
query
(
sql
:
string
,
parameters
:
unknown
[]
,
)
:
{
stream
:
<
T
>
(
options
:
MysqlStreamOptions
)
=>
MysqlStream
<
T
>
}
;
query
(
sql
:
string
,
parameters
:
unknown
[]
,
callback
:
(
error
:
unknown
,
result
:
MysqlQueryResult
)
=>
void
,
)
:
void
;
release
()
:
void
;
}
Hierarchy (
View Summary
)
MysqlConnection
MysqlPoolConnection
Index
Properties
config
thread
Id
Methods
connect
destroy
query
release
Properties
config
config
:
object
thread
Id
threadId
:
number
Methods
connect
connect
(
callback
?:
(
error
:
unknown
)
=>
void
)
:
void
Parameters
Optional
callback
:
(
error
:
unknown
)
=>
void
Returns
void
destroy
destroy
()
:
void
Returns
void
query
query
(
sql
:
string
,
parameters
:
unknown
[]
,
)
:
{
stream
:
<
T
>
(
options
:
MysqlStreamOptions
)
=>
MysqlStream
<
T
>
}
Parameters
sql
:
string
parameters
:
unknown
[]
Returns
{
stream
:
<
T
>
(
options
:
MysqlStreamOptions
)
=>
MysqlStream
<
T
>
}
query
(
sql
:
string
,
parameters
:
unknown
[]
,
callback
:
(
error
:
unknown
,
result
:
MysqlQueryResult
)
=>
void
,
)
:
void
Parameters
sql
:
string
parameters
:
unknown
[]
callback
:
(
error
:
unknown
,
result
:
MysqlQueryResult
)
=>
void
Returns
void
release
release
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
thread
Id
Methods
connect
destroy
query
release
kysely
Loading...