Postgres
com.mchange.sc.zsqlutil.zmigrate.ZMigratory.Postgres
trait Postgres[T <: Schema] extends ZMigratory[T]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Inherited and Abstract methods
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
Inherited fields
Attributes
- Inherited from:
- ZMigratory
Inherited and Abstract fields
Should be overridden a name with no special characters except - or _, e.g. feedletter-pg
Should be overridden a name with no special characters except - or _, e.g. feedletter-pg
Attributes
- Inherited from:
- ZMigratory
Attributes
- Inherited from:
- ZMigratory
The initial version of the database should include a "metadata" table which maps String keys to String values. Absence of this table will be taken to mean no version of the schema has been initialized.
The initial version of the database should include a "metadata" table which maps String keys to String values. Absence of this table will be taken to mean no version of the schema has been initialized.
Attributes
- Inherited from:
- ZMigratory
In this article