kysely
Preparing search index...
TediousRequestClass
Interface TediousRequestClass
interface
TediousRequestClass
{
new
TediousRequestClass
(
sqlTextOrProcedure
:
undefined
|
string
,
callback
:
(
error
?:
null
|
Error
,
rowCount
?:
number
,
rows
?:
any
)
=>
void
,
options
?:
{
statementColumnEncryptionSetting
?:
any
}
,
)
:
TediousRequest
;
}
Index
Constructors
constructor
Constructors
constructor
new
TediousRequestClass
(
sqlTextOrProcedure
:
undefined
|
string
,
callback
:
(
error
?:
null
|
Error
,
rowCount
?:
number
,
rows
?:
any
)
=>
void
,
options
?:
{
statementColumnEncryptionSetting
?:
any
}
,
)
:
TediousRequest
Parameters
sqlTextOrProcedure
:
undefined
|
string
callback
:
(
error
?:
null
|
Error
,
rowCount
?:
number
,
rows
?:
any
)
=>
void
Optional
options
:
{
statementColumnEncryptionSetting
?:
any
}
Returns
TediousRequest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
kysely
Loading...