com
.
typesafe
.
slick
.
testkit
.
tests
.
UnionTest
Employees
Related Doc:
package UnionTest
class
Employees
extends
Table
[(
Int
,
String
,
Int
)]
Source
UnionTest.scala
Linear Supertypes
util.RelationalTestDB.Profile.Table
[(
Int
,
String
,
Int
)],
AbstractTable
[(
Int
,
String
,
Int
)],
Rep
[(
Int
,
String
,
Int
)],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Employees
Table
AbstractTable
Rep
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Employees
(
tag:
slick.relational.RelationalProfile.API.Tag
)
Type Members
final
type
TableElementType
= (
Int
,
String
,
Int
)
Definition Classes
Table → AbstractTable
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
*
:
ProvenShape
[(
Int
,
String
,
Int
)]
Definition Classes
Employees
→ AbstractTable
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Employees
to
any2stringadd
[
Employees
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
Employees
,
B
)
Implicit information
This member is added by an implicit conversion from
Employees
to
ArrowAssoc
[
Employees
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
O
:
util.RelationalTestDB.Profile.columnOptions
.type
Definition Classes
Table
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
collectFieldSymbols
(
n:
Node
)
:
Iterable
[
FieldSymbol
]
Attributes
protected[this]
Definition Classes
AbstractTable
def
column
[
C
]
(
n:
String
,
options:
ColumnOption
[
C
]*
)
(
implicit
tt:
TypedType
[
C
]
)
:
Rep
[
C
]
Definition Classes
Table
def
create_*
:
Iterable
[
FieldSymbol
]
Definition Classes
AbstractTable
def
departmentIs
(
dept:
String
)
:
Rep
[
Boolean
]
def
encodeRef
(
path:
Node
)
:
AbstractTable
[(
Int
,
String
,
Int
)]
Definition Classes
AbstractTable → Rep
def
ensuring
(
cond: (
Employees
) ⇒
Boolean
,
msg: ⇒
Any
)
:
Employees
Implicit information
This member is added by an implicit conversion from
Employees
to
Ensuring
[
Employees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
Employees
) ⇒
Boolean
)
:
Employees
Implicit information
This member is added by an implicit conversion from
Employees
to
Ensuring
[
Employees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
Employees
Implicit information
This member is added by an implicit conversion from
Employees
to
Ensuring
[
Employees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
Employees
Implicit information
This member is added by an implicit conversion from
Employees
to
Ensuring
[
Employees
] 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
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
foreignKey
[
P
,
PU
,
TT <:
AbstractTable
[_]
,
U
]
(
name:
String
,
sourceColumns:
P
,
targetTableQuery:
TableQuery
[
TT
]
)
(
targetColumns: (
TT
) ⇒
P
,
onUpdate:
ForeignKeyAction
,
onDelete:
ForeignKeyAction
)
(
implicit
unpack:
Shape
[_ <:
FlatShapeLevel
,
TT
,
U
, _]
,
unpackp:
Shape
[_ <:
FlatShapeLevel
,
P
,
PU
, _]
)
:
ForeignKeyQuery
[
TT
,
U
]
Definition Classes
AbstractTable
final
def
foreignKeys
:
Iterable
[
ForeignKey
]
Definition Classes
AbstractTable
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Employees
to
StringFormat
[
Employees
] 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
def
id
:
Rep
[
Int
]
def
index
[
T
]
(
name:
String
,
on:
T
,
unique:
Boolean
)
(
implicit
shape:
Shape
[_ <:
FlatShapeLevel
,
T
, _, _]
)
:
Index
Definition Classes
AbstractTable
def
indexes
:
Iterable
[
Index
]
Definition Classes
AbstractTable
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
manager
:
Rep
[
Int
]
def
name
:
Rep
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
primaryKey
[
T
]
(
name:
String
,
sourceColumns:
T
)
(
implicit
shape:
Shape
[_ <:
FlatShapeLevel
,
T
, _, _]
)
:
PrimaryKey
Definition Classes
AbstractTable
final
def
primaryKeys
:
Iterable
[
PrimaryKey
]
Definition Classes
AbstractTable
val
schemaName
:
Option
[
String
]
Definition Classes
AbstractTable
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tableConstraints
:
Iterator
[
Constraint
]
Definition Classes
AbstractTable
def
tableIdentitySymbol
:
TableIdentitySymbol
Definition Classes
Table → AbstractTable
val
tableName
:
String
Definition Classes
AbstractTable
lazy val
tableNode
:
TableNode
Definition Classes
AbstractTable
def
tableProvider
:
RelationalProfile
Definition Classes
Table
val
tableTag
:
Tag
Definition Classes
AbstractTable
def
toNode
:
Node
Definition Classes
AbstractTable → Rep
def
toString
()
:
String
Definition Classes
Rep → 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
(
...
)
def
→
[
B
]
(
y:
B
)
: (
Employees
,
B
)
Implicit information
This member is added by an implicit conversion from
Employees
to
ArrowAssoc
[
Employees
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
util.RelationalTestDB.Profile.Table
[(
Int
,
String
,
Int
)]
Inherited from
AbstractTable
[(
Int
,
String
,
Int
)]
Inherited from
Rep
[(
Int
,
String
,
Int
)]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
Employees
to
any2stringadd
[
Employees
]
Inherited by implicit conversion StringFormat from
Employees
to
StringFormat
[
Employees
]
Inherited by implicit conversion Ensuring from
Employees
to
Ensuring
[
Employees
]
Inherited by implicit conversion ArrowAssoc from
Employees
to
ArrowAssoc
[
Employees
]
Ungrouped