* [#2502] Code generation fails to generate valid java for stored procedures that accept parameters named configuration. * [#2515] Compilation errors when generating code for artefacts that differ only by a trailing underscore(s): A and A_ and A__
This commit is contained in:
parent
4e4874e367
commit
5d327a04ab
@ -11,6 +11,176 @@ package org.jooq.test.hsqldb.generatedclasses;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Routines {
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.F2502</code>
|
||||
*/
|
||||
public static java.lang.Integer f2502(org.jooq.Configuration configuration_, java.lang.Integer configuration) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502();
|
||||
f.setConfiguration(configuration);
|
||||
|
||||
f.execute(configuration_);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2502</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2502(java.lang.Integer configuration) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502();
|
||||
f.setConfiguration(configuration);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2502</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2502(org.jooq.Field<java.lang.Integer> configuration) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502();
|
||||
f.setConfiguration(configuration);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.F2502_1</code>
|
||||
*/
|
||||
public static java.lang.Integer f2502_1(org.jooq.Configuration configuration__, java.lang.Integer configuration, java.lang.Integer configuration_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502_1 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502_1();
|
||||
f.setConfiguration(configuration);
|
||||
f.setConfiguration_(configuration_);
|
||||
|
||||
f.execute(configuration__);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2502_1</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2502_1(java.lang.Integer configuration, java.lang.Integer configuration_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502_1 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502_1();
|
||||
f.setConfiguration(configuration);
|
||||
f.setConfiguration_(configuration_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2502_1</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2502_1(org.jooq.Field<java.lang.Integer> configuration, org.jooq.Field<java.lang.Integer> configuration_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502_1 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502_1();
|
||||
f.setConfiguration(configuration);
|
||||
f.setConfiguration_(configuration_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.F2502_2</code>
|
||||
*/
|
||||
public static java.lang.Integer f2502_2(org.jooq.Configuration configuration___, java.lang.Integer configuration, java.lang.Integer configuration_, java.lang.Integer configuration__) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502_2 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502_2();
|
||||
f.setConfiguration(configuration);
|
||||
f.setConfiguration_(configuration_);
|
||||
f.setConfiguration__(configuration__);
|
||||
|
||||
f.execute(configuration___);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2502_2</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2502_2(java.lang.Integer configuration, java.lang.Integer configuration_, java.lang.Integer configuration__) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502_2 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502_2();
|
||||
f.setConfiguration(configuration);
|
||||
f.setConfiguration_(configuration_);
|
||||
f.setConfiguration__(configuration__);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2502_2</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2502_2(org.jooq.Field<java.lang.Integer> configuration, org.jooq.Field<java.lang.Integer> configuration_, org.jooq.Field<java.lang.Integer> configuration__) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2502_2 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2502_2();
|
||||
f.setConfiguration(configuration);
|
||||
f.setConfiguration_(configuration_);
|
||||
f.setConfiguration__(configuration__);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.F2515</code>
|
||||
*/
|
||||
public static java.lang.Integer f2515(org.jooq.Configuration configuration, java.lang.Integer a, java.lang.Integer a_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2515 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2515();
|
||||
f.setA(a);
|
||||
f.setA_(a_);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2515</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2515(java.lang.Integer a, java.lang.Integer a_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2515 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2515();
|
||||
f.setA(a);
|
||||
f.setA_(a_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2515</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2515(org.jooq.Field<java.lang.Integer> a, org.jooq.Field<java.lang.Integer> a_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2515 f = new org.jooq.test.hsqldb.generatedclasses.routines.F2515();
|
||||
f.setA(a);
|
||||
f.setA_(a_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.F2515_</code>
|
||||
*/
|
||||
public static java.lang.Integer f2515_(org.jooq.Configuration configuration, java.lang.Integer aA, java.lang.Integer aA_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2515_ f = new org.jooq.test.hsqldb.generatedclasses.routines.F2515_();
|
||||
f.setAA(aA);
|
||||
f.setAA_(aA_);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2515_</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2515_(java.lang.Integer aA, java.lang.Integer aA_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2515_ f = new org.jooq.test.hsqldb.generatedclasses.routines.F2515_();
|
||||
f.setAA(aA);
|
||||
f.setAA_(aA_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.F2515_</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> f2515_(org.jooq.Field<java.lang.Integer> aA, org.jooq.Field<java.lang.Integer> aA_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.F2515_ f = new org.jooq.test.hsqldb.generatedclasses.routines.F2515_();
|
||||
f.setAA(aA);
|
||||
f.setAA_(aA_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.F317</code>
|
||||
*/
|
||||
@ -256,6 +426,51 @@ public class Routines {
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.P2502</code>
|
||||
*/
|
||||
public static java.lang.Integer p2502(org.jooq.Configuration configuration_, java.lang.Integer configuration) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.P2502 p = new org.jooq.test.hsqldb.generatedclasses.routines.P2502();
|
||||
p.setConfiguration(configuration);
|
||||
|
||||
p.execute(configuration_);
|
||||
return p.getConfiguration_();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.P2515_</code>
|
||||
*/
|
||||
public static java.lang.Integer p2515_(org.jooq.Configuration configuration, java.lang.Integer aA, java.lang.Integer aA_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.P2515_ f = new org.jooq.test.hsqldb.generatedclasses.routines.P2515_();
|
||||
f.setAA(aA);
|
||||
f.setAA_(aA_);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.P2515_</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> p2515_(java.lang.Integer aA, java.lang.Integer aA_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.P2515_ f = new org.jooq.test.hsqldb.generatedclasses.routines.P2515_();
|
||||
f.setAA(aA);
|
||||
f.setAA_(aA_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>PUBLIC.P2515_</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Integer> p2515_(org.jooq.Field<java.lang.Integer> aA, org.jooq.Field<java.lang.Integer> aA_) {
|
||||
org.jooq.test.hsqldb.generatedclasses.routines.P2515_ f = new org.jooq.test.hsqldb.generatedclasses.routines.P2515_();
|
||||
f.setAA(aA);
|
||||
f.setAA_(aA_);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>PUBLIC.P391</code>
|
||||
*/
|
||||
|
||||
@ -0,0 +1,47 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class F2502 extends org.jooq.impl.AbstractRoutine<java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1970290514;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502.CONFIGURATION</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION = createParameter("CONFIGURATION", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public F2502() {
|
||||
super("F2502", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(CONFIGURATION);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2502.CONFIGURATION, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setConfiguration(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(CONFIGURATION, field);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class F2502_1 extends org.jooq.impl.AbstractRoutine<java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1258925266;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_1.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_1.CONFIGURATION</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION = createParameter("CONFIGURATION", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_1.CONFIGURATION_</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION_ = createParameter("CONFIGURATION_", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public F2502_1() {
|
||||
super("F2502_1", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(CONFIGURATION);
|
||||
addInParameter(CONFIGURATION_);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2502_1.CONFIGURATION, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setConfiguration(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(CONFIGURATION, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION_</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration_(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2502_1.CONFIGURATION_, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION_</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setConfiguration_(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(CONFIGURATION_, field);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,87 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class F2502_2 extends org.jooq.impl.AbstractRoutine<java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1934280052;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_2.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_2.CONFIGURATION</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION = createParameter("CONFIGURATION", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_2.CONFIGURATION_</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION_ = createParameter("CONFIGURATION_", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2502_2.CONFIGURATION__</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION__ = createParameter("CONFIGURATION__", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public F2502_2() {
|
||||
super("F2502_2", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(CONFIGURATION);
|
||||
addInParameter(CONFIGURATION_);
|
||||
addInParameter(CONFIGURATION__);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2502_2.CONFIGURATION, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setConfiguration(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(CONFIGURATION, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION_</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration_(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2502_2.CONFIGURATION_, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION_</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setConfiguration_(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(CONFIGURATION_, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION__</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration__(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2502_2.CONFIGURATION__, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION__</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setConfiguration__(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(CONFIGURATION__, field);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class F2515 extends org.jooq.impl.AbstractRoutine<java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -60857006;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2515.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2515.A</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> A = createParameter("A", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2515.A_</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> A_ = createParameter("A_", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public F2515() {
|
||||
super("F2515", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(A);
|
||||
addInParameter(A_);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setA(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2515.A, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setA(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(A, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setA_(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2515.A_, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setA_(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(A_, field);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class F2515_ extends org.jooq.impl.AbstractRoutine<java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = 104427952;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2515_.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2515_.A_A</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> A_A = createParameter("A_A", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.F2515_.A_A_</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> A_A_ = createParameter("A_A_", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public F2515_() {
|
||||
super("F2515_", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(A_A);
|
||||
addInParameter(A_A_);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setAA(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2515_.A_A, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setAA(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(A_A, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A_</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setAA_(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.F2515_.A_A_, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A_</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setAA_(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(A_A_, field);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,47 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class P2502 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
|
||||
|
||||
private static final long serialVersionUID = 306105743;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.P2502.CONFIGURATION</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION = createParameter("CONFIGURATION", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.P2502.CONFIGURATION_</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> CONFIGURATION_ = createParameter("CONFIGURATION_", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public P2502() {
|
||||
super("P2502", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC);
|
||||
|
||||
addInParameter(CONFIGURATION);
|
||||
addOutParameter(CONFIGURATION_);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>CONFIGURATION</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setConfiguration(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.P2502.CONFIGURATION, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the <code>CONFIGURATION_</code> parameter OUT value from the routine
|
||||
*/
|
||||
public java.lang.Integer getConfiguration_() {
|
||||
return getValue(CONFIGURATION_);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.hsqldb.generatedclasses.routines;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class P2515_ extends org.jooq.impl.AbstractRoutine<java.lang.Integer> {
|
||||
|
||||
private static final long serialVersionUID = -74534736;
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.P2515_.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.P2515_.A_A</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> A_A = createParameter("A_A", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* The parameter <code>PUBLIC.P2515_.A_A_</code>.
|
||||
*/
|
||||
public static final org.jooq.Parameter<java.lang.Integer> A_A_ = createParameter("A_A_", org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public P2515_() {
|
||||
super("P2515_", org.jooq.test.hsqldb.generatedclasses.Public.PUBLIC, org.jooq.impl.SQLDataType.INTEGER);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(A_A);
|
||||
addInParameter(A_A_);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setAA(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.P2515_.A_A, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setAA(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(A_A, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A_</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setAA_(java.lang.Integer value) {
|
||||
setValue(org.jooq.test.hsqldb.generatedclasses.routines.P2515_.A_A_, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>A_A_</code> parameter to the function to be used with a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setAA_(org.jooq.Field<java.lang.Integer> field) {
|
||||
setField(A_A_, field);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user