Klasse Constants

java.lang.Object
org.jooq.codegen.Constants

public final class Constants extends Object
Some publicly available constants used in jOOQ
Autor:
Lukas Eder
  • Felddetails

    • GROUP_ID

      public static final String GROUP_ID
      The Maven groupId used for this edition / distribution
      Siehe auch:
    • MINOR_VERSION

      public static final String MINOR_VERSION
      The latest jOOQ minor version.
      Siehe auch:
    • VERSION

      public static final String VERSION
      The latest jOOQ version.

      This is the same as MINOR_VERSION, but it may include patch version suffixes.

      Siehe auch:
    • FULL_VERSION

      public static final String FULL_VERSION
      The latest jOOQ full version.

      This is the same as VERSION, but it may include release candidate and other suffixes.

      Siehe auch:
    • XSD_RUNTIME

      public static final String XSD_RUNTIME
      The current jooq-runtime XSD file name.
      Siehe auch:
    • NS_RUNTIME

      public static final String NS_RUNTIME
      The current jooq-runtime XML namespace.
      Siehe auch:
    • CP_RUNTIME

      public static final String CP_RUNTIME
      The current jooq-runtime XSD classpath location.
      Siehe auch:
    • XSD_EXPORT

      public static final String XSD_EXPORT
      The current jooq-export XSD file name.
      Siehe auch:
    • NS_EXPORT

      public static final String NS_EXPORT
      The current jooq-export XML namespace.
      Siehe auch:
    • CP_EXPORT

      public static final String CP_EXPORT
      The current jooq-export XSD classpath location.
      Siehe auch:
    • XSD_META

      public static final String XSD_META
      The current jooq-meta XSD file name.
      Siehe auch:
    • NS_META

      public static final String NS_META
      The current jooq-meta XML namespace.
      Siehe auch:
    • CP_META

      public static final String CP_META
      The current jooq-meta XSD classpath location.
      Siehe auch:
    • XSD_MIGRATIONS

      public static final String XSD_MIGRATIONS
      The current jooq-migrations XSD file name.
      Siehe auch:
    • NS_MIGRATIONS

      public static final String NS_MIGRATIONS
      The current jooq-migrations XML namespace.
      Siehe auch:
    • CP_MIGRATIONS

      public static final String CP_MIGRATIONS
      The current jooq-migrations XSD classpath location.
      Siehe auch:
    • XSD_CODEGEN

      public static final String XSD_CODEGEN
      The current jooq-codegen XSD file name.
      Siehe auch:
    • NS_CODEGEN

      public static final String NS_CODEGEN
      The current jooq-codegen XML namespace.
      Siehe auch:
    • CP_CODEGEN

      public static final String CP_CODEGEN
      The current jooq-codegen XSD classpath location.
      Siehe auch:
    • MAX_ROW_DEGREE

      public static final int MAX_ROW_DEGREE
      The maximum degree of
      ungültiges @link
      Row
      and Record subtypes
      Siehe auch:
    • VERSION_3_15

      public static final String VERSION_3_15
      The minor release 3.15.
      Siehe auch:
    • VERSION_3_16

      public static final String VERSION_3_16
      The minor release 3.16.
      Siehe auch:
    • VERSION_3_17

      public static final String VERSION_3_17
      The minor release 3.17.
      Siehe auch:
    • VERSION_3_18

      public static final String VERSION_3_18
      The minor release 3.18.
      Siehe auch: