slick
.
memory
.
DistributedProfile
DistributedQueryInterpreter
Related Doc:
package DistributedProfile
class
DistributedQueryInterpreter
extends
QueryInterpreter
Source
DistributedProfile.scala
Linear Supertypes
QueryInterpreter
,
Logging
,
AnyRef
,
Any
Type Hierarchy
DistributedQueryInterpreter
QueryInterpreter
Ordering
Alphabetic
By Inheritance
Inherited
DistributedQueryInterpreter
QueryInterpreter
Logging
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DistributedQueryInterpreter
(
param:
Any
,
session:
SessionDef
)
Type Members
type
Coll
=
Iterable
[
Any
]
Definition Classes
QueryInterpreter
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
any2stringadd
[
DistributedQueryInterpreter
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
DistributedQueryInterpreter
,
B
)
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
ArrowAssoc
[
DistributedQueryInterpreter
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
asBoolean
(
v:
Any
)
:
Boolean
Definition Classes
QueryInterpreter
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compileLikePattern
(
s:
String
,
escape:
Option
[
Char
]
)
:
Pattern
Definition Classes
QueryInterpreter
def
createNullRow
(
tpe:
Type
)
:
Any
Definition Classes
QueryInterpreter
def
ensuring
(
cond: (
DistributedQueryInterpreter
) ⇒
Boolean
,
msg: ⇒
Any
)
:
DistributedQueryInterpreter
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
Ensuring
[
DistributedQueryInterpreter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
DistributedQueryInterpreter
) ⇒
Boolean
)
:
DistributedQueryInterpreter
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
Ensuring
[
DistributedQueryInterpreter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
DistributedQueryInterpreter
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
Ensuring
[
DistributedQueryInterpreter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
DistributedQueryInterpreter
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
Ensuring
[
DistributedQueryInterpreter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
evalFunction
(
sym:
TermSymbol
,
args:
Seq
[(
Type
,
Any
)]
,
retType:
Type
)
:
Any
Definition Classes
QueryInterpreter
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
StringFormat
[
DistributedQueryInterpreter
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
var
indent
:
Int
Definition Classes
QueryInterpreter
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
logDebug
(
msg:
String
)
:
Unit
Definition Classes
QueryInterpreter
lazy val
logger
:
SlickLogger
Attributes
protected[this]
Definition Classes
QueryInterpreter
→
Logging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
reduceOptionIt
[
T
]
(
it:
Iterator
[
Any
]
,
opt:
Boolean
,
map: (
Any
) ⇒
T
,
reduce: (
T
,
T
) ⇒
T
)
:
Option
[
T
]
Definition Classes
QueryInterpreter
def
run
(
n:
Node
)
:
Any
Definition Classes
DistributedQueryInterpreter
→
QueryInterpreter
val
scope
:
HashMap
[
TermSymbol
,
Any
]
Definition Classes
QueryInterpreter
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unwrapSingleColumn
(
coll:
Coll
,
tpe:
Type
)
: (
Iterator
[
Any
],
Type
)
Definition Classes
QueryInterpreter
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
(
...
)
def
wrapScalaValue
(
value:
Any
,
tpe:
Type
)
:
Any
def
→
[
B
]
(
y:
B
)
: (
DistributedQueryInterpreter
,
B
)
Implicit information
This member is added by an implicit conversion from
DistributedQueryInterpreter
to
ArrowAssoc
[
DistributedQueryInterpreter
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
QueryInterpreter
Inherited from
Logging
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
DistributedQueryInterpreter
to
any2stringadd
[
DistributedQueryInterpreter
]
Inherited by implicit conversion StringFormat from
DistributedQueryInterpreter
to
StringFormat
[
DistributedQueryInterpreter
]
Inherited by implicit conversion Ensuring from
DistributedQueryInterpreter
to
Ensuring
[
DistributedQueryInterpreter
]
Inherited by implicit conversion ArrowAssoc from
DistributedQueryInterpreter
to
ArrowAssoc
[
DistributedQueryInterpreter
]
Ungrouped