hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLBinaryOpExpr.this
hunt
sql
ast
expr
SQLBinaryOpExpr
SQLBinaryOpExpr
Undocumented in source.
this
()
this
(string dbType)
this
(SQLExpr left, SQLBinaryOperator operator, SQLExpr right)
class
SQLBinaryOpExpr
this
(
SQLExpr
left
,
SQLBinaryOperator
operator
,
SQLExpr
right
)
this
(SQLExpr left, SQLBinaryOperator operator, SQLExpr right, string dbType)
this
(SQLExpr left, SQLExpr right, SQLBinaryOperator operator)
Meta
Source
See Implementation
hunt
sql
ast
expr
SQLBinaryOpExpr
SQLBinaryOpExpr
constructors
this
functions
accept0
clone
computeDataType
conditionContainsColumn
conditionContainsTable
contains
equalsIgoreOrder
getChildren
getDbType
getLeft
getMergedList
getOperator
getRight
isBracket
opEquals
other
output
replace
setBracket
setDbType
setLeft
setOperator
setRight
toHash
toString
static functions
and
andIfNotExists
combine
isNotNull
isNull
merge
split
variables
dbType
left
mergedList
operator
right