ModelBuilder
Attributes
- Source
- DerbyProfile.scala
- Graph
-
- Supertypes
Members list
Grouped members
Basic customization overrides
Column model builder.
Column model builder.
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class H2ColumnBuilderclass MySQLColumnBuilderclass OracleColumnBuilderclass PostgresColumnBuilderclass SQLServerColumnBuilderclass SQLiteColumnBuilderShow all
Table model builder
Table model builder
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Column model builder factory. Override for customization.
Column model builder factory. Override for customization.
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Table model builder factory. Override for customization.
Table model builder factory. Override for customization.
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Type members
Classlikes
Attributes
- Source
- DerbyProfile.scala
- Supertypes
Inherited classlikes
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PostgresIndexBuilder
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MySQLPrimaryKeyBuilderclass SQLitePrimaryKeyBuilder
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DerbyTableNamerclass H2TableNamerclass HsqldbTableNamerclass MySQLTableNamerclass PostgresTableNamer
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- DerbyProfile.scala
Inherited methods
Creates a Slick data model from jdbc meta data. Foreign keys pointing out of the given tables are not included.
Creates a Slick data model from jdbc meta data. Foreign keys pointing out of the given tables are not included.
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Converts from java.sql.Types w/ type name to the corresponding Java class name (with fully qualified path).
Converts from java.sql.Types w/ type name to the corresponding Java class name (with fully qualified path).
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Read the column metadata for a table in ordinal position order
Read the column metadata for a table in ordinal position order
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Read the foreign key metadata for a table grouped by name and in key sequence order
Read the foreign key metadata for a table grouped by name and in key sequence order
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Read the index metadata grouped by name and in ordinal position order
Read the index metadata grouped by name and in ordinal position order
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Read the primary key metadata for a table in key sequence order
Read the primary key metadata for a table in key sequence order
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Inherited fields
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala
Attributes
- Inherited from:
- JdbcModelBuilder
- Source
- JdbcModelBuilder.scala