@photostructure/sqlite
GitHub
NPM
Preparing search index...
experimental
PoolAllOperation
Interface PoolAllOperation
A batch operation that yields every row.
interface
PoolAllOperation
{
kind
:
"all"
;
params
?:
PoolParams
;
sql
:
string
;
}
Hierarchy (
View Summary
)
PoolSetupOperation
PoolAllOperation
Index
Properties
kind
params?
sql
Properties
Readonly
kind
kind
:
"all"
Optional
Readonly
params
params
?:
PoolParams
Readonly
sql
sql
:
string
Exactly one executable SQL statement.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
params
sql
GitHub
NPM
@photostructure/sqlite
Loading...
A batch operation that yields every row.