org
.
tresql
.
ORT
InsertOrUpdateExpr
case class
InsertOrUpdateExpr
(
table:
String
,
insertExpr:
Expr
,
updateExpr:
Expr
)
extends
BaseExpr
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ORT.BaseExpr
,
ORT.PrimitiveExpr
,
Expr
, () ⇒
Any
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
InsertOrUpdateExpr
Serializable
Serializable
Product
Equals
BaseExpr
PrimitiveExpr
Expr
Function0
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
InsertOrUpdateExpr
(
table:
String
,
insertExpr:
Expr
,
updateExpr:
Expr
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
apply
()
:
Any
Definition Classes
InsertOrUpdateExpr
→
BaseExpr
→
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
defaultSQL
:
String
Definition Classes
InsertOrUpdateExpr
→
Expr
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
exprType
:
Class
[_]
Definition Classes
Expr
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
val
idName
:
String
val
insertExpr
:
Expr
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
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
val
updateExpr
:
Expr
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
(
...
)
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 () ⇒
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped