hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLDeleteStatement.setTableSource
hunt
sql
ast
statement
SQLDeleteStatement
SQLDeleteStatement
Undocumented in source. Be warned that the author may not have intended to support it.
void
setTableSource
(SQLExpr expr)
class
SQLDeleteStatement
void
setTableSource
(
SQLExpr
expr
)
void
setTableSource
(SQLTableSource tableSource)
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLDeleteStatement
SQLDeleteStatement
constructors
this
functions
accept0
addCondition
addWhere
clone
cloneTo
getAlias
getChildren
getExprTableSource
getFrom
getTableName
getTableSource
getUsing
getWhere
getWith
isOnly
removeCondition
replace
setAlias
setFrom
setOnly
setTableName
setTableSource
setUsing
setWhere
setWith
variables
_with
from
only
tableSource
using
where