Package org.jooq
Class Constants
- java.lang.Object
-
- org.jooq.Constants
-
public final class Constants extends java.lang.ObjectSome publicly available constants used in jOOQ- Author:
- Lukas Eder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCP_CODEGENThe current jooq-codegen XSD classpath location.static java.lang.StringCP_EXPORTThe current jooq-export XSD classpath location.static java.lang.StringCP_METAThe current jooq-meta XSD classpath location.static java.lang.StringCP_RUNTIMEThe current jooq-runtime XSD classpath location.static java.lang.StringFULL_VERSIONThe latest jOOQ full version.static intMAX_ROW_DEGREEstatic java.lang.StringMINOR_VERSIONThe latest jOOQ minor version.static java.lang.StringNS_CODEGENThe current jooq-codegen XML namespace.static java.lang.StringNS_EXPORTThe current jooq-export XML namespace.static java.lang.StringNS_METAThe current jooq-meta XML namespace.static java.lang.StringNS_RUNTIMEThe current jooq-runtime XML namespace.static java.lang.StringVERSIONThe latest jOOQ version.static java.lang.StringXSD_CODEGENThe current jooq-codegen XSD file name.static java.lang.StringXSD_EXPORTThe current jooq-export XSD file name.static java.lang.StringXSD_METAThe current jooq-meta XSD file name.static java.lang.StringXSD_RUNTIMEThe current jooq-runtime XSD file name.
-
-
-
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
-
MAX_ROW_DEGREE
public static final int MAX_ROW_DEGREE
- See Also:
- Constant Field Values
-
-