Documentation
Preparing search index...
@saltcorn/sqlite
sqlite
select
Function select
select
(
tbl
:
string
,
whereObj
:
Where
,
selectopts
?:
SelectOptions
)
:
Promise
<
Row
[]
>
Execute Select statement
Parameters
tbl
:
string
table name
whereObj
:
Where
where object
Optional
selectopts
:
SelectOptions
= {}
select options
Returns
Promise
<
Row
[]
>
return rows
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Execute Select statement