[#282] Add support for multi-schema databases - Re-generated Postgres pg_catalog meta schema
This commit is contained in:
parent
71894e327f
commit
5e6b8f7d79
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgCatalog extends org.jooq.impl.SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = -1188892543;
|
||||
private static final long serialVersionUID = 791750662;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_catalog
|
||||
@ -30,6 +30,7 @@ public class PgCatalog extends org.jooq.impl.SchemaImpl {
|
||||
org.jooq.util.postgres.pg_catalog.tables.PgAttribute.PG_ATTRIBUTE,
|
||||
org.jooq.util.postgres.pg_catalog.tables.PgClass.PG_CLASS,
|
||||
org.jooq.util.postgres.pg_catalog.tables.PgEnum.PG_ENUM,
|
||||
org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE,
|
||||
org.jooq.util.postgres.pg_catalog.tables.PgProc.PG_PROC,
|
||||
org.jooq.util.postgres.pg_catalog.tables.PgType.PG_TYPE);
|
||||
}
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgCatalogFactory extends org.jooq.util.postgres.PostgresFactory {
|
||||
|
||||
private static final long serialVersionUID = 1176309791;
|
||||
private static final long serialVersionUID = -1388784032;
|
||||
|
||||
/**
|
||||
* Create a factory with a connection
|
||||
|
||||
@ -8,7 +8,7 @@ package org.jooq.util.postgres.pg_catalog;
|
||||
*
|
||||
* Convenience access to all stored procedures and functions in pg_catalog
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public final class Routines {
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ package org.jooq.util.postgres.pg_catalog;
|
||||
*
|
||||
* Convenience access to all tables in pg_catalog
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public final class Tables {
|
||||
|
||||
@ -27,6 +27,11 @@ public final class Tables {
|
||||
*/
|
||||
public static org.jooq.util.postgres.pg_catalog.tables.PgEnum PG_ENUM = org.jooq.util.postgres.pg_catalog.tables.PgEnum.PG_ENUM;
|
||||
|
||||
/**
|
||||
* The table pg_catalog.pg_namespace
|
||||
*/
|
||||
public static org.jooq.util.postgres.pg_catalog.tables.PgNamespace PG_NAMESPACE = org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE;
|
||||
|
||||
/**
|
||||
* The table pg_catalog.pg_proc
|
||||
*/
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.routines;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class FormatType extends org.jooq.impl.AbstractRoutine<java.lang.String> {
|
||||
|
||||
private static final long serialVersionUID = 52003906;
|
||||
private static final long serialVersionUID = 1204222339;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgAttribute extends org.jooq.impl.TableImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgAttributeRecord> {
|
||||
|
||||
private static final long serialVersionUID = -729869737;
|
||||
private static final long serialVersionUID = 753041846;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_attribute
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgClass extends org.jooq.impl.TableImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgClassRecord> {
|
||||
|
||||
private static final long serialVersionUID = -734953648;
|
||||
private static final long serialVersionUID = 1169850129;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_class
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgEnum extends org.jooq.impl.TableImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgEnumRecord> {
|
||||
|
||||
private static final long serialVersionUID = -852851406;
|
||||
private static final long serialVersionUID = -1311846575;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_enum
|
||||
|
||||
@ -0,0 +1,66 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.util.postgres.pg_catalog.tables;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgNamespace extends org.jooq.impl.TableImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1757898245;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_namespace
|
||||
*/
|
||||
public static final org.jooq.util.postgres.pg_catalog.tables.PgNamespace PG_NAMESPACE = new org.jooq.util.postgres.pg_catalog.tables.PgNamespace();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
private static final java.lang.Class<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord> __RECORD_TYPE = org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord.class;
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public java.lang.Class<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord> getRecordType() {
|
||||
return __RECORD_TYPE;
|
||||
}
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord, java.lang.String> NSPNAME = createField("nspname", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord, java.lang.Long> NSPOWNER = createField("nspowner", org.jooq.impl.SQLDataType.BIGINT, this);
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord, java.lang.String[]> NSPACL = createField("nspacl", org.jooq.impl.SQLDataType.VARCHAR.getArrayDataType(), this);
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
*/
|
||||
private PgNamespace() {
|
||||
super("pg_namespace", org.jooq.util.postgres.pg_catalog.PgCatalog.PG_CATALOG);
|
||||
}
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
*/
|
||||
private PgNamespace(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.postgres.pg_catalog.PgCatalog.PG_CATALOG, org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public org.jooq.util.postgres.pg_catalog.tables.PgNamespace as(java.lang.String alias) {
|
||||
return new org.jooq.util.postgres.pg_catalog.tables.PgNamespace(alias);
|
||||
}
|
||||
}
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgProc extends org.jooq.impl.TableImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgProcRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1600168068;
|
||||
private static final long serialVersionUID = 990924029;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_proc
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgType extends org.jooq.impl.TableImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgTypeRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1464561442;
|
||||
private static final long serialVersionUID = 900015809;
|
||||
|
||||
/**
|
||||
* The singleton instance of pg_type
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables.records;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgAttributeRecord extends org.jooq.impl.TableRecordImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgAttributeRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1211512384;
|
||||
private static final long serialVersionUID = 457353345;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables.records;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgClassRecord extends org.jooq.impl.TableRecordImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgClassRecord> {
|
||||
|
||||
private static final long serialVersionUID = 368688692;
|
||||
private static final long serialVersionUID = -545497803;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables.records;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgEnumRecord extends org.jooq.impl.TableRecordImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgEnumRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1837699198;
|
||||
private static final long serialVersionUID = 1875819327;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
|
||||
@ -0,0 +1,63 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.util.postgres.pg_catalog.tables.records;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgNamespaceRecord extends org.jooq.impl.TableRecordImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgNamespaceRecord> {
|
||||
|
||||
private static final long serialVersionUID = 621543853;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public void setNspname(java.lang.String value) {
|
||||
setValue(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE.NSPNAME, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public java.lang.String getNspname() {
|
||||
return getValue(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE.NSPNAME);
|
||||
}
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public void setNspowner(java.lang.Long value) {
|
||||
setValue(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE.NSPOWNER, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public java.lang.Long getNspowner() {
|
||||
return getValue(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE.NSPOWNER);
|
||||
}
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public void setNspacl(java.lang.String[] value) {
|
||||
setValue(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE.NSPACL, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
*/
|
||||
public java.lang.String[] getNspacl() {
|
||||
return getValue(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE.NSPACL);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached PgNamespaceRecord
|
||||
*/
|
||||
public PgNamespaceRecord() {
|
||||
super(org.jooq.util.postgres.pg_catalog.tables.PgNamespace.PG_NAMESPACE);
|
||||
}
|
||||
}
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables.records;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgProcRecord extends org.jooq.impl.TableRecordImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgProcRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1278533302;
|
||||
private static final long serialVersionUID = -1871166069;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
|
||||
@ -6,11 +6,11 @@ package org.jooq.util.postgres.pg_catalog.tables.records;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.2"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.3"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
public class PgTypeRecord extends org.jooq.impl.TableRecordImpl<org.jooq.util.postgres.pg_catalog.tables.records.PgTypeRecord> {
|
||||
|
||||
private static final long serialVersionUID = -1594558076;
|
||||
private static final long serialVersionUID = 334831621;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
|
||||
Loading…
Reference in New Issue
Block a user