org
.
tresql
.
QueryBuilder
WithUpdateExpr
Related Doc:
package QueryBuilder
class
WithUpdateExpr
extends
Query.UpdateExpr
with
Query.WithExpr
Linear Supertypes
Query.WithExpr
,
Query.UpdateExpr
,
Query.DeleteExpr
,
Serializable
,
Serializable
,
Product
,
Equals
,
Query.BaseExpr
,
Query.PrimitiveExpr
,
Expr
,
Ordered
[
Expr
],
Comparable
[
Expr
], () ⇒
Any
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
WithUpdateExpr
WithExpr
UpdateExpr
DeleteExpr
Serializable
Serializable
Product
Equals
BaseExpr
PrimitiveExpr
Expr
Ordered
Comparable
Function0
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
WithUpdateExpr
(
tables:
List
[
Query.WithTableExpr
]
,
query:
Query.UpdateExpr
)
Type Members
type
Number
=
BigDecimal
Definition Classes
Expr
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
&
(
e:
Expr
)
:
Boolean
Definition Classes
Expr
def
*
(
e:
Expr
)
:
BigDecimal
Definition Classes
Expr
def
+
(
e:
Expr
)
:
Serializable
Definition Classes
Expr
def
-
(
e:
Expr
)
:
BigDecimal
Definition Classes
Expr
def
/
(
e:
Expr
)
:
BigDecimal
Definition Classes
Expr
def
<
(
that:
Expr
)
:
Boolean
Definition Classes
Ordered
def
<=
(
that:
Expr
)
:
Boolean
Definition Classes
Ordered
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
>
(
that:
Expr
)
:
Boolean
Definition Classes
Ordered
def
>=
(
that:
Expr
)
:
Boolean
Definition Classes
Ordered
def
_sql
:
String
Attributes
protected
Definition Classes
UpdateExpr
→
DeleteExpr
val
alias
:
String
Definition Classes
DeleteExpr
def
apply
()
:
Any
Definition Classes
UpdateExpr
→
DeleteExpr
→
Expr
→ Function0
def
apply
(
params:
Map
[
String
,
Any
]
)
:
Any
Definition Classes
BaseExpr
→
Expr
def
apply
(
params:
Seq
[
Any
]
)
:
Any
Definition Classes
Expr
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
builder
:
Query
Definition Classes
PrimitiveExpr
→
Expr
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
def
close
:
Unit
Definition Classes
BaseExpr
→
Expr
val
cols
:
List
[
Expr
]
Definition Classes
UpdateExpr
def
compare
(
that:
Expr
)
:
Int
Definition Classes
Expr
→ Ordered
def
compareTo
(
that:
Expr
)
:
Int
Definition Classes
Ordered → Comparable
def
defaultSQL
:
String
Definition Classes
WithExpr
→
Expr
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
exprType
:
Class
[_]
Definition Classes
Expr
val
filter
:
List
[
Expr
]
Definition Classes
DeleteExpr
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
in
(
inList:
List
[
Expr
]
)
:
Boolean
Definition Classes
Expr
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
notIn
(
inList:
List
[
Expr
]
)
:
Boolean
Definition Classes
Expr
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
val
query
:
Query.UpdateExpr
Definition Classes
WithUpdateExpr
→
WithExpr
val
returning
:
Option
[
Query.ColsExpr
]
Definition Classes
DeleteExpr
def
returningSql
:
String
Attributes
protected
Definition Classes
DeleteExpr
def
sql
:
String
Definition Classes
Expr
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
table
:
Query.IdentExpr
Definition Classes
DeleteExpr
val
tables
:
List
[
Query.WithTableExpr
]
Definition Classes
WithUpdateExpr
→
WithExpr
def
toString
()
:
String
Definition Classes
Expr
→ Function0 → AnyRef → Any
val
using
:
Expr
Definition Classes
DeleteExpr
val
vals
:
Expr
Definition Classes
UpdateExpr
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
where
:
String
Definition Classes
DeleteExpr
def
|
(
e:
Expr
)
:
Boolean
Definition Classes
Expr
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Query.WithExpr
Inherited from
Query.UpdateExpr
Inherited from
Query.DeleteExpr
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Query.BaseExpr
Inherited from
Query.PrimitiveExpr
Inherited from
Expr
Inherited from
Ordered
[
Expr
]
Inherited from
Comparable
[
Expr
]
Inherited from () ⇒
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped