Interface VersionPostgreSQL

All Superinterfaces:
SQL, VersionSQL

public interface VersionPostgreSQL extends VersionSQL
PostgreSQL-specific implementation of VersionSQL.
Since:
1.10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    upsert(String name)
    Inserts or updates the version name.

    Methods inherited from interface VersionSQL

    find
  • Method Details

    • upsert

      void upsert(String name)
      Description copied from interface: VersionSQL
      Inserts or updates the version name.
      Specified by:
      upsert in interface VersionSQL
      Parameters:
      name - the version name to persist