org
.
tresql
.
QueryBuilder
WithBinExpr
Related Doc:
package QueryBuilder
case class
WithBinExpr
(
tables:
List
[
Query.WithTableExpr
]
,
query:
Query.BinExpr
)
extends
Query.BaseExpr
with
Query.WithExpr
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Query.WithExpr
,
Query.BaseExpr
,
Query.PrimitiveExpr
,
Expr
, () ⇒
Any
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
WithBinExpr
Serializable
Serializable
Product
Equals
WithExpr
BaseExpr
PrimitiveExpr
Expr
Function0
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
WithBinExpr
(
tables:
List
[
Query.WithTableExpr
]
,
query:
Query.BinExpr
)
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
apply
()
:
Result
[
RowLike
]
Definition Classes
WithBinExpr
→
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
@throws
(
...
)
def
close
:
Unit
Definition Classes
BaseExpr
→
Expr
def
defaultSQL
:
String
Definition Classes
WithExpr
→
Expr
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
exprType
:
Class
[_]
Definition Classes
Expr
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
query
:
Query.BinExpr
Definition Classes
WithBinExpr
→
WithExpr
def
sql
:
String
Definition Classes
Expr
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tables
:
List
[
Query.WithTableExpr
]
Definition Classes
WithBinExpr
→
WithExpr
def
toString
()
:
String
Definition Classes
Expr
→ Function0 → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Query.WithExpr
Inherited from
Query.BaseExpr
Inherited from
Query.PrimitiveExpr
Inherited from
Expr
Inherited from () ⇒
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped