io
.
slicker
.
postgres
TableWithId
Related Doc:
package postgres
abstract
class
TableWithId
[
Id
,
R
]
extends
postgres.PostgresDriver.SlickAPI.Table
[
R
]
Linear Supertypes
PostgresDriver.Table
[
R
],
AbstractTable
[
R
],
Rep
[
R
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
TableWithId
Table
AbstractTable
Rep
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
TableWithId
(
tag:
PostgresDriver.SlickAPI.Tag
,
tableName:
String
)
Type Members
final
type
TableElementType
=
R
Definition Classes
Table → AbstractTable
Abstract Value Members
abstract
def
*
:
ProvenShape
[
R
]
Definition Classes
AbstractTable
abstract
def
id
:
PostgresDriver.SlickAPI.Rep
[
Id
]
Concrete 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
val
O
:
PostgresDriver.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
encodeRef
(
path:
Node
)
:
AbstractTable
[
R
]
Definition Classes
AbstractTable → Rep
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
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
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
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
:
RelationalDriver
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
(
...
)
Inherited from
PostgresDriver.Table
[
R
]
Inherited from
AbstractTable
[
R
]
Inherited from
Rep
[
R
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped