- java.lang.Object
-
- org.jooq.Constants
-
public final class Constants extends Object
Some publicly available constants used in jOOQ- Author:
- Lukas Eder
-
-
Field Summary
Fields Modifier and Type Field Description static String
CP_CODEGEN
The current jooq-codegen XSD classpath location.static String
CP_EXPORT
The current jooq-export XSD classpath location.static String
CP_META
The current jooq-meta XSD classpath location.static String
CP_RUNTIME
The current jooq-runtime XSD classpath location.static String
FULL_VERSION
The latest jOOQ full version.static int
MAX_ROW_DEGREE
static String
MINOR_VERSION
The latest jOOQ minor version.static String
NS_CODEGEN
The current jooq-codegen XML namespace.static String
NS_EXPORT
The current jooq-export XML namespace.static String
NS_META
The current jooq-meta XML namespace.static String
NS_RUNTIME
The current jooq-runtime XML namespace.static String
VERSION
The latest jOOQ version.static String
XSD_CODEGEN
The current jooq-codegen XSD file name.static String
XSD_EXPORT
The current jooq-export XSD file name.static String
XSD_META
The current jooq-meta XSD file name.static String
XSD_RUNTIME
The current jooq-runtime XSD file name.
-
-
-
Field Detail
-
MINOR_VERSION
public static final String MINOR_VERSION
The latest jOOQ minor version.- See Also:
- Constant Field Values
-
VERSION
public static final 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 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 String XSD_RUNTIME
The current jooq-runtime XSD file name.- See Also:
- Constant Field Values
-
NS_RUNTIME
public static final String NS_RUNTIME
The current jooq-runtime XML namespace.- See Also:
- Constant Field Values
-
CP_RUNTIME
public static final String CP_RUNTIME
The current jooq-runtime XSD classpath location.- See Also:
- Constant Field Values
-
XSD_EXPORT
public static final String XSD_EXPORT
The current jooq-export XSD file name.- See Also:
- Constant Field Values
-
NS_EXPORT
public static final String NS_EXPORT
The current jooq-export XML namespace.- See Also:
- Constant Field Values
-
CP_EXPORT
public static final String CP_EXPORT
The current jooq-export XSD classpath location.- See Also:
- Constant Field Values
-
XSD_META
public static final String XSD_META
The current jooq-meta XSD file name.- See Also:
- Constant Field Values
-
NS_META
public static final String NS_META
The current jooq-meta XML namespace.- See Also:
- Constant Field Values
-
CP_META
public static final String CP_META
The current jooq-meta XSD classpath location.- See Also:
- Constant Field Values
-
XSD_CODEGEN
public static final String XSD_CODEGEN
The current jooq-codegen XSD file name.- See Also:
- Constant Field Values
-
NS_CODEGEN
public static final String NS_CODEGEN
The current jooq-codegen XML namespace.- See Also:
- Constant Field Values
-
CP_CODEGEN
public static final String 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
-
-