Polyglot SQL API Documentation - v0.9.2
GitHub
npm
Preparing search index...
DeleteBuilder
Class DeleteBuilder
Hierarchy
StatefulBuilder
DeleteBuilder
Index
Constructors
constructor
Methods
build
free
to
Sql
where
Constructors
constructor
new
DeleteBuilder
(
tableName
:
string
)
:
DeleteBuilder
Parameters
tableName
:
string
Returns
DeleteBuilder
Methods
build
build
()
:
unknown
Returns
unknown
free
free
()
:
void
Returns
void
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
to
Sql
where
GitHub
npm
Polyglot SQL API Documentation - v0.9.2
Loading...