java.lang.Object
org.jooq.Constants
Some publicly available constants used in jOOQ
- Author:
- Lukas Eder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The build date of this version.static final String
The current jooq-codegen XSD classpath location.static final String
The current jooq-export XSD classpath location.static final String
The current jooq-meta XSD classpath location.static final String
The current jooq-migrations XSD classpath location.static final String
The current jooq-runtime XSD classpath location.static final String
The latest jOOQ full version.static final String
The Maven groupId used for this edition / distributionstatic final int
static final String
The latest jOOQ minor version.static final String
The current jooq-codegen XML namespace.static final String
The current jooq-export XML namespace.static final String
The current jooq-meta XML namespace.static final String
The current jooq-migrations XML namespace.static final String
The current jooq-runtime XML namespace.static final String
The latest jOOQ version.static final String
The minor release 3.15.static final String
The minor release 3.16.static final String
The minor release 3.17.static final String
The minor release 3.18.static final String
The current jooq-codegen XSD file name.static final String
The current jooq-export XSD file name.static final String
The current jooq-meta XSD file name.static final String
The current jooq-migrations XSD file name.static final String
The current jooq-runtime XSD file name. -
Method Summary
-
Field Details
-
GROUP_ID
The Maven groupId used for this edition / distribution- See Also:
-
MINOR_VERSION
The latest jOOQ minor version.- See Also:
-
VERSION
The latest jOOQ version.This is the same as
MINOR_VERSION
, but it may include patch version suffixes.- See Also:
-
FULL_VERSION
The latest jOOQ full version.This is the same as
VERSION
, but it may include release candidate and other suffixes.- See Also:
-
BUILD_DATE
The build date of this version.- See Also:
-
XSD_RUNTIME
The current jooq-runtime XSD file name.- See Also:
-
NS_RUNTIME
The current jooq-runtime XML namespace.- See Also:
-
CP_RUNTIME
The current jooq-runtime XSD classpath location.- See Also:
-
XSD_EXPORT
The current jooq-export XSD file name.- See Also:
-
NS_EXPORT
The current jooq-export XML namespace.- See Also:
-
CP_EXPORT
The current jooq-export XSD classpath location.- See Also:
-
XSD_META
The current jooq-meta XSD file name.- See Also:
-
NS_META
The current jooq-meta XML namespace.- See Also:
-
CP_META
The current jooq-meta XSD classpath location.- See Also:
-
XSD_MIGRATIONS
The current jooq-migrations XSD file name.- See Also:
-
NS_MIGRATIONS
The current jooq-migrations XML namespace.- See Also:
-
CP_MIGRATIONS
The current jooq-migrations XSD classpath location.- See Also:
-
XSD_CODEGEN
The current jooq-codegen XSD file name.- See Also:
-
NS_CODEGEN
The current jooq-codegen XML namespace.- See Also:
-
CP_CODEGEN
The current jooq-codegen XSD classpath location.- See Also:
-
MAX_ROW_DEGREE
public static final int MAX_ROW_DEGREE- See Also:
-
VERSION_3_15
The minor release 3.15.- See Also:
-
VERSION_3_16
The minor release 3.16.- See Also:
-
VERSION_3_17
The minor release 3.17.- See Also:
-
VERSION_3_18
The minor release 3.18.- See Also:
-