PostgresIndexBuilder
slick.jdbc.PostgresProfile.ModelBuilder.PostgresIndexBuilder
class PostgresIndexBuilder(tableBuilder: TableBuilder, meta: Seq[MIndexInfo]) extends IndexBuilder
Attributes
- Source
- PostgresProfile.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- PostgresProfile.scala
Inherited methods
Indicates wether an index should be generated. Disabled by default for:
Indicates wether an index should be generated. Disabled by default for:
- indexType == tableIndexStatistic
- indices matching primary key
- non-unique indices matching foreign keys referencing columns
- indices matching foreign keys referenced columns
Attributes
- Inherited from:
- IndexBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- IndexBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- IndexBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- IndexBuilder
- Source
- JdbcModelBuilder.scala
In this article