[#3096] Add Constants.XSD_RUNTIME, NS_RUNTIME, XSD_CODEGEN, NS_CODEGEN

This commit is contained in:
Lukas Eder 2014-03-03 11:31:45 +01:00
parent 7c15a2b9a7
commit d837ca25ad

View File

@ -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
*/