Documentation
Preparing search index...
@saltcorn/db-common
sqlite-commons
SqlAndValues
Type Alias SqlAndValues
return type of buildInsertSql() wraps the INSERT sql string and the values to insert
type
SqlAndValues
=
{
sql
:
string
;
valList
:
any
[]
;
}
Index
Properties
sql
val
List
Properties
sql
sql
:
string
val
List
valList
:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
sql
val
List
Documentation
Loading...
return type of buildInsertSql() wraps the INSERT sql string and the values to insert