[#3375] Add support for PostgreSQL table-valued functions - Regenerated schema
This commit is contained in:
parent
6d39b16e73
commit
191fa27bab
@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Public extends org.jooq.impl.SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = 1407093112;
|
||||
private static final long serialVersionUID = -1604588567;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public</code>
|
||||
@ -44,6 +44,12 @@ public class Public extends org.jooq.impl.SchemaImpl {
|
||||
|
||||
private final java.util.List<org.jooq.Table<?>> getTables0() {
|
||||
return java.util.Arrays.<org.jooq.Table<?>>asList(
|
||||
org.jooq.test.postgres.generatedclasses.tables.FSearchBook.F_SEARCH_BOOK,
|
||||
org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1,
|
||||
org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2,
|
||||
org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3,
|
||||
org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4,
|
||||
org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5,
|
||||
org.jooq.test.postgres.generatedclasses.tables.T_2781.T_2781,
|
||||
org.jooq.test.postgres.generatedclasses.tables.T_3111.T_3111,
|
||||
org.jooq.test.postgres.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE,
|
||||
|
||||
@ -11,37 +11,6 @@ package org.jooq.test.postgres.generatedclasses;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Routines {
|
||||
|
||||
/**
|
||||
* Call <code>public.f_arrays</code>
|
||||
*/
|
||||
public static java.lang.String[] fArrays3(org.jooq.Configuration configuration, java.lang.String[] inArray) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FArrays3 f = new org.jooq.test.postgres.generatedclasses.routines.FArrays3();
|
||||
f.setInArray(inArray);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_arrays</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.String[]> fArrays3(java.lang.String[] inArray) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FArrays3 f = new org.jooq.test.postgres.generatedclasses.routines.FArrays3();
|
||||
f.setInArray(inArray);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_arrays</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.String[]> fArrays3(org.jooq.Field<java.lang.String[]> inArray) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FArrays3 f = new org.jooq.test.postgres.generatedclasses.routines.FArrays3();
|
||||
f.setInArray(inArray);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>public.f_arrays</code>
|
||||
*/
|
||||
@ -104,6 +73,37 @@ public class Routines {
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>public.f_arrays</code>
|
||||
*/
|
||||
public static java.lang.String[] fArrays3(org.jooq.Configuration configuration, java.lang.String[] inArray) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FArrays3 f = new org.jooq.test.postgres.generatedclasses.routines.FArrays3();
|
||||
f.setInArray(inArray);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_arrays</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.String[]> fArrays3(java.lang.String[] inArray) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FArrays3 f = new org.jooq.test.postgres.generatedclasses.routines.FArrays3();
|
||||
f.setInArray(inArray);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_arrays</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.String[]> fArrays3(org.jooq.Field<java.lang.String[]> inArray) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FArrays3 f = new org.jooq.test.postgres.generatedclasses.routines.FArrays3();
|
||||
f.setInArray(inArray);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>public.f_author_exists</code>
|
||||
*/
|
||||
@ -216,43 +216,6 @@ public class Routines {
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>public.f_search_book</code>
|
||||
*/
|
||||
public static java.lang.Object fSearchBook(org.jooq.Configuration configuration, java.lang.String pTitle, java.lang.Long pLimit, java.lang.Long pOffset) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FSearchBook f = new org.jooq.test.postgres.generatedclasses.routines.FSearchBook();
|
||||
f.setPTitle(pTitle);
|
||||
f.setPLimit(pLimit);
|
||||
f.setPOffset(pOffset);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_search_book</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Object> fSearchBook(java.lang.String pTitle, java.lang.Long pLimit, java.lang.Long pOffset) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FSearchBook f = new org.jooq.test.postgres.generatedclasses.routines.FSearchBook();
|
||||
f.setPTitle(pTitle);
|
||||
f.setPLimit(pLimit);
|
||||
f.setPOffset(pOffset);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_search_book</code> as a field
|
||||
*/
|
||||
public static org.jooq.Field<java.lang.Object> fSearchBook(org.jooq.Field<java.lang.String> pTitle, org.jooq.Field<java.lang.Long> pLimit, org.jooq.Field<java.lang.Long> pOffset) {
|
||||
org.jooq.test.postgres.generatedclasses.routines.FSearchBook f = new org.jooq.test.postgres.generatedclasses.routines.FSearchBook();
|
||||
f.setPTitle(pTitle);
|
||||
f.setPLimit(pLimit);
|
||||
f.setPOffset(pOffset);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>public.f317</code>
|
||||
*/
|
||||
@ -454,4 +417,67 @@ public class Routines {
|
||||
p.execute(configuration);
|
||||
return p;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_search_book</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FSearchBook fSearchBook(java.lang.String pTitle, java.lang.Long pLimit, java.lang.Long pOffset) {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FSearchBook.F_SEARCH_BOOK.call(pTitle, pLimit, pOffset);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_search_book</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FSearchBook fSearchBook(org.jooq.Field<java.lang.String> pTitle, org.jooq.Field<java.lang.Long> pLimit, org.jooq.Field<java.lang.Long> pOffset) {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FSearchBook.F_SEARCH_BOOK.call(pTitle, pLimit, pOffset);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables1</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables1 fTables1() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1.call();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables2</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables2 fTables2() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2.call();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables3</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables3 fTables3() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3.call();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables4</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables4 fTables4(java.lang.Integer inId) {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4.call(inId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables4</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables4 fTables4(org.jooq.Field<java.lang.Integer> inId) {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4.call(inId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables5</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables5 fTables5(java.lang.Integer v1, java.lang.Integer v2, java.lang.Integer v3) {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5.call(v1, v2, v3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>public.f_tables5</code> as a field
|
||||
*/
|
||||
public static org.jooq.test.postgres.generatedclasses.tables.FTables5 fTables5(org.jooq.Field<java.lang.Integer> v1, org.jooq.Field<java.lang.Integer> v2, org.jooq.Field<java.lang.Integer> v3) {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5.call(v1, v2, v3);
|
||||
}
|
||||
}
|
||||
|
||||
@ -11,6 +11,36 @@ package org.jooq.test.postgres.generatedclasses;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Tables {
|
||||
|
||||
/**
|
||||
* The table public.f_search_book
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FSearchBook F_SEARCH_BOOK = org.jooq.test.postgres.generatedclasses.tables.FSearchBook.F_SEARCH_BOOK;
|
||||
|
||||
/**
|
||||
* The table public.f_tables1
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables1 F_TABLES1 = org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1;
|
||||
|
||||
/**
|
||||
* The table public.f_tables2
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables2 F_TABLES2 = org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2;
|
||||
|
||||
/**
|
||||
* The table public.f_tables3
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables3 F_TABLES3 = org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3;
|
||||
|
||||
/**
|
||||
* The table public.f_tables4
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables4 F_TABLES4 = org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4;
|
||||
|
||||
/**
|
||||
* The table public.f_tables5
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables5 F_TABLES5 = org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5;
|
||||
|
||||
/**
|
||||
* The table public.t_2781
|
||||
*/
|
||||
|
||||
@ -0,0 +1,77 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FSearchBook extends org.jooq.impl.TableImpl<org.jooq.test.postgres.generatedclasses.tables.records.FSearchBookRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1299343312;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public.f_search_book</code>
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FSearchBook F_SEARCH_BOOK = new org.jooq.test.postgres.generatedclasses.tables.FSearchBook();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.test.postgres.generatedclasses.tables.records.FSearchBookRecord> getRecordType() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.records.FSearchBookRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>public.f_search_book</code> table reference
|
||||
*/
|
||||
public FSearchBook() {
|
||||
this("f_search_book", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>public.f_search_book</code> table reference
|
||||
*/
|
||||
public FSearchBook(java.lang.String alias) {
|
||||
this(alias, org.jooq.test.postgres.generatedclasses.tables.FSearchBook.F_SEARCH_BOOK);
|
||||
}
|
||||
|
||||
private FSearchBook(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FSearchBookRecord> aliased) {
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private FSearchBook(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FSearchBookRecord> aliased, org.jooq.Field<?>[] parameters) {
|
||||
super(alias, org.jooq.test.postgres.generatedclasses.Public.PUBLIC, aliased, parameters, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FSearchBook as(java.lang.String alias) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FSearchBook(alias, this, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FSearchBook rename(java.lang.String name) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FSearchBook(name, null, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FSearchBook call(java.lang.String pTitle, java.lang.Long pLimit, java.lang.Long pOffset) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FSearchBook(getName(), null, new org.jooq.Field[] { org.jooq.impl.DSL.val(pTitle), org.jooq.impl.DSL.val(pLimit), org.jooq.impl.DSL.val(pOffset) });
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FSearchBook call(org.jooq.Field<java.lang.String> pTitle, org.jooq.Field<java.lang.Long> pLimit, org.jooq.Field<java.lang.Long> pOffset) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FSearchBook(getName(), null, new org.jooq.Field[] { pTitle, pLimit, pOffset });
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,75 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables1 extends org.jooq.impl.TableImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record> {
|
||||
|
||||
private static final long serialVersionUID = -1131963716;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public.f_tables1</code>
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables1 F_TABLES1 = new org.jooq.test.postgres.generatedclasses.tables.FTables1();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record> getRecordType() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables1.column_value</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record, java.lang.Integer> COLUMN_VALUE = createField("column_value", org.jooq.impl.SQLDataType.INTEGER, this, "");
|
||||
|
||||
/**
|
||||
* Create a <code>public.f_tables1</code> table reference
|
||||
*/
|
||||
public FTables1() {
|
||||
this("f_tables1", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>public.f_tables1</code> table reference
|
||||
*/
|
||||
public FTables1(java.lang.String alias) {
|
||||
this(alias, org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1);
|
||||
}
|
||||
|
||||
private FTables1(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record> aliased) {
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private FTables1(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record> aliased, org.jooq.Field<?>[] parameters) {
|
||||
super(alias, org.jooq.test.postgres.generatedclasses.Public.PUBLIC, aliased, parameters, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables1 as(java.lang.String alias) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables1(alias, this, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables1 rename(java.lang.String name) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables1(name, null, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables1 call() {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables1(getName(), null, new org.jooq.Field[] { });
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,75 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables2 extends org.jooq.impl.TableImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record> {
|
||||
|
||||
private static final long serialVersionUID = -572494068;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public.f_tables2</code>
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables2 F_TABLES2 = new org.jooq.test.postgres.generatedclasses.tables.FTables2();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record> getRecordType() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables2.column_value</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record, java.lang.Long> COLUMN_VALUE = createField("column_value", org.jooq.impl.SQLDataType.BIGINT, this, "");
|
||||
|
||||
/**
|
||||
* Create a <code>public.f_tables2</code> table reference
|
||||
*/
|
||||
public FTables2() {
|
||||
this("f_tables2", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>public.f_tables2</code> table reference
|
||||
*/
|
||||
public FTables2(java.lang.String alias) {
|
||||
this(alias, org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2);
|
||||
}
|
||||
|
||||
private FTables2(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record> aliased) {
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private FTables2(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record> aliased, org.jooq.Field<?>[] parameters) {
|
||||
super(alias, org.jooq.test.postgres.generatedclasses.Public.PUBLIC, aliased, parameters, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables2 as(java.lang.String alias) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables2(alias, this, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables2 rename(java.lang.String name) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables2(name, null, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables2 call() {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables2(getName(), null, new org.jooq.Field[] { });
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,75 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables3 extends org.jooq.impl.TableImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record> {
|
||||
|
||||
private static final long serialVersionUID = -751277050;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public.f_tables3</code>
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables3 F_TABLES3 = new org.jooq.test.postgres.generatedclasses.tables.FTables3();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record> getRecordType() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables3.column_value</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record, java.lang.String> COLUMN_VALUE = createField("column_value", org.jooq.impl.SQLDataType.VARCHAR, this, "");
|
||||
|
||||
/**
|
||||
* Create a <code>public.f_tables3</code> table reference
|
||||
*/
|
||||
public FTables3() {
|
||||
this("f_tables3", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>public.f_tables3</code> table reference
|
||||
*/
|
||||
public FTables3(java.lang.String alias) {
|
||||
this(alias, org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3);
|
||||
}
|
||||
|
||||
private FTables3(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record> aliased) {
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private FTables3(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record> aliased, org.jooq.Field<?>[] parameters) {
|
||||
super(alias, org.jooq.test.postgres.generatedclasses.Public.PUBLIC, aliased, parameters, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables3 as(java.lang.String alias) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables3(alias, this, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables3 rename(java.lang.String name) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables3(name, null, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables3 call() {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables3(getName(), null, new org.jooq.Field[] { });
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,87 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables4 extends org.jooq.impl.TableImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record> {
|
||||
|
||||
private static final long serialVersionUID = 306228321;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public.f_tables4</code>
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables4 F_TABLES4 = new org.jooq.test.postgres.generatedclasses.tables.FTables4();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record> getRecordType() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables4.id</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record, java.lang.Integer> ID = createField("id", org.jooq.impl.SQLDataType.INTEGER, this, "");
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables4.title</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record, java.lang.String> TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR, this, "");
|
||||
|
||||
/**
|
||||
* Create a <code>public.f_tables4</code> table reference
|
||||
*/
|
||||
public FTables4() {
|
||||
this("f_tables4", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>public.f_tables4</code> table reference
|
||||
*/
|
||||
public FTables4(java.lang.String alias) {
|
||||
this(alias, org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4);
|
||||
}
|
||||
|
||||
private FTables4(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record> aliased) {
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private FTables4(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record> aliased, org.jooq.Field<?>[] parameters) {
|
||||
super(alias, org.jooq.test.postgres.generatedclasses.Public.PUBLIC, aliased, parameters, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables4 as(java.lang.String alias) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables4(alias, this, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables4 rename(java.lang.String name) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables4(name, null, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables4 call(java.lang.Integer inId) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables4(getName(), null, new org.jooq.Field[] { org.jooq.impl.DSL.val(inId) });
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables4 call(org.jooq.Field<java.lang.Integer> inId) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables4(getName(), null, new org.jooq.Field[] { inId });
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,87 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables5 extends org.jooq.impl.TableImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record> {
|
||||
|
||||
private static final long serialVersionUID = 411669036;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>public.f_tables5</code>
|
||||
*/
|
||||
public static final org.jooq.test.postgres.generatedclasses.tables.FTables5 F_TABLES5 = new org.jooq.test.postgres.generatedclasses.tables.FTables5();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record> getRecordType() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables5.v</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record, java.lang.Integer> V = createField("v", org.jooq.impl.SQLDataType.INTEGER, this, "");
|
||||
|
||||
/**
|
||||
* The column <code>public.f_tables5.s</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record, java.lang.Integer> S = createField("s", org.jooq.impl.SQLDataType.INTEGER, this, "");
|
||||
|
||||
/**
|
||||
* Create a <code>public.f_tables5</code> table reference
|
||||
*/
|
||||
public FTables5() {
|
||||
this("f_tables5", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>public.f_tables5</code> table reference
|
||||
*/
|
||||
public FTables5(java.lang.String alias) {
|
||||
this(alias, org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5);
|
||||
}
|
||||
|
||||
private FTables5(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record> aliased) {
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private FTables5(java.lang.String alias, org.jooq.Table<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record> aliased, org.jooq.Field<?>[] parameters) {
|
||||
super(alias, org.jooq.test.postgres.generatedclasses.Public.PUBLIC, aliased, parameters, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables5 as(java.lang.String alias) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables5(alias, this, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables5 rename(java.lang.String name) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables5(name, null, parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables5 call(java.lang.Integer v1, java.lang.Integer v2, java.lang.Integer v3) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables5(getName(), null, new org.jooq.Field[] { org.jooq.impl.DSL.val(v1), org.jooq.impl.DSL.val(v2), org.jooq.impl.DSL.val(v3) });
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this table-valued function
|
||||
*/
|
||||
public org.jooq.test.postgres.generatedclasses.tables.FTables5 call(org.jooq.Field<java.lang.Integer> v1, org.jooq.Field<java.lang.Integer> v2, org.jooq.Field<java.lang.Integer> v3) {
|
||||
return new org.jooq.test.postgres.generatedclasses.tables.FTables5(getName(), null, new org.jooq.Field[] { v1, v2, v3 });
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.interfaces;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public interface IFSearchBook extends java.io.Serializable {
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.interfaces;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public interface IFTables1 extends java.io.Serializable {
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables1.column_value</code>.
|
||||
*/
|
||||
public java.lang.Integer getColumnValue();
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.interfaces;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public interface IFTables2 extends java.io.Serializable {
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables2.column_value</code>.
|
||||
*/
|
||||
public java.lang.Long getColumnValue();
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.interfaces;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public interface IFTables3 extends java.io.Serializable {
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables3.column_value</code>.
|
||||
*/
|
||||
public java.lang.String getColumnValue();
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.interfaces;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public interface IFTables4 extends java.io.Serializable {
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables4.id</code>.
|
||||
*/
|
||||
public java.lang.Integer getId();
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables4.title</code>.
|
||||
*/
|
||||
public java.lang.String getTitle();
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.interfaces;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public interface IFTables5 extends java.io.Serializable {
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables5.v</code>.
|
||||
*/
|
||||
public java.lang.Integer getV();
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables5.s</code>.
|
||||
*/
|
||||
public java.lang.Integer getS();
|
||||
}
|
||||
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FSearchBook implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFSearchBook {
|
||||
|
||||
private static final long serialVersionUID = 1537869749;
|
||||
|
||||
}
|
||||
@ -0,0 +1,26 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables1 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables1 {
|
||||
|
||||
private static final long serialVersionUID = -250363737;
|
||||
|
||||
private final java.lang.Integer columnValue;
|
||||
|
||||
public FTables1(
|
||||
java.lang.Integer columnValue
|
||||
) {
|
||||
this.columnValue = columnValue;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.Integer getColumnValue() {
|
||||
return this.columnValue;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,26 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables2 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables2 {
|
||||
|
||||
private static final long serialVersionUID = 226104606;
|
||||
|
||||
private final java.lang.Long columnValue;
|
||||
|
||||
public FTables2(
|
||||
java.lang.Long columnValue
|
||||
) {
|
||||
this.columnValue = columnValue;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.Long getColumnValue() {
|
||||
return this.columnValue;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,26 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables3 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables3 {
|
||||
|
||||
private static final long serialVersionUID = 462182994;
|
||||
|
||||
private final java.lang.String columnValue;
|
||||
|
||||
public FTables3(
|
||||
java.lang.String columnValue
|
||||
) {
|
||||
this.columnValue = columnValue;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.String getColumnValue() {
|
||||
return this.columnValue;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,34 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables4 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables4 {
|
||||
|
||||
private static final long serialVersionUID = -1499108822;
|
||||
|
||||
private final java.lang.Integer id;
|
||||
private final java.lang.String title;
|
||||
|
||||
public FTables4(
|
||||
java.lang.Integer id,
|
||||
java.lang.String title
|
||||
) {
|
||||
this.id = id;
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.String getTitle() {
|
||||
return this.title;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,34 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables5 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables5 {
|
||||
|
||||
private static final long serialVersionUID = 640864270;
|
||||
|
||||
private final java.lang.Integer v;
|
||||
private final java.lang.Integer s;
|
||||
|
||||
public FTables5(
|
||||
java.lang.Integer v,
|
||||
java.lang.Integer s
|
||||
) {
|
||||
this.v = v;
|
||||
this.s = s;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.Integer getV() {
|
||||
return this.v;
|
||||
}
|
||||
|
||||
@Override
|
||||
public java.lang.Integer getS() {
|
||||
return this.s;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FSearchBookRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.postgres.generatedclasses.tables.records.FSearchBookRecord> implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IFSearchBook {
|
||||
|
||||
private static final long serialVersionUID = -752680727;
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached FSearchBookRecord
|
||||
*/
|
||||
public FSearchBookRecord() {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FSearchBook.F_SEARCH_BOOK);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,102 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables1Record extends org.jooq.impl.TableRecordImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables1Record> implements org.jooq.Record1<java.lang.Integer>, org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables1 {
|
||||
|
||||
private static final long serialVersionUID = -738748049;
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables1.column_value</code>.
|
||||
*/
|
||||
public FTables1Record setColumnValue(java.lang.Integer value) {
|
||||
setValue(0, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables1.column_value</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer getColumnValue() {
|
||||
return (java.lang.Integer) getValue(0);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record1 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row1<java.lang.Integer> fieldsRow() {
|
||||
return (org.jooq.Row1) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row1<java.lang.Integer> valuesRow() {
|
||||
return (org.jooq.Row1) super.valuesRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Integer> field1() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1.COLUMN_VALUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer value1() {
|
||||
return getColumnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables1Record value1(java.lang.Integer value) {
|
||||
setColumnValue(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables1Record values(java.lang.Integer value1) {
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached FTables1Record
|
||||
*/
|
||||
public FTables1Record() {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised FTables1Record
|
||||
*/
|
||||
public FTables1Record(java.lang.Integer columnValue) {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables1.F_TABLES1);
|
||||
|
||||
setValue(0, columnValue);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,102 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables2Record extends org.jooq.impl.TableRecordImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables2Record> implements org.jooq.Record1<java.lang.Long>, org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables2 {
|
||||
|
||||
private static final long serialVersionUID = 206772723;
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables2.column_value</code>.
|
||||
*/
|
||||
public FTables2Record setColumnValue(java.lang.Long value) {
|
||||
setValue(0, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables2.column_value</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Long getColumnValue() {
|
||||
return (java.lang.Long) getValue(0);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record1 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row1<java.lang.Long> fieldsRow() {
|
||||
return (org.jooq.Row1) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row1<java.lang.Long> valuesRow() {
|
||||
return (org.jooq.Row1) super.valuesRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Long> field1() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2.COLUMN_VALUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Long value1() {
|
||||
return getColumnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables2Record value1(java.lang.Long value) {
|
||||
setColumnValue(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables2Record values(java.lang.Long value1) {
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached FTables2Record
|
||||
*/
|
||||
public FTables2Record() {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised FTables2Record
|
||||
*/
|
||||
public FTables2Record(java.lang.Long columnValue) {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables2.F_TABLES2);
|
||||
|
||||
setValue(0, columnValue);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,102 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables3Record extends org.jooq.impl.TableRecordImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables3Record> implements org.jooq.Record1<java.lang.String>, org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables3 {
|
||||
|
||||
private static final long serialVersionUID = -482399732;
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables3.column_value</code>.
|
||||
*/
|
||||
public FTables3Record setColumnValue(java.lang.String value) {
|
||||
setValue(0, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables3.column_value</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.String getColumnValue() {
|
||||
return (java.lang.String) getValue(0);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record1 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row1<java.lang.String> fieldsRow() {
|
||||
return (org.jooq.Row1) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row1<java.lang.String> valuesRow() {
|
||||
return (org.jooq.Row1) super.valuesRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.String> field1() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3.COLUMN_VALUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.String value1() {
|
||||
return getColumnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables3Record value1(java.lang.String value) {
|
||||
setColumnValue(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables3Record values(java.lang.String value1) {
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached FTables3Record
|
||||
*/
|
||||
public FTables3Record() {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised FTables3Record
|
||||
*/
|
||||
public FTables3Record(java.lang.String columnValue) {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables3.F_TABLES3);
|
||||
|
||||
setValue(0, columnValue);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,144 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables4Record extends org.jooq.impl.TableRecordImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables4Record> implements org.jooq.Record2<java.lang.Integer, java.lang.String>, org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables4 {
|
||||
|
||||
private static final long serialVersionUID = 1076535512;
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables4.id</code>.
|
||||
*/
|
||||
public FTables4Record setId(java.lang.Integer value) {
|
||||
setValue(0, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables4.id</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer getId() {
|
||||
return (java.lang.Integer) getValue(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables4.title</code>.
|
||||
*/
|
||||
public FTables4Record setTitle(java.lang.String value) {
|
||||
setValue(1, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables4.title</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.String getTitle() {
|
||||
return (java.lang.String) getValue(1);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record2 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.String> fieldsRow() {
|
||||
return (org.jooq.Row2) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.String> valuesRow() {
|
||||
return (org.jooq.Row2) super.valuesRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Integer> field1() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4.ID;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.String> field2() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4.TITLE;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.String value2() {
|
||||
return getTitle();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables4Record value1(java.lang.Integer value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables4Record value2(java.lang.String value) {
|
||||
setTitle(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables4Record values(java.lang.Integer value1, java.lang.String value2) {
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached FTables4Record
|
||||
*/
|
||||
public FTables4Record() {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised FTables4Record
|
||||
*/
|
||||
public FTables4Record(java.lang.Integer id, java.lang.String title) {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables4.F_TABLES4);
|
||||
|
||||
setValue(0, id);
|
||||
setValue(1, title);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,144 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.postgres.generatedclasses.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FTables5Record extends org.jooq.impl.TableRecordImpl<org.jooq.test.postgres.generatedclasses.tables.records.FTables5Record> implements org.jooq.Record2<java.lang.Integer, java.lang.Integer>, org.jooq.test.postgres.generatedclasses.tables.interfaces.IFTables5 {
|
||||
|
||||
private static final long serialVersionUID = 283175301;
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables5.v</code>.
|
||||
*/
|
||||
public FTables5Record setV(java.lang.Integer value) {
|
||||
setValue(0, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables5.v</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer getV() {
|
||||
return (java.lang.Integer) getValue(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>public.f_tables5.s</code>.
|
||||
*/
|
||||
public FTables5Record setS(java.lang.Integer value) {
|
||||
setValue(1, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>public.f_tables5.s</code>.
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer getS() {
|
||||
return (java.lang.Integer) getValue(1);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record2 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.Integer> fieldsRow() {
|
||||
return (org.jooq.Row2) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Row2<java.lang.Integer, java.lang.Integer> valuesRow() {
|
||||
return (org.jooq.Row2) super.valuesRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Integer> field1() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5.V;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.Field<java.lang.Integer> field2() {
|
||||
return org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5.S;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer value1() {
|
||||
return getV();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Integer value2() {
|
||||
return getS();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables5Record value1(java.lang.Integer value) {
|
||||
setV(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables5Record value2(java.lang.Integer value) {
|
||||
setS(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public FTables5Record values(java.lang.Integer value1, java.lang.Integer value2) {
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached FTables5Record
|
||||
*/
|
||||
public FTables5Record() {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised FTables5Record
|
||||
*/
|
||||
public FTables5Record(java.lang.Integer v, java.lang.Integer s) {
|
||||
super(org.jooq.test.postgres.generatedclasses.tables.FTables5.F_TABLES5);
|
||||
|
||||
setValue(0, v);
|
||||
setValue(1, s);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user