Dialect
slick.migration.api.Dialect
Base class for database dialects. Provides methods that return the dialect-specific SQL strings for performing various database operations. The most important method is perhaps migrateTable, which is called from TableMigration#sql. These methods are to be overridden in database-specific subclasses as needed.
Type parameters
- P
-
The corresponding Slick driver type. Not used, but may come in handy in certain situations.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DerbyDialectclass H2Dialectclass HsqldbDialectclass MySQLDialectclass OracleDialectclass PostgresDialectclass SQLiteDialect
Members list
In this article