Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
SQLiteUpdateConfig
Interface SQLiteUpdateConfig
interface
SQLiteUpdateConfig
{
from
?:
|
SQLiteTable
<
TableConfig
>
|
SQLiteViewBase
<
string
,
boolean
,
ColumnsSelection
>
|
SQL
<
unknown
>
|
Subquery
<
string
,
Record
<
string
,
unknown
>
>
;
joins
:
SQLiteSelectJoinConfig
[]
;
limit
?:
number
|
Placeholder
<
string
,
any
>
;
orderBy
?:
(
|
SQL
<
unknown
>
|
Aliased
<
unknown
>
|
SQLiteColumn
<
ColumnBaseConfig
<
ColumnDataType
,
string
>
,
{}
,
{}
>
)
[]
;
returning
?:
SelectedFieldsOrdered
;
set
:
UpdateSet
;
table
:
SQLiteTable
;
where
?:
SQL
<
unknown
>
;
withList
?:
Subquery
<
string
,
Record
<
string
,
unknown
>
>
[]
;
}
Index
Properties
from?
joins
limit?
order
By?
returning?
set
table
where?
with
List?
Properties
Optional
from
from
?:
|
SQLiteTable
<
TableConfig
>
|
SQLiteViewBase
<
string
,
boolean
,
ColumnsSelection
>
|
SQL
<
unknown
>
|
Subquery
<
string
,
Record
<
string
,
unknown
>
>
joins
joins
:
SQLiteSelectJoinConfig
[]
Optional
limit
limit
?:
number
|
Placeholder
<
string
,
any
>
Optional
order
By
orderBy
?:
(
|
SQL
<
unknown
>
|
Aliased
<
unknown
>
|
SQLiteColumn
<
ColumnBaseConfig
<
ColumnDataType
,
string
>
,
{}
,
{}
>
)
[]
Optional
returning
returning
?:
SelectedFieldsOrdered
set
set
:
UpdateSet
table
table
:
SQLiteTable
Optional
where
where
?:
SQL
<
unknown
>
Optional
with
List
withList
?:
Subquery
<
string
,
Record
<
string
,
unknown
>
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
from
joins
limit
order
By
returning
set
table
where
with
List
Documentation
Loading...