/** * This class is generated by jOOQ */ package org.constellation.database.api.jooq.tables; /** * This class is generated by jOOQ. */ @javax.annotation.Generated( value = { "http://www.jooq.org", "jOOQ version:3.5.3" }, comments = "This class is generated by jOOQ" ) @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class MapcontextStyledLayer extends org.jooq.impl.TableImpl<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord> { private static final long serialVersionUID = 430759023; /** * The reference instance of <code>admin.mapcontext_styled_layer</code> */ public static final org.constellation.database.api.jooq.tables.MapcontextStyledLayer MAPCONTEXT_STYLED_LAYER = new org.constellation.database.api.jooq.tables.MapcontextStyledLayer(); /** * The class holding records for this type */ @Override public java.lang.Class<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord> getRecordType() { return org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord.class; } /** * The column <code>admin.mapcontext_styled_layer.id</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> ID = createField("id", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, ""); /** * The column <code>admin.mapcontext_styled_layer.mapcontext_id</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> MAPCONTEXT_ID = createField("mapcontext_id", org.jooq.impl.SQLDataType.INTEGER.nullable(false), this, ""); /** * The column <code>admin.mapcontext_styled_layer.layer_id</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> LAYER_ID = createField("layer_id", org.jooq.impl.SQLDataType.INTEGER, this, ""); /** * The column <code>admin.mapcontext_styled_layer.style_id</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> STYLE_ID = createField("style_id", org.jooq.impl.SQLDataType.INTEGER, this, ""); /** * The column <code>admin.mapcontext_styled_layer.layer_order</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> LAYER_ORDER = createField("layer_order", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, ""); /** * The column <code>admin.mapcontext_styled_layer.layer_opacity</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> LAYER_OPACITY = createField("layer_opacity", org.jooq.impl.SQLDataType.INTEGER.nullable(false).defaulted(true), this, ""); /** * The column <code>admin.mapcontext_styled_layer.layer_visible</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Boolean> LAYER_VISIBLE = createField("layer_visible", org.jooq.impl.SQLDataType.BOOLEAN.nullable(false).defaulted(true), this, ""); /** * The column <code>admin.mapcontext_styled_layer.external_layer</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.String> EXTERNAL_LAYER = createField("external_layer", org.jooq.impl.SQLDataType.VARCHAR.length(512), this, ""); /** * The column <code>admin.mapcontext_styled_layer.external_layer_extent</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.String> EXTERNAL_LAYER_EXTENT = createField("external_layer_extent", org.jooq.impl.SQLDataType.VARCHAR.length(512), this, ""); /** * The column <code>admin.mapcontext_styled_layer.external_service_url</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.String> EXTERNAL_SERVICE_URL = createField("external_service_url", org.jooq.impl.SQLDataType.VARCHAR.length(512), this, ""); /** * The column <code>admin.mapcontext_styled_layer.external_service_version</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.String> EXTERNAL_SERVICE_VERSION = createField("external_service_version", org.jooq.impl.SQLDataType.VARCHAR.length(32), this, ""); /** * The column <code>admin.mapcontext_styled_layer.external_style</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.String> EXTERNAL_STYLE = createField("external_style", org.jooq.impl.SQLDataType.VARCHAR.length(128), this, ""); /** * The column <code>admin.mapcontext_styled_layer.iswms</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Boolean> ISWMS = createField("iswms", org.jooq.impl.SQLDataType.BOOLEAN.nullable(false).defaulted(true), this, ""); /** * The column <code>admin.mapcontext_styled_layer.data_id</code>. */ public final org.jooq.TableField<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> DATA_ID = createField("data_id", org.jooq.impl.SQLDataType.INTEGER, this, ""); /** * Create a <code>admin.mapcontext_styled_layer</code> table reference */ public MapcontextStyledLayer() { this("mapcontext_styled_layer", null); } /** * Create an aliased <code>admin.mapcontext_styled_layer</code> table reference */ public MapcontextStyledLayer(java.lang.String alias) { this(alias, org.constellation.database.api.jooq.tables.MapcontextStyledLayer.MAPCONTEXT_STYLED_LAYER); } private MapcontextStyledLayer(java.lang.String alias, org.jooq.Table<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord> aliased) { this(alias, aliased, null); } private MapcontextStyledLayer(java.lang.String alias, org.jooq.Table<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord> aliased, org.jooq.Field<?>[] parameters) { super(alias, org.constellation.database.api.jooq.Admin.ADMIN, aliased, parameters, ""); } /** * {@inheritDoc} */ @Override public org.jooq.Identity<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, java.lang.Integer> getIdentity() { return org.constellation.database.api.jooq.Keys.IDENTITY_MAPCONTEXT_STYLED_LAYER; } /** * {@inheritDoc} */ @Override public org.jooq.UniqueKey<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord> getPrimaryKey() { return org.constellation.database.api.jooq.Keys.MAPCONTEXT_STYLED_LAYER_PK; } /** * {@inheritDoc} */ @Override public java.util.List<org.jooq.UniqueKey<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord>> getKeys() { return java.util.Arrays.<org.jooq.UniqueKey<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord>>asList(org.constellation.database.api.jooq.Keys.MAPCONTEXT_STYLED_LAYER_PK); } /** * {@inheritDoc} */ @Override public java.util.List<org.jooq.ForeignKey<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, ?>> getReferences() { return java.util.Arrays.<org.jooq.ForeignKey<org.constellation.database.api.jooq.tables.records.MapcontextStyledLayerRecord, ?>>asList(org.constellation.database.api.jooq.Keys.MAPCONTEXT_STYLED_LAYER__MAPCONTEXT_STYLED_LAYER_MAPCONTEXT_ID_FK, org.constellation.database.api.jooq.Keys.MAPCONTEXT_STYLED_LAYER__MAPCONTEXT_STYLED_LAYER_LAYER_ID_FK, org.constellation.database.api.jooq.Keys.MAPCONTEXT_STYLED_LAYER__MAPCONTEXT_STYLED_LAYER_STYLE_ID_FK, org.constellation.database.api.jooq.Keys.MAPCONTEXT_STYLED_LAYER__MAPCONTEXT_STYLED_LAYER_DATA_ID_FK); } /** * {@inheritDoc} */ @Override public org.constellation.database.api.jooq.tables.MapcontextStyledLayer as(java.lang.String alias) { return new org.constellation.database.api.jooq.tables.MapcontextStyledLayer(alias, this); } /** * Rename this table */ public org.constellation.database.api.jooq.tables.MapcontextStyledLayer rename(java.lang.String name) { return new org.constellation.database.api.jooq.tables.MapcontextStyledLayer(name, null); } }