public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
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_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_RUNTIME
The current jooq-runtime XSD file name.
|
public static final String MINOR_VERSION
public static final String VERSION
This is the same as MINOR_VERSION
, but it may include patch
version suffixes.
public static final String FULL_VERSION
This is the same as VERSION
, but it may include release
candidate and other suffixes.
public static final String XSD_RUNTIME
public static final String NS_RUNTIME
public static final String XSD_CODEGEN
public static final String NS_CODEGEN
public static final int MAX_ROW_DEGREE
Copyright © 2014. All Rights Reserved.