- 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 StringCP_CODEGENThe current jooq-codegen XSD classpath location.static StringCP_EXPORTThe current jooq-export XSD classpath location.static StringCP_METAThe current jooq-meta XSD classpath location.static StringCP_RUNTIMEThe current jooq-runtime XSD classpath location.static StringFULL_VERSIONThe latest jOOQ full version.static intMAX_ROW_DEGREEstatic StringMINOR_VERSIONThe latest jOOQ minor version.static StringNS_CODEGENThe current jooq-codegen XML namespace.static StringNS_EXPORTThe current jooq-export XML namespace.static StringNS_METAThe current jooq-meta XML namespace.static StringNS_RUNTIMEThe current jooq-runtime XML namespace.static StringVERSIONThe latest jOOQ version.static StringXSD_CODEGENThe current jooq-codegen XSD file name.static StringXSD_EXPORTThe current jooq-export XSD file name.static StringXSD_METAThe current jooq-meta XSD file name.static StringXSD_RUNTIMEThe 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
-
-