Polyglot SQL API Documentation - v0.9.2
GitHub
npm
Preparing search index...
UpdateBuilder
Class UpdateBuilder
Hierarchy
StatefulBuilder
UpdateBuilder
Index
Constructors
constructor
Methods
build
free
from
set
to
Sql
where
Constructors
constructor
new
UpdateBuilder
(
tableName
:
string
)
:
UpdateBuilder
Parameters
tableName
:
string
Returns
UpdateBuilder
Methods
build
build
()
:
unknown
Returns
unknown
free
free
()
:
void
Returns
void
from
from
(
tableName
:
string
)
:
this
Parameters
tableName
:
string
Returns
this
set
set
(
column
:
string
,
value
:
ExprInput
)
:
this
Parameters
column
:
string
value
:
ExprInput
Returns
this
to
Sql
toSql
(
dialect
?:
string
)
:
string
Parameters
dialect
:
string
= 'generic'
Returns
string
where
where
(
condition
:
ExprInput
)
:
this
Parameters
condition
:
ExprInput
Returns
this
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
free
from
set
to
Sql
where
GitHub
npm
Polyglot SQL API Documentation - v0.9.2
Loading...