001package com.echothree.model.jooq.server.keys.content; 002 003import com.echothree.model.jooq.server.records.content.ContentCatalogDescriptions; 004import com.echothree.model.jooq.server.records.content.ContentCatalogDetails; 005import com.echothree.model.jooq.server.records.content.ContentCatalogItemFixedPrices; 006import com.echothree.model.jooq.server.records.content.ContentCatalogItemVariablePrices; 007import com.echothree.model.jooq.server.records.content.ContentCatalogItems; 008import com.echothree.model.jooq.server.records.content.ContentCatalogs; 009import com.echothree.model.jooq.server.records.content.ContentCategories; 010import com.echothree.model.jooq.server.records.content.ContentCategoryDescriptions; 011import com.echothree.model.jooq.server.records.content.ContentCategoryDetails; 012import com.echothree.model.jooq.server.records.content.ContentCategoryItems; 013import com.echothree.model.jooq.server.records.content.ContentCollectionDescriptions; 014import com.echothree.model.jooq.server.records.content.ContentCollectionDetails; 015import com.echothree.model.jooq.server.records.content.ContentCollections; 016import com.echothree.model.jooq.server.records.content.ContentForumDetails; 017import com.echothree.model.jooq.server.records.content.ContentForums; 018import com.echothree.model.jooq.server.records.content.ContentPageAreaBlobs; 019import com.echothree.model.jooq.server.records.content.ContentPageAreaClobs; 020import com.echothree.model.jooq.server.records.content.ContentPageAreaDetails; 021import com.echothree.model.jooq.server.records.content.ContentPageAreaStrings; 022import com.echothree.model.jooq.server.records.content.ContentPageAreaTypeDescriptions; 023import com.echothree.model.jooq.server.records.content.ContentPageAreaTypes; 024import com.echothree.model.jooq.server.records.content.ContentPageAreaUrls; 025import com.echothree.model.jooq.server.records.content.ContentPageAreas; 026import com.echothree.model.jooq.server.records.content.ContentPageDescriptions; 027import com.echothree.model.jooq.server.records.content.ContentPageDetails; 028import com.echothree.model.jooq.server.records.content.ContentPageLayoutAreaDescriptions; 029import com.echothree.model.jooq.server.records.content.ContentPageLayoutAreas; 030import com.echothree.model.jooq.server.records.content.ContentPageLayoutDescriptions; 031import com.echothree.model.jooq.server.records.content.ContentPageLayoutDetails; 032import com.echothree.model.jooq.server.records.content.ContentPageLayouts; 033import com.echothree.model.jooq.server.records.content.ContentPages; 034import com.echothree.model.jooq.server.records.content.ContentSectionDescriptions; 035import com.echothree.model.jooq.server.records.content.ContentSectionDetails; 036import com.echothree.model.jooq.server.records.content.ContentSections; 037import com.echothree.model.jooq.server.records.content.ContentWebAddressDescriptions; 038import com.echothree.model.jooq.server.records.content.ContentWebAddressDetails; 039import com.echothree.model.jooq.server.records.content.ContentWebAddressServers; 040import com.echothree.model.jooq.server.records.content.ContentWebAddresses; 041 042import org.jooq.TableField; 043import org.jooq.UniqueKey; 044import org.jooq.impl.DSL; 045import org.jooq.impl.Internal; 046 047/** 048 * Key definitions for the ContentUnique component. 049 */ 050public interface ContentUniqueKeys { 051 public static final UniqueKey<ContentCatalogDescriptions> CONTENT_CATALOG_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogDescriptions.ContentCatalogDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogDescriptions.ContentCatalogDescriptions.CONTENT_CATALOG_DESCRIPTION }, true); 052 public static final UniqueKey<ContentCatalogDetails> CONTENT_CATALOG_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogDetails.ContentCatalogDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogDetails.ContentCatalogDetails.CONTENT_CATALOG_DETAIL }, true); 053 public static final UniqueKey<ContentCatalogItemFixedPrices> CONTENT_CATALOG_ITEM_FIXED_PRICES_CONTENT_CATALOG_ITEM_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogItemFixedPrices.ContentCatalogItemFixedPrices, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogItemFixedPrices.ContentCatalogItemFixedPrices.CONTENT_CATALOG_ITEM, com.echothree.model.jooq.server.tables.content.ContentCatalogItemFixedPrices.ContentCatalogItemFixedPrices.THRU_TIME }, true); 054 public static final UniqueKey<ContentCatalogItemFixedPrices> CONTENT_CATALOG_ITEM_FIXED_PRICES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogItemFixedPrices.ContentCatalogItemFixedPrices, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogItemFixedPrices.ContentCatalogItemFixedPrices.CONTENT_CATALOG_ITEM_FIXED_PRICE }, true); 055 public static final UniqueKey<ContentCatalogItems> CONTENT_CATALOG_ITEMS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogItems.ContentCatalogItems, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogItems.ContentCatalogItems.CONTENT_CATALOG_ITEM }, true); 056 public static final UniqueKey<ContentCatalogItemVariablePrices> CONTENT_CATALOG_ITEM_VARIABLE_PRICES_CONTENT_CATALOG_ITEM_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogItemVariablePrices.ContentCatalogItemVariablePrices, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogItemVariablePrices.ContentCatalogItemVariablePrices.CONTENT_CATALOG_ITEM, com.echothree.model.jooq.server.tables.content.ContentCatalogItemVariablePrices.ContentCatalogItemVariablePrices.THRU_TIME }, true); 057 public static final UniqueKey<ContentCatalogItemVariablePrices> CONTENT_CATALOG_ITEM_VARIABLE_PRICES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogItemVariablePrices.ContentCatalogItemVariablePrices, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogItemVariablePrices.ContentCatalogItemVariablePrices.CONTENT_CATALOG_ITEM_VARIABLE_PRICE }, true); 058 public static final UniqueKey<ContentCatalogs> CONTENT_CATALOGS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogs.ContentCatalogs, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogs.ContentCatalogs.ACTIVE_DETAIL }, true); 059 public static final UniqueKey<ContentCatalogs> CONTENT_CATALOGS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogs.ContentCatalogs, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogs.ContentCatalogs.LAST_DETAIL }, true); 060 public static final UniqueKey<ContentCatalogs> CONTENT_CATALOGS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCatalogs.ContentCatalogs, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCatalogs.ContentCatalogs.CONTENT_CATALOG }, true); 061 public static final UniqueKey<ContentCategories> CONTENT_CATEGORIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCategories.ContentCategories, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCategories.ContentCategories.ACTIVE_DETAIL }, true); 062 public static final UniqueKey<ContentCategories> CONTENT_CATEGORIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCategories.ContentCategories, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCategories.ContentCategories.LAST_DETAIL }, true); 063 public static final UniqueKey<ContentCategories> CONTENT_CATEGORIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCategories.ContentCategories, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCategories.ContentCategories.CONTENT_CATEGORY }, true); 064 public static final UniqueKey<ContentCategoryDescriptions> CONTENT_CATEGORY_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCategoryDescriptions.ContentCategoryDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCategoryDescriptions.ContentCategoryDescriptions.CONTENT_CATEGORY_DESCRIPTION }, true); 065 public static final UniqueKey<ContentCategoryDetails> CONTENT_CATEGORY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCategoryDetails.ContentCategoryDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCategoryDetails.ContentCategoryDetails.CONTENT_CATEGORY_DETAIL }, true); 066 public static final UniqueKey<ContentCategoryItems> CONTENT_CATEGORY_ITEMS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCategoryItems.ContentCategoryItems, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCategoryItems.ContentCategoryItems.CONTENT_CATEGORY_ITEM }, true); 067 public static final UniqueKey<ContentCollectionDescriptions> CONTENT_COLLECTION_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCollectionDescriptions.ContentCollectionDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCollectionDescriptions.ContentCollectionDescriptions.CONTENT_COLLECTION_DESCRIPTION }, true); 068 public static final UniqueKey<ContentCollectionDetails> CONTENT_COLLECTION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCollectionDetails.ContentCollectionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCollectionDetails.ContentCollectionDetails.CONTENT_COLLECTION_DETAIL }, true); 069 public static final UniqueKey<ContentCollections> CONTENT_COLLECTIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCollections.ContentCollections, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCollections.ContentCollections.ACTIVE_DETAIL }, true); 070 public static final UniqueKey<ContentCollections> CONTENT_COLLECTIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCollections.ContentCollections, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCollections.ContentCollections.LAST_DETAIL }, true); 071 public static final UniqueKey<ContentCollections> CONTENT_COLLECTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentCollections.ContentCollections, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentCollections.ContentCollections.CONTENT_COLLECTION }, true); 072 public static final UniqueKey<ContentForumDetails> CONTENT_FORUM_DETAILS_FORUM_AND_CONTENT_COLLECTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentForumDetails.ContentForumDetails, DSL.name("index4_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentForumDetails.ContentForumDetails.FORUM, com.echothree.model.jooq.server.tables.content.ContentForumDetails.ContentForumDetails.CONTENT_COLLECTION, com.echothree.model.jooq.server.tables.content.ContentForumDetails.ContentForumDetails.THRU_TIME }, true); 073 public static final UniqueKey<ContentForumDetails> CONTENT_FORUM_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentForumDetails.ContentForumDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentForumDetails.ContentForumDetails.CONTENT_FORUM_DETAIL }, true); 074 public static final UniqueKey<ContentForums> CONTENT_FORUMS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentForums.ContentForums, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentForums.ContentForums.ACTIVE_DETAIL }, true); 075 public static final UniqueKey<ContentForums> CONTENT_FORUMS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentForums.ContentForums, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentForums.ContentForums.LAST_DETAIL }, true); 076 public static final UniqueKey<ContentForums> CONTENT_FORUMS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentForums.ContentForums, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentForums.ContentForums.CONTENT_FORUM }, true); 077 public static final UniqueKey<ContentPageAreaBlobs> CONTENT_PAGE_AREA_BLOBS_CONTENT_PAGE_AREA_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaBlobs.ContentPageAreaBlobs, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaBlobs.ContentPageAreaBlobs.CONTENT_PAGE_AREA_DETAIL }, true); 078 public static final UniqueKey<ContentPageAreaBlobs> CONTENT_PAGE_AREA_BLOBS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaBlobs.ContentPageAreaBlobs, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaBlobs.ContentPageAreaBlobs.CONTENT_PAGE_AREA_BLOB }, true); 079 public static final UniqueKey<ContentPageAreaClobs> CONTENT_PAGE_AREA_CLOBS_CONTENT_PAGE_AREA_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaClobs.ContentPageAreaClobs, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaClobs.ContentPageAreaClobs.CONTENT_PAGE_AREA_DETAIL }, true); 080 public static final UniqueKey<ContentPageAreaClobs> CONTENT_PAGE_AREA_CLOBS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaClobs.ContentPageAreaClobs, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaClobs.ContentPageAreaClobs.CONTENT_PAGE_AREA_CLOB }, true); 081 public static final UniqueKey<ContentPageAreaDetails> CONTENT_PAGE_AREA_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaDetails.ContentPageAreaDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaDetails.ContentPageAreaDetails.CONTENT_PAGE_AREA_DETAIL }, true); 082 public static final UniqueKey<ContentPageAreas> CONTENT_PAGE_AREAS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreas.ContentPageAreas, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreas.ContentPageAreas.ACTIVE_DETAIL }, true); 083 public static final UniqueKey<ContentPageAreas> CONTENT_PAGE_AREAS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreas.ContentPageAreas, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreas.ContentPageAreas.LAST_DETAIL }, true); 084 public static final UniqueKey<ContentPageAreas> CONTENT_PAGE_AREAS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreas.ContentPageAreas, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreas.ContentPageAreas.CONTENT_PAGE_AREA }, true); 085 public static final UniqueKey<ContentPageAreaStrings> CONTENT_PAGE_AREA_STRINGS_CONTENT_PAGE_AREA_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaStrings.ContentPageAreaStrings, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaStrings.ContentPageAreaStrings.CONTENT_PAGE_AREA_DETAIL }, true); 086 public static final UniqueKey<ContentPageAreaStrings> CONTENT_PAGE_AREA_STRINGS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaStrings.ContentPageAreaStrings, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaStrings.ContentPageAreaStrings.CONTENT_PAGE_AREA_STRING }, true); 087 public static final UniqueKey<ContentPageAreaTypeDescriptions> CONTENT_PAGE_AREA_TYPE_DESCRIPTIONS_CONTENT_PAGE_AREA_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaTypeDescriptions.ContentPageAreaTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaTypeDescriptions.ContentPageAreaTypeDescriptions.CONTENT_PAGE_AREA_TYPE, com.echothree.model.jooq.server.tables.content.ContentPageAreaTypeDescriptions.ContentPageAreaTypeDescriptions.LANGUAGE }, true); 088 public static final UniqueKey<ContentPageAreaTypeDescriptions> CONTENT_PAGE_AREA_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaTypeDescriptions.ContentPageAreaTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaTypeDescriptions.ContentPageAreaTypeDescriptions.CONTENT_PAGE_AREA_TYPE_DESCRIPTION }, true); 089 public static final UniqueKey<ContentPageAreaTypes> CONTENT_PAGE_AREA_TYPES_CONTENT_PAGE_AREA_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaTypes.ContentPageAreaTypes, DSL.name("contentpageareatypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaTypes.ContentPageAreaTypes.CONTENT_PAGE_AREA_TYPE_NAME }, true); 090 public static final UniqueKey<ContentPageAreaTypes> CONTENT_PAGE_AREA_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaTypes.ContentPageAreaTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaTypes.ContentPageAreaTypes.CONTENT_PAGE_AREA_TYPE }, true); 091 public static final UniqueKey<ContentPageAreaUrls> CONTENT_PAGE_AREA_URLS_CONTENT_PAGE_AREA_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaUrls.ContentPageAreaUrls, DSL.name("contentpageareadetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaUrls.ContentPageAreaUrls.CONTENT_PAGE_AREA_DETAIL }, true); 092 public static final UniqueKey<ContentPageAreaUrls> CONTENT_PAGE_AREA_URLS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageAreaUrls.ContentPageAreaUrls, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageAreaUrls.ContentPageAreaUrls.CONTENT_PAGE_AREA_LINK }, true); 093 public static final UniqueKey<ContentPageDescriptions> CONTENT_PAGE_DESCRIPTIONS_CONTENT_PAGE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageDescriptions.ContentPageDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageDescriptions.ContentPageDescriptions.CONTENT_PAGE, com.echothree.model.jooq.server.tables.content.ContentPageDescriptions.ContentPageDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.content.ContentPageDescriptions.ContentPageDescriptions.THRU_TIME }, true); 094 public static final UniqueKey<ContentPageDescriptions> CONTENT_PAGE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageDescriptions.ContentPageDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageDescriptions.ContentPageDescriptions.CONTENT_PAGE_DESCRIPTION }, true); 095 public static final UniqueKey<ContentPageDetails> CONTENT_PAGE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageDetails.ContentPageDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageDetails.ContentPageDetails.CONTENT_PAGE_DETAIL }, true); 096 public static final UniqueKey<ContentPageLayoutAreaDescriptions> CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_AREA_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreaDescriptions.ContentPageLayoutAreaDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreaDescriptions.ContentPageLayoutAreaDescriptions.CONTENT_PAGE_LAYOUT_AREA, com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreaDescriptions.ContentPageLayoutAreaDescriptions.LANGUAGE }, true); 097 public static final UniqueKey<ContentPageLayoutAreaDescriptions> CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreaDescriptions.ContentPageLayoutAreaDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreaDescriptions.ContentPageLayoutAreaDescriptions.CONTENT_PAGE_LAYOUT_AREA_DESCRIPTION }, true); 098 public static final UniqueKey<ContentPageLayoutAreas> CONTENT_PAGE_LAYOUT_AREAS_CONTENT_PAGE_LAYOUT_AND_SORT_ORDER_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreas.ContentPageLayoutAreas, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreas.ContentPageLayoutAreas.CONTENT_PAGE_LAYOUT, com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreas.ContentPageLayoutAreas.SORT_ORDER }, true); 099 public static final UniqueKey<ContentPageLayoutAreas> CONTENT_PAGE_LAYOUT_AREAS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreas.ContentPageLayoutAreas, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutAreas.ContentPageLayoutAreas.CONTENT_PAGE_LAYOUT_AREA }, true); 100 public static final UniqueKey<ContentPageLayoutDescriptions> CONTENT_PAGE_LAYOUT_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutDescriptions.ContentPageLayoutDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutDescriptions.ContentPageLayoutDescriptions.CONTENT_PAGE_LAYOUT, com.echothree.model.jooq.server.tables.content.ContentPageLayoutDescriptions.ContentPageLayoutDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.content.ContentPageLayoutDescriptions.ContentPageLayoutDescriptions.THRU_TIME }, true); 101 public static final UniqueKey<ContentPageLayoutDescriptions> CONTENT_PAGE_LAYOUT_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutDescriptions.ContentPageLayoutDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutDescriptions.ContentPageLayoutDescriptions.CONTENT_PAGE_LAYOUT_DESCRIPTION }, true); 102 public static final UniqueKey<ContentPageLayoutDetails> CONTENT_PAGE_LAYOUT_DETAILS_CONTENT_PAGE_LAYOUT_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails.CONTENT_PAGE_LAYOUT, com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails.THRU_TIME }, true); 103 public static final UniqueKey<ContentPageLayoutDetails> CONTENT_PAGE_LAYOUT_DETAILS_CONTENT_PAGE_LAYOUT_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails.CONTENT_PAGE_LAYOUT_NAME, com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails.THRU_TIME }, true); 104 public static final UniqueKey<ContentPageLayoutDetails> CONTENT_PAGE_LAYOUT_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayoutDetails.ContentPageLayoutDetails.CONTENT_PAGE_LAYOUT_DETAIL }, true); 105 public static final UniqueKey<ContentPageLayouts> CONTENT_PAGE_LAYOUTS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayouts.ContentPageLayouts, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayouts.ContentPageLayouts.ACTIVE_DETAIL }, true); 106 public static final UniqueKey<ContentPageLayouts> CONTENT_PAGE_LAYOUTS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayouts.ContentPageLayouts, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayouts.ContentPageLayouts.LAST_DETAIL }, true); 107 public static final UniqueKey<ContentPageLayouts> CONTENT_PAGE_LAYOUTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPageLayouts.ContentPageLayouts, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPageLayouts.ContentPageLayouts.CONTENT_PAGE_LAYOUT }, true); 108 public static final UniqueKey<ContentPages> CONTENT_PAGES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPages.ContentPages, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPages.ContentPages.ACTIVE_DETAIL }, true); 109 public static final UniqueKey<ContentPages> CONTENT_PAGES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPages.ContentPages, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPages.ContentPages.LAST_DETAIL }, true); 110 public static final UniqueKey<ContentPages> CONTENT_PAGES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentPages.ContentPages, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentPages.ContentPages.CONTENT_PAGE }, true); 111 public static final UniqueKey<ContentSectionDescriptions> CONTENT_SECTION_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentSectionDescriptions.ContentSectionDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentSectionDescriptions.ContentSectionDescriptions.CONTENT_SECTION_DESCRIPTION }, true); 112 public static final UniqueKey<ContentSectionDetails> CONTENT_SECTION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentSectionDetails.ContentSectionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentSectionDetails.ContentSectionDetails.CONTENT_SECTION_DETAIL }, true); 113 public static final UniqueKey<ContentSections> CONTENT_SECTIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentSections.ContentSections, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentSections.ContentSections.ACTIVE_DETAIL }, true); 114 public static final UniqueKey<ContentSections> CONTENT_SECTIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentSections.ContentSections, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentSections.ContentSections.LAST_DETAIL }, true); 115 public static final UniqueKey<ContentSections> CONTENT_SECTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentSections.ContentSections, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentSections.ContentSections.CONTENT_SECTION }, true); 116 public static final UniqueKey<ContentWebAddressDescriptions> CONTENT_WEB_ADDRESS_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentWebAddressDescriptions.ContentWebAddressDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentWebAddressDescriptions.ContentWebAddressDescriptions.CONTENT_WEB_ADDRESS_DESCRIPTION }, true); 117 public static final UniqueKey<ContentWebAddressDetails> CONTENT_WEB_ADDRESS_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentWebAddressDetails.ContentWebAddressDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentWebAddressDetails.ContentWebAddressDetails.CONTENT_WEB_ADDRESS_DETAIL }, true); 118 public static final UniqueKey<ContentWebAddresses> CONTENT_WEB_ADDRESSES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentWebAddresses.ContentWebAddresses, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentWebAddresses.ContentWebAddresses.ACTIVE_DETAIL }, true); 119 public static final UniqueKey<ContentWebAddresses> CONTENT_WEB_ADDRESSES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentWebAddresses.ContentWebAddresses, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentWebAddresses.ContentWebAddresses.LAST_DETAIL }, true); 120 public static final UniqueKey<ContentWebAddresses> CONTENT_WEB_ADDRESSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentWebAddresses.ContentWebAddresses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentWebAddresses.ContentWebAddresses.CONTENT_WEB_ADDRESS }, true); 121 public static final UniqueKey<ContentWebAddressServers> CONTENT_WEB_ADDRESS_SERVERS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.content.ContentWebAddressServers.ContentWebAddressServers, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.content.ContentWebAddressServers.ContentWebAddressServers.CONTENT_WEB_ADDRESS_SERVER }, true); 122}