Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
SQLiteSelectPrepare
Type Alias SQLiteSelectPrepare<T>
SQLiteSelectPrepare
:
SQLitePreparedQuery
<
{
all
:
T
[
"_"
]
[
"result"
]
;
execute
:
SQLiteSelectExecute
<
T
>
;
get
:
T
[
"_"
]
[
"result"
]
[
number
]
|
undefined
;
run
:
T
[
"_"
]
[
"runResult"
]
;
type
:
T
[
"_"
]
[
"resultType"
]
;
values
:
any
[]
[]
;
}
,
>
Type Parameters
T
extends
AnySQLiteSelect
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...