From bbe57773dd41668fbeb049f9bc83f582b264438b Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 3 Mar 2012 20:51:57 +0000 Subject: [PATCH] [#1211] Enforce method name disambiguation also when using custom strategies (regression of #182) [#1212] Enforce identifier disambiguation also when using custom strategies (regression) --- .../dbo/routines/Ufngetaccountingenddate.java | 27 ------- .../routines/Ufngetaccountingstartdate.java | 27 ------- .../routines/Ufngetcontactinformation.java | 52 -------------- .../routines/Ufngetdocumentstatustext.java | 49 ------------- .../routines/Ufngetproductdealerprice.java | 71 ------------------- .../dbo/routines/Ufngetproductlistprice.java | 71 ------------------- .../routines/Ufngetproductstandardcost.java | 71 ------------------- .../Ufngetpurchaseorderstatustext.java | 49 ------------- .../routines/Ufngetsalesorderstatustext.java | 49 ------------- .../dbo/routines/Ufngetstock.java | 49 ------------- .../dbo/routines/Ufnleadingzeros.java | 49 ------------- .../dbo/routines/Uspgetbillofmaterials.java | 47 ------------ .../dbo/routines/Uspgetemployeemanagers.java | 34 --------- .../dbo/routines/Uspgetmanageremployees.java | 34 --------- .../routines/Uspgetwhereusedproductid.java | 47 ------------ .../dbo/routines/Usplogerror.java | 38 ---------- .../dbo/routines/Uspprinterror.java | 20 ------ 17 files changed, 784 deletions(-) delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingenddate.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingstartdate.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetcontactinformation.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetdocumentstatustext.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductdealerprice.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductlistprice.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductstandardcost.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetpurchaseorderstatustext.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetsalesorderstatustext.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetstock.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufnleadingzeros.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetbillofmaterials.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetemployeemanagers.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetmanageremployees.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetwhereusedproductid.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Usplogerror.java delete mode 100644 jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspprinterror.java diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingenddate.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingenddate.java deleted file mode 100644 index 78459c5917..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingenddate.java +++ /dev/null @@ -1,27 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetAccountingEndDate extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 131486399; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public ufnGetAccountingEndDate() { - super("ufnGetAccountingEndDate", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.TIMESTAMP); - - setReturnParameter(RETURN_VALUE); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingstartdate.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingstartdate.java deleted file mode 100644 index aee72dda68..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetaccountingstartdate.java +++ /dev/null @@ -1,27 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetAccountingStartDate extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -640932634; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public ufnGetAccountingStartDate() { - super("ufnGetAccountingStartDate", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.TIMESTAMP); - - setReturnParameter(RETURN_VALUE); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetcontactinformation.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetcontactinformation.java deleted file mode 100644 index 6648c870c0..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetcontactinformation.java +++ /dev/null @@ -1,52 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetContactInformation extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 183074089; - - - /** - * An uncommented item - * - * The SQL type of this item (TABLE) could not be mapped.
- * Deserialising this field might not work! - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.util.sqlserver.SQLServerDataType.getDefaultDataType("TABLE")); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ContactID = createParameter("ContactID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public ufnGetContactInformation() { - super("ufnGetContactInformation", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.util.sqlserver.SQLServerDataType.getDefaultDataType("TABLE")); - - setReturnParameter(RETURN_VALUE); - addInParameter(ContactID); - } - - /** - * Set the ContactID parameter to the routine - */ - public void setContactID(java.lang.Integer value) { - setValue(ContactID, value); - } - - /** - * Set the ContactID parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setContactID(org.jooq.Field field) { - setField(ContactID, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetdocumentstatustext.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetdocumentstatustext.java deleted file mode 100644 index b9bbbcc4d9..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetdocumentstatustext.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetDocumentStatusText extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 1541722634; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.NVARCHAR); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter Status = createParameter("Status", org.jooq.impl.SQLDataType.TINYINT); - - /** - * Create a new routine call instance - */ - public ufnGetDocumentStatusText() { - super("ufnGetDocumentStatusText", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.NVARCHAR); - - setReturnParameter(RETURN_VALUE); - addInParameter(Status); - } - - /** - * Set the Status parameter to the routine - */ - public void setStatus(java.lang.Byte value) { - setValue(Status, value); - } - - /** - * Set the Status parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setStatus(org.jooq.Field field) { - setField(Status, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductdealerprice.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductdealerprice.java deleted file mode 100644 index 783e40b153..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductdealerprice.java +++ /dev/null @@ -1,71 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetProductDealerPrice extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -687962638; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.NUMERIC); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ProductID = createParameter("ProductID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter OrderDate = createParameter("OrderDate", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public ufnGetProductDealerPrice() { - super("ufnGetProductDealerPrice", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.NUMERIC); - - setReturnParameter(RETURN_VALUE); - addInParameter(ProductID); - addInParameter(OrderDate); - } - - /** - * Set the ProductID parameter to the routine - */ - public void setProductID(java.lang.Integer value) { - setValue(ProductID, value); - } - - /** - * Set the ProductID parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setProductID(org.jooq.Field field) { - setField(ProductID, field); - } - - /** - * Set the OrderDate parameter to the routine - */ - public void setOrderDate(java.sql.Timestamp value) { - setValue(OrderDate, value); - } - - /** - * Set the OrderDate parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setOrderDate(org.jooq.Field field) { - setField(OrderDate, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductlistprice.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductlistprice.java deleted file mode 100644 index 624b1fadac..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductlistprice.java +++ /dev/null @@ -1,71 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetProductListPrice extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1190140735; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.NUMERIC); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ProductID = createParameter("ProductID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter OrderDate = createParameter("OrderDate", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public ufnGetProductListPrice() { - super("ufnGetProductListPrice", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.NUMERIC); - - setReturnParameter(RETURN_VALUE); - addInParameter(ProductID); - addInParameter(OrderDate); - } - - /** - * Set the ProductID parameter to the routine - */ - public void setProductID(java.lang.Integer value) { - setValue(ProductID, value); - } - - /** - * Set the ProductID parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setProductID(org.jooq.Field field) { - setField(ProductID, field); - } - - /** - * Set the OrderDate parameter to the routine - */ - public void setOrderDate(java.sql.Timestamp value) { - setValue(OrderDate, value); - } - - /** - * Set the OrderDate parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setOrderDate(org.jooq.Field field) { - setField(OrderDate, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductstandardcost.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductstandardcost.java deleted file mode 100644 index c6a02b83e3..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetproductstandardcost.java +++ /dev/null @@ -1,71 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetProductStandardCost extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 816686856; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.NUMERIC); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ProductID = createParameter("ProductID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter OrderDate = createParameter("OrderDate", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public ufnGetProductStandardCost() { - super("ufnGetProductStandardCost", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.NUMERIC); - - setReturnParameter(RETURN_VALUE); - addInParameter(ProductID); - addInParameter(OrderDate); - } - - /** - * Set the ProductID parameter to the routine - */ - public void setProductID(java.lang.Integer value) { - setValue(ProductID, value); - } - - /** - * Set the ProductID parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setProductID(org.jooq.Field field) { - setField(ProductID, field); - } - - /** - * Set the OrderDate parameter to the routine - */ - public void setOrderDate(java.sql.Timestamp value) { - setValue(OrderDate, value); - } - - /** - * Set the OrderDate parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setOrderDate(org.jooq.Field field) { - setField(OrderDate, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetpurchaseorderstatustext.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetpurchaseorderstatustext.java deleted file mode 100644 index c23cc1283c..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetpurchaseorderstatustext.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetPurchaseOrderStatusText extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 52488376; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.NVARCHAR); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter Status = createParameter("Status", org.jooq.impl.SQLDataType.TINYINT); - - /** - * Create a new routine call instance - */ - public ufnGetPurchaseOrderStatusText() { - super("ufnGetPurchaseOrderStatusText", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.NVARCHAR); - - setReturnParameter(RETURN_VALUE); - addInParameter(Status); - } - - /** - * Set the Status parameter to the routine - */ - public void setStatus(java.lang.Byte value) { - setValue(Status, value); - } - - /** - * Set the Status parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setStatus(org.jooq.Field field) { - setField(Status, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetsalesorderstatustext.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetsalesorderstatustext.java deleted file mode 100644 index 36bbab94c2..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetsalesorderstatustext.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetSalesOrderStatusText extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1070125931; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.NVARCHAR); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter Status = createParameter("Status", org.jooq.impl.SQLDataType.TINYINT); - - /** - * Create a new routine call instance - */ - public ufnGetSalesOrderStatusText() { - super("ufnGetSalesOrderStatusText", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.NVARCHAR); - - setReturnParameter(RETURN_VALUE); - addInParameter(Status); - } - - /** - * Set the Status parameter to the routine - */ - public void setStatus(java.lang.Byte value) { - setValue(Status, value); - } - - /** - * Set the Status parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setStatus(org.jooq.Field field) { - setField(Status, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetstock.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetstock.java deleted file mode 100644 index d5dd767f5e..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufngetstock.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnGetStock extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -139422745; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.INTEGER); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ProductID = createParameter("ProductID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public ufnGetStock() { - super("ufnGetStock", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.INTEGER); - - setReturnParameter(RETURN_VALUE); - addInParameter(ProductID); - } - - /** - * Set the ProductID parameter to the routine - */ - public void setProductID(java.lang.Integer value) { - setValue(ProductID, value); - } - - /** - * Set the ProductID parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setProductID(org.jooq.Field field) { - setField(ProductID, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufnleadingzeros.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufnleadingzeros.java deleted file mode 100644 index 1145b817b2..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Ufnleadingzeros.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class ufnLeadingZeros extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 499090239; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter RETURN_VALUE = createParameter("RETURN_VALUE", org.jooq.impl.SQLDataType.VARCHAR); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter Value = createParameter("Value", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public ufnLeadingZeros() { - super("ufnLeadingZeros", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo, org.jooq.impl.SQLDataType.VARCHAR); - - setReturnParameter(RETURN_VALUE); - addInParameter(Value); - } - - /** - * Set the Value parameter to the routine - */ - public void setValue(java.lang.Integer value) { - setValue(Value, value); - } - - /** - * Set the Value parameter to the function - *

- * Use this method only, if the function is called as a {@link org.jooq.Field} in a {@link org.jooq.Select} statement! - */ - public void setValue(org.jooq.Field field) { - setField(Value, field); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetbillofmaterials.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetbillofmaterials.java deleted file mode 100644 index da9eda7300..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetbillofmaterials.java +++ /dev/null @@ -1,47 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class uspGetBillOfMaterials extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 2139682679; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter StartProductID = createParameter("StartProductID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter CheckDate = createParameter("CheckDate", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public uspGetBillOfMaterials() { - super("uspGetBillOfMaterials", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo); - - addInParameter(StartProductID); - addInParameter(CheckDate); - } - - /** - * Set the StartProductID parameter to the routine - */ - public void setStartProductID(java.lang.Integer value) { - setValue(StartProductID, value); - } - - /** - * Set the CheckDate parameter to the routine - */ - public void setCheckDate(java.sql.Timestamp value) { - setValue(CheckDate, value); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetemployeemanagers.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetemployeemanagers.java deleted file mode 100644 index ff058763d0..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetemployeemanagers.java +++ /dev/null @@ -1,34 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class uspGetEmployeeManagers extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -735141192; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter EmployeeID = createParameter("EmployeeID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public uspGetEmployeeManagers() { - super("uspGetEmployeeManagers", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo); - - addInParameter(EmployeeID); - } - - /** - * Set the EmployeeID parameter to the routine - */ - public void setEmployeeID(java.lang.Integer value) { - setValue(EmployeeID, value); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetmanageremployees.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetmanageremployees.java deleted file mode 100644 index ae33837fbc..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetmanageremployees.java +++ /dev/null @@ -1,34 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class uspGetManagerEmployees extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 1109212494; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ManagerID = createParameter("ManagerID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public uspGetManagerEmployees() { - super("uspGetManagerEmployees", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo); - - addInParameter(ManagerID); - } - - /** - * Set the ManagerID parameter to the routine - */ - public void setManagerID(java.lang.Integer value) { - setValue(ManagerID, value); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetwhereusedproductid.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetwhereusedproductid.java deleted file mode 100644 index e7dcdddc40..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspgetwhereusedproductid.java +++ /dev/null @@ -1,47 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class uspGetWhereUsedProductID extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -223017989; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter StartProductID = createParameter("StartProductID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * An uncommented item - */ - public static final org.jooq.Parameter CheckDate = createParameter("CheckDate", org.jooq.impl.SQLDataType.TIMESTAMP); - - /** - * Create a new routine call instance - */ - public uspGetWhereUsedProductID() { - super("uspGetWhereUsedProductID", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo); - - addInParameter(StartProductID); - addInParameter(CheckDate); - } - - /** - * Set the StartProductID parameter to the routine - */ - public void setStartProductID(java.lang.Integer value) { - setValue(StartProductID, value); - } - - /** - * Set the CheckDate parameter to the routine - */ - public void setCheckDate(java.sql.Timestamp value) { - setValue(CheckDate, value); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Usplogerror.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Usplogerror.java deleted file mode 100644 index abc15b6558..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Usplogerror.java +++ /dev/null @@ -1,38 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class uspLogError extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = 1625709489; - - - /** - * An uncommented item - */ - public static final org.jooq.Parameter ErrorLogID = createParameter("ErrorLogID", org.jooq.impl.SQLDataType.INTEGER); - - /** - * Create a new routine call instance - */ - public uspLogError() { - super("uspLogError", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo); - - addInOutParameter(ErrorLogID); - } - - /** - * Set the ErrorLogID parameter to the routine - */ - public void setErrorLogID(java.lang.Integer value) { - setValue(ErrorLogID, value); - } - - public java.lang.Integer getErrorLogID() { - return getValue(ErrorLogID); - } -} diff --git a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspprinterror.java b/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspprinterror.java deleted file mode 100644 index b75927da79..0000000000 --- a/jOOQ-test/examples/org/jooq/examples/sqlserver/adventureworks/dbo/routines/Uspprinterror.java +++ /dev/null @@ -1,20 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package org.jooq.examples.sqlserver.adventureworks.dbo.routines; - -/** - * This class is generated by jOOQ. - */ -public class uspPrintError extends org.jooq.impl.AbstractRoutine { - - private static final long serialVersionUID = -1092155720; - - - /** - * Create a new routine call instance - */ - public uspPrintError() { - super("uspPrintError", org.jooq.examples.sqlserver.adventureworks.dbo.dbo.dbo); - } -}