org
.
tresql
.
ORT
DeleteChildrenExpr
Related Doc:
package ORT
case class
DeleteChildrenExpr
(
obj:
String
,
table:
String
,
expr:
Expr
)
extends
BaseExpr
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ORT.BaseExpr
,
ORT.PrimitiveExpr
,
Expr
,
Ordered
[
Expr
],
Comparable
[
Expr
], () ⇒
Any
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DeleteChildrenExpr
Serializable
Serializable
Product
Equals
BaseExpr
PrimitiveExpr
Expr
Ordered
Comparable
Function0
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DeleteChildrenExpr
(
obj:
String
,
table:
String
,
expr:
Expr
)
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
apply
()
:
Any
Definition Classes
DeleteChildrenExpr
→
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
def
compare
(
that:
Expr
)
:
Int
Definition Classes
Expr
→ Ordered
def
compareTo
(
that:
Expr
)
:
Int
Definition Classes
Ordered → Comparable
def
defaultSQL
:
String
Definition Classes
DeleteChildrenExpr
→
Expr
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
expr
:
Expr
def
exprType
:
Class
[_]
Definition Classes
Expr
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
val
idName
:
String
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
obj
:
String
def
sql
:
String
Definition Classes
Expr
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
table
:
String
def
toString
()
:
String
Definition Classes
Expr
→ Function0 → AnyRef → Any
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
|
(
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
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ORT.BaseExpr
Inherited from
ORT.PrimitiveExpr
Inherited from
Expr
Inherited from
Ordered
[
Expr
]
Inherited from
Comparable
[
Expr
]
Inherited from () ⇒
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped