[#3096] Add Constants.XSD_RUNTIME, NS_RUNTIME, XSD_CODEGEN, NS_CODEGEN
This commit is contained in:
parent
7c15a2b9a7
commit
d837ca25ad
@ -68,6 +68,26 @@ public final class Constants {
|
||||
*/
|
||||
public static final String FULL_VERSION = "3.4.0";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
*/
|
||||
public static final String XSD_RUNTIME = "jooq-runtime-3.3.0.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XML namespace
|
||||
*/
|
||||
public static final String NS_RUNTIME = "http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-codegen XSD file name.
|
||||
*/
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.4.0.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-codegen XML namespace.
|
||||
*/
|
||||
public static final String NS_CODEGEN = "http://www.jooq.org/xsd/jooq-codegen-3.4.0.xsd";
|
||||
|
||||
/**
|
||||
* The maximum degree of {@link Row} and {@link Record} subtypes
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user