org
.
tresql
.
QueryBuilder
InsertExpr
Related Doc:
package QueryBuilder
class
InsertExpr
extends
Query.DeleteExpr
Linear Supertypes
Query.DeleteExpr
,
Serializable
,
Serializable
,
Product
,
Equals
,
Query.BaseExpr
,
Query.PrimitiveExpr
,
Expr
, () ⇒
Any
,
AnyRef
,
Any
Known Subclasses
WithInsertExpr
Ordering
Alphabetic
By Inheritance
Inherited
InsertExpr
DeleteExpr
Serializable
Serializable
Product
Equals
BaseExpr
PrimitiveExpr
Expr
Function0
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
InsertExpr
(
table:
Query.IdentExpr
,
alias:
String
,
cols:
List
[
Expr
]
,
vals:
Expr
,
returning:
Option
[
Query.ColsExpr
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
_sql
:
String
Attributes
protected
Definition Classes
InsertExpr
→
DeleteExpr
val
alias
:
String
Definition Classes
DeleteExpr
def
apply
()
:
Any
Definition Classes
InsertExpr
→
DeleteExpr
→
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
val
cols
:
List
[
Expr
]
def
defaultSQL
:
String
Definition Classes
DeleteExpr
→
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
()
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
()
val
returning
:
Option
[
Query.ColsExpr
]
Definition Classes
DeleteExpr
def
returningSql
:
String
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
def
toString
()
:
String
Definition Classes
Expr
→ Function0 → AnyRef → Any
val
using
:
Expr
Definition Classes
DeleteExpr
val
vals
:
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
(
...
)
def
where
:
String
Definition Classes
DeleteExpr
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.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 () ⇒
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped