H2ModelBuilder
Attributes
- Source:
- H2Profile.scala
- Graph
- Supertypes
Members list
Basic customization overrides
Column model builder.
Column model builder.
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class H2ColumnBuilderclass MySQLColumnBuilderclass OracleColumnBuilderclass PostgresColumnBuilderclass SQLServerColumnBuilderclass SQLiteColumnBuilder
Table model builder
Table model builder
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Column model builder factory. Override for customization.
Column model builder factory. Override for customization.
Attributes
- Definition Classes
- Source:
- H2Profile.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:
- H2Profile.scala
- Graph
- Supertypes
Attributes
- Source:
- H2Profile.scala
- Graph
- Supertypes
Inherited classlikes
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class PostgresIndexBuilder
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class MySQLPrimaryKeyBuilderclass SQLitePrimaryKeyBuilder
Attributes
- Inherited from:
- JdbcModelBuilder
- Source:
- JdbcModelBuilder.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class DerbyTableNamerclass H2TableNamerclass HsqldbTableNamerclass MySQLTableNamerclass PostgresTableNamer
Value members
Concrete methods
Attributes
- Definition Classes
- Source:
- H2Profile.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