java.lang.Object
org.jooq.Constants
Some publicly available constants used in jOOQ
- Author:
- Lukas Eder
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
The current jooq-codegen XSD classpath location.static String
The current jooq-export XSD classpath location.static String
The current jooq-meta XSD classpath location.static String
The current jooq-migrations XSD classpath location.static String
The current jooq-runtime XSD classpath location.static String
The latest jOOQ full version.static String
The Maven groupId used for this edition / distributionstatic int
static String
The latest jOOQ minor version.static String
The current jooq-codegen XML namespace.static String
The current jooq-export XML namespace.static String
The current jooq-meta XML namespace.static String
The current jooq-migrations XML namespace.static String
The current jooq-runtime XML namespace.static String
The latest jOOQ version.static String
The current jooq-codegen XSD file name.static String
The current jooq-export XSD file name.static String
The current jooq-meta XSD file name.static String
The current jooq-migrations XSD file name.static String
The current jooq-runtime XSD file name. -
Method Summary
-
Field Details
-
GROUP_ID
The Maven groupId used for this edition / distribution- See Also:
- Constant Field Values
-
MINOR_VERSION
The latest jOOQ minor version.- See Also:
- Constant Field Values
-
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
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
The current jooq-runtime XSD file name.- See Also:
- Constant Field Values
-
NS_RUNTIME
The current jooq-runtime XML namespace.- See Also:
- Constant Field Values
-
CP_RUNTIME
The current jooq-runtime XSD classpath location.- See Also:
- Constant Field Values
-
XSD_EXPORT
The current jooq-export XSD file name.- See Also:
- Constant Field Values
-
NS_EXPORT
The current jooq-export XML namespace.- See Also:
- Constant Field Values
-
CP_EXPORT
The current jooq-export XSD classpath location.- See Also:
- Constant Field Values
-
XSD_META
The current jooq-meta XSD file name.- See Also:
- Constant Field Values
-
NS_META
The current jooq-meta XML namespace.- See Also:
- Constant Field Values
-
CP_META
The current jooq-meta XSD classpath location.- See Also:
- Constant Field Values
-
XSD_MIGRATIONS
The current jooq-migrations XSD file name.- See Also:
- Constant Field Values
-
NS_MIGRATIONS
The current jooq-migrations XML namespace.- See Also:
- Constant Field Values
-
CP_MIGRATIONS
The current jooq-migrations XSD classpath location.- See Also:
- Constant Field Values
-
XSD_CODEGEN
The current jooq-codegen XSD file name.- See Also:
- Constant Field Values
-
NS_CODEGEN
The current jooq-codegen XML namespace.- See Also:
- Constant Field Values
-
CP_CODEGEN
The current jooq-codegen XSD classpath location.- See Also:
- Constant Field Values
-
MAX_ROW_DEGREE
public static final int MAX_ROW_DEGREE- See Also:
- Constant Field Values
-