Package org.jooq

Class Constants


  • public final class Constants
    extends java.lang.Object
    Some publicly available constants used in jOOQ
    Author:
    Lukas Eder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CP_CODEGEN
      The current jooq-codegen XSD classpath location.
      static java.lang.String CP_EXPORT
      The current jooq-export XSD classpath location.
      static java.lang.String CP_META
      The current jooq-meta XSD classpath location.
      static java.lang.String CP_RUNTIME
      The current jooq-runtime XSD classpath location.
      static java.lang.String FULL_VERSION
      The latest jOOQ full version.
      static int MAX_ROW_DEGREE
      The maximum degree of Row and Record subtypes
      static java.lang.String MINOR_VERSION
      The latest jOOQ minor version.
      static java.lang.String NS_CODEGEN
      The current jooq-codegen XML namespace.
      static java.lang.String NS_EXPORT
      The current jooq-export XML namespace.
      static java.lang.String NS_META
      The current jooq-meta XML namespace.
      static java.lang.String NS_RUNTIME
      The current jooq-runtime XML namespace.
      static java.lang.String VERSION
      The latest jOOQ version.
      static java.lang.String XSD_CODEGEN
      The current jooq-codegen XSD file name.
      static java.lang.String XSD_EXPORT
      The current jooq-export XSD file name.
      static java.lang.String XSD_META
      The current jooq-meta XSD file name.
      static java.lang.String XSD_RUNTIME
      The current jooq-runtime XSD file name.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MINOR_VERSION

        public static final java.lang.String MINOR_VERSION
        The latest jOOQ minor version.
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        The latest jOOQ version.

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

        See Also:
        Constant Field Values
      • FULL_VERSION

        public static final java.lang.String FULL_VERSION
        The latest jOOQ full version.

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

        See Also:
        Constant Field Values
      • XSD_RUNTIME

        public static final java.lang.String XSD_RUNTIME
        The current jooq-runtime XSD file name.
        See Also:
        Constant Field Values
      • NS_RUNTIME

        public static final java.lang.String NS_RUNTIME
        The current jooq-runtime XML namespace.
        See Also:
        Constant Field Values
      • CP_RUNTIME

        public static final java.lang.String CP_RUNTIME
        The current jooq-runtime XSD classpath location.
        See Also:
        Constant Field Values
      • XSD_EXPORT

        public static final java.lang.String XSD_EXPORT
        The current jooq-export XSD file name.
        See Also:
        Constant Field Values
      • NS_EXPORT

        public static final java.lang.String NS_EXPORT
        The current jooq-export XML namespace.
        See Also:
        Constant Field Values
      • CP_EXPORT

        public static final java.lang.String CP_EXPORT
        The current jooq-export XSD classpath location.
        See Also:
        Constant Field Values
      • XSD_META

        public static final java.lang.String XSD_META
        The current jooq-meta XSD file name.
        See Also:
        Constant Field Values
      • NS_META

        public static final java.lang.String NS_META
        The current jooq-meta XML namespace.
        See Also:
        Constant Field Values
      • CP_META

        public static final java.lang.String CP_META
        The current jooq-meta XSD classpath location.
        See Also:
        Constant Field Values
      • XSD_CODEGEN

        public static final java.lang.String XSD_CODEGEN
        The current jooq-codegen XSD file name.
        See Also:
        Constant Field Values
      • NS_CODEGEN

        public static final java.lang.String NS_CODEGEN
        The current jooq-codegen XML namespace.
        See Also:
        Constant Field Values
      • CP_CODEGEN

        public static final java.lang.String CP_CODEGEN
        The current jooq-codegen XSD classpath location.
        See Also:
        Constant Field Values