sqlkit
Preparing search index...
buildSetClause
Function buildSetClause
buildSetClause
<
T
>
(
data
:
Partial
<
T
>
,
startValues
?:
any
[]
,
)
:
{
setClause
:
string
;
values
:
any
[]
}
Builds a SET clause for UPDATE SQL statements with proper type handling
Type Parameters
T
Parameters
data
:
Partial
<
T
>
startValues
:
any
[]
= []
Returns
{
setClause
:
string
;
values
:
any
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
sqlkit
Loading...
Builds a SET clause for UPDATE SQL statements with proper type handling