001package com.echothree.model.jooq.server.keys.search;
002
003import com.echothree.model.jooq.server.records.search.CachedExecutedSearchResults;
004import com.echothree.model.jooq.server.records.search.CachedExecutedSearches;
005import com.echothree.model.jooq.server.records.search.CachedSearchIndexFields;
006import com.echothree.model.jooq.server.records.search.CachedSearchStatuses;
007import com.echothree.model.jooq.server.records.search.CachedSearches;
008import com.echothree.model.jooq.server.records.search.PartySearchTypePreferenceDetails;
009import com.echothree.model.jooq.server.records.search.PartySearchTypePreferences;
010import com.echothree.model.jooq.server.records.search.SearchCheckSpellingActionTypeDescriptions;
011import com.echothree.model.jooq.server.records.search.SearchCheckSpellingActionTypeDetails;
012import com.echothree.model.jooq.server.records.search.SearchCheckSpellingActionTypes;
013import com.echothree.model.jooq.server.records.search.SearchDefaultOperatorDescriptions;
014import com.echothree.model.jooq.server.records.search.SearchDefaultOperatorDetails;
015import com.echothree.model.jooq.server.records.search.SearchDefaultOperators;
016import com.echothree.model.jooq.server.records.search.SearchKindDescriptions;
017import com.echothree.model.jooq.server.records.search.SearchKindDetails;
018import com.echothree.model.jooq.server.records.search.SearchKinds;
019import com.echothree.model.jooq.server.records.search.SearchResultActionTypeDescriptions;
020import com.echothree.model.jooq.server.records.search.SearchResultActionTypeDetails;
021import com.echothree.model.jooq.server.records.search.SearchResultActionTypes;
022import com.echothree.model.jooq.server.records.search.SearchResultActions;
023import com.echothree.model.jooq.server.records.search.SearchResults;
024import com.echothree.model.jooq.server.records.search.SearchSortDirectionDescriptions;
025import com.echothree.model.jooq.server.records.search.SearchSortDirectionDetails;
026import com.echothree.model.jooq.server.records.search.SearchSortDirections;
027import com.echothree.model.jooq.server.records.search.SearchSortOrderDescriptions;
028import com.echothree.model.jooq.server.records.search.SearchSortOrderDetails;
029import com.echothree.model.jooq.server.records.search.SearchSortOrders;
030import com.echothree.model.jooq.server.records.search.SearchTypeDescriptions;
031import com.echothree.model.jooq.server.records.search.SearchTypeDetails;
032import com.echothree.model.jooq.server.records.search.SearchTypes;
033import com.echothree.model.jooq.server.records.search.SearchUseTypeDescriptions;
034import com.echothree.model.jooq.server.records.search.SearchUseTypeDetails;
035import com.echothree.model.jooq.server.records.search.SearchUseTypes;
036import com.echothree.model.jooq.server.records.search.Searches;
037import com.echothree.model.jooq.server.records.search.UserVisitSearches;
038
039import org.jooq.TableField;
040import org.jooq.UniqueKey;
041import org.jooq.impl.DSL;
042import org.jooq.impl.Internal;
043
044/**
045 * Key definitions for the SearchUnique component.
046 */
047public interface SearchUniqueKeys {
048    public static final UniqueKey<CachedExecutedSearches> CACHED_EXECUTED_SEARCHES_CACHED_SEARCH_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedExecutedSearches.CachedExecutedSearches, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedExecutedSearches.CachedExecutedSearches.CACHED_SEARCH, com.echothree.model.jooq.server.tables.search.CachedExecutedSearches.CachedExecutedSearches.THRU_TIME }, true);
049    public static final UniqueKey<CachedExecutedSearches> CACHED_EXECUTED_SEARCHES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedExecutedSearches.CachedExecutedSearches, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedExecutedSearches.CachedExecutedSearches.CACHED_EXECUTED_SEARCH }, true);
050    public static final UniqueKey<CachedExecutedSearchResults> CACHED_EXECUTED_SEARCH_RESULTS_CACHED_EXECUTED_SEARCH_AND_ENTITY_INSTANCE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedExecutedSearchResults.CachedExecutedSearchResults, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedExecutedSearchResults.CachedExecutedSearchResults.CACHED_EXECUTED_SEARCH, com.echothree.model.jooq.server.tables.search.CachedExecutedSearchResults.CachedExecutedSearchResults.ENTITY_INSTANCE }, true);
051    public static final UniqueKey<CachedExecutedSearchResults> CACHED_EXECUTED_SEARCH_RESULTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedExecutedSearchResults.CachedExecutedSearchResults, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedExecutedSearchResults.CachedExecutedSearchResults.CACHED_EXECUTED_SEARCH_RESULT }, true);
052    public static final UniqueKey<CachedSearches> CACHED_SEARCHES_INDEX_AND_QUERY_SHA1_HASH_AND_PARSED_QUERY_SHA1_HASH_AND_SEARCH_DEFAULT_OPERATOR_AND_SEARCH_SORT_ORDER_AND_SEARCH_SORT_DIRECTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.INDEX, com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.QUERY_SHA1_HASH, com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.PARSED_QUERY_SHA1_HASH, com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.SEARCH_DEFAULT_OPERATOR, com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.SEARCH_SORT_ORDER, com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.SEARCH_SORT_DIRECTION, com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.THRU_TIME }, true);
053    public static final UniqueKey<CachedSearches> CACHED_SEARCHES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedSearches.CachedSearches.CACHED_SEARCH }, true);
054    public static final UniqueKey<CachedSearchIndexFields> CACHED_SEARCH_INDEX_FIELDS_CACHED_SEARCH_AND_INDEX_FIELD_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedSearchIndexFields.CachedSearchIndexFields, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedSearchIndexFields.CachedSearchIndexFields.CACHED_SEARCH, com.echothree.model.jooq.server.tables.search.CachedSearchIndexFields.CachedSearchIndexFields.INDEX_FIELD, com.echothree.model.jooq.server.tables.search.CachedSearchIndexFields.CachedSearchIndexFields.THRU_TIME }, true);
055    public static final UniqueKey<CachedSearchIndexFields> CACHED_SEARCH_INDEX_FIELDS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedSearchIndexFields.CachedSearchIndexFields, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedSearchIndexFields.CachedSearchIndexFields.CACHED_SEARCH_INDEX_FIELD }, true);
056    public static final UniqueKey<CachedSearchStatuses> CACHED_SEARCH_STATUSES_CACHED_SEARCH_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedSearchStatuses.CachedSearchStatuses, DSL.name("cachedsearchid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedSearchStatuses.CachedSearchStatuses.CACHED_SEARCH }, true);
057    public static final UniqueKey<CachedSearchStatuses> CACHED_SEARCH_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.CachedSearchStatuses.CachedSearchStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.CachedSearchStatuses.CachedSearchStatuses.CACHED_SEARCH_STATUS }, true);
058    public static final UniqueKey<PartySearchTypePreferenceDetails> PARTY_SEARCH_TYPE_PREFERENCE_DETAILS_PARTY_SEARCH_TYPE_PREFERENCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails.PARTY_SEARCH_TYPE_PREFERENCE, com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails.THRU_TIME }, true);
059    public static final UniqueKey<PartySearchTypePreferenceDetails> PARTY_SEARCH_TYPE_PREFERENCE_DETAILS_PARTY_AND_SEARCH_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails.PARTY, com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails.SEARCH_TYPE, com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails.THRU_TIME }, true);
060    public static final UniqueKey<PartySearchTypePreferenceDetails> PARTY_SEARCH_TYPE_PREFERENCE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.PartySearchTypePreferenceDetails.PartySearchTypePreferenceDetails.PARTY_SEARCH_TYPE_PREFERENCE_DETAIL }, true);
061    public static final UniqueKey<PartySearchTypePreferences> PARTY_SEARCH_TYPE_PREFERENCES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.PartySearchTypePreferences.PartySearchTypePreferences, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.PartySearchTypePreferences.PartySearchTypePreferences.ACTIVE_DETAIL }, true);
062    public static final UniqueKey<PartySearchTypePreferences> PARTY_SEARCH_TYPE_PREFERENCES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.PartySearchTypePreferences.PartySearchTypePreferences, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.PartySearchTypePreferences.PartySearchTypePreferences.LAST_DETAIL }, true);
063    public static final UniqueKey<PartySearchTypePreferences> PARTY_SEARCH_TYPE_PREFERENCES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.PartySearchTypePreferences.PartySearchTypePreferences, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.PartySearchTypePreferences.PartySearchTypePreferences.PARTY_SEARCH_TYPE_PREFERENCE }, true);
064    public static final UniqueKey<SearchCheckSpellingActionTypeDescriptions> SEARCH_CHECK_SPELLING_ACTION_TYPE_DESCRIPTIONS_SEARCH_CHECK_SPELLING_ACTION_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDescriptions.SearchCheckSpellingActionTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDescriptions.SearchCheckSpellingActionTypeDescriptions.SEARCH_CHECK_SPELLING_ACTION_TYPE, com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDescriptions.SearchCheckSpellingActionTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDescriptions.SearchCheckSpellingActionTypeDescriptions.THRU_TIME }, true);
065    public static final UniqueKey<SearchCheckSpellingActionTypeDescriptions> SEARCH_CHECK_SPELLING_ACTION_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDescriptions.SearchCheckSpellingActionTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDescriptions.SearchCheckSpellingActionTypeDescriptions.SEARCH_CHECK_SPELLING_ACTION_TYPE_DESCRIPTION }, true);
066    public static final UniqueKey<SearchCheckSpellingActionTypeDetails> SEARCH_CHECK_SPELLING_ACTION_TYPE_DETAILS_SEARCH_CHECK_SPELLING_ACTION_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails.SEARCH_CHECK_SPELLING_ACTION_TYPE, com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails.THRU_TIME }, true);
067    public static final UniqueKey<SearchCheckSpellingActionTypeDetails> SEARCH_CHECK_SPELLING_ACTION_TYPE_DETAILS_SEARCH_CHECK_SPELLING_ACTION_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails.SEARCH_CHECK_SPELLING_ACTION_TYPE_NAME, com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails.THRU_TIME }, true);
068    public static final UniqueKey<SearchCheckSpellingActionTypeDetails> SEARCH_CHECK_SPELLING_ACTION_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypeDetails.SearchCheckSpellingActionTypeDetails.SEARCH_CHECK_SPELLING_ACTION_TYPE_DETAIL }, true);
069    public static final UniqueKey<SearchCheckSpellingActionTypes> SEARCH_CHECK_SPELLING_ACTION_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypes.SearchCheckSpellingActionTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypes.SearchCheckSpellingActionTypes.ACTIVE_DETAIL }, true);
070    public static final UniqueKey<SearchCheckSpellingActionTypes> SEARCH_CHECK_SPELLING_ACTION_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypes.SearchCheckSpellingActionTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypes.SearchCheckSpellingActionTypes.LAST_DETAIL }, true);
071    public static final UniqueKey<SearchCheckSpellingActionTypes> SEARCH_CHECK_SPELLING_ACTION_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypes.SearchCheckSpellingActionTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchCheckSpellingActionTypes.SearchCheckSpellingActionTypes.SEARCH_CHECK_SPELLING_ACTION_TYPE }, true);
072    public static final UniqueKey<SearchDefaultOperatorDescriptions> SEARCH_DEFAULT_OPERATOR_DESCRIPTIONS_SEARCH_DEFAULT_OPERATOR_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDescriptions.SearchDefaultOperatorDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDescriptions.SearchDefaultOperatorDescriptions.SEARCH_DEFAULT_OPERATOR, com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDescriptions.SearchDefaultOperatorDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDescriptions.SearchDefaultOperatorDescriptions.THRU_TIME }, true);
073    public static final UniqueKey<SearchDefaultOperatorDescriptions> SEARCH_DEFAULT_OPERATOR_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDescriptions.SearchDefaultOperatorDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDescriptions.SearchDefaultOperatorDescriptions.SEARCH_DEFAULT_OPERATOR_DESCRIPTION }, true);
074    public static final UniqueKey<SearchDefaultOperatorDetails> SEARCH_DEFAULT_OPERATOR_DETAILS_SEARCH_DEFAULT_OPERATOR_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails.SEARCH_DEFAULT_OPERATOR, com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails.THRU_TIME }, true);
075    public static final UniqueKey<SearchDefaultOperatorDetails> SEARCH_DEFAULT_OPERATOR_DETAILS_SEARCH_DEFAULT_OPERATOR_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails.SEARCH_DEFAULT_OPERATOR_NAME, com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails.THRU_TIME }, true);
076    public static final UniqueKey<SearchDefaultOperatorDetails> SEARCH_DEFAULT_OPERATOR_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperatorDetails.SearchDefaultOperatorDetails.SEARCH_DEFAULT_OPERATOR_DETAIL }, true);
077    public static final UniqueKey<SearchDefaultOperators> SEARCH_DEFAULT_OPERATORS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperators.SearchDefaultOperators, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperators.SearchDefaultOperators.ACTIVE_DETAIL }, true);
078    public static final UniqueKey<SearchDefaultOperators> SEARCH_DEFAULT_OPERATORS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperators.SearchDefaultOperators, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperators.SearchDefaultOperators.LAST_DETAIL }, true);
079    public static final UniqueKey<SearchDefaultOperators> SEARCH_DEFAULT_OPERATORS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchDefaultOperators.SearchDefaultOperators, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchDefaultOperators.SearchDefaultOperators.SEARCH_DEFAULT_OPERATOR }, true);
080    public static final UniqueKey<Searches> SEARCHES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.Searches.Searches, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.Searches.Searches.SEARCH }, true);
081    public static final UniqueKey<SearchKindDescriptions> SEARCH_KIND_DESCRIPTIONS_SEARCH_KIND_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKindDescriptions.SearchKindDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKindDescriptions.SearchKindDescriptions.SEARCH_KIND, com.echothree.model.jooq.server.tables.search.SearchKindDescriptions.SearchKindDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchKindDescriptions.SearchKindDescriptions.THRU_TIME }, true);
082    public static final UniqueKey<SearchKindDescriptions> SEARCH_KIND_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKindDescriptions.SearchKindDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKindDescriptions.SearchKindDescriptions.SEARCH_KIND_DESCRIPTION }, true);
083    public static final UniqueKey<SearchKindDetails> SEARCH_KIND_DETAILS_SEARCH_KIND_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails.SEARCH_KIND, com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails.THRU_TIME }, true);
084    public static final UniqueKey<SearchKindDetails> SEARCH_KIND_DETAILS_SEARCH_KIND_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails.SEARCH_KIND_NAME, com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails.THRU_TIME }, true);
085    public static final UniqueKey<SearchKindDetails> SEARCH_KIND_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKindDetails.SearchKindDetails.SEARCH_KIND_DETAIL }, true);
086    public static final UniqueKey<SearchKinds> SEARCH_KINDS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKinds.SearchKinds, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKinds.SearchKinds.ACTIVE_DETAIL }, true);
087    public static final UniqueKey<SearchKinds> SEARCH_KINDS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKinds.SearchKinds, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKinds.SearchKinds.LAST_DETAIL }, true);
088    public static final UniqueKey<SearchKinds> SEARCH_KINDS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchKinds.SearchKinds, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchKinds.SearchKinds.SEARCH_KIND }, true);
089    public static final UniqueKey<SearchResultActions> SEARCH_RESULT_ACTIONS_SEARCH_AND_SEARCH_RESULT_ACTION_TYPE_AND_ENTITY_INSTANCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions, DSL.name("index4_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions.SEARCH, com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions.SEARCH_RESULT_ACTION_TYPE, com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions.ENTITY_INSTANCE, com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions.THRU_TIME }, true);
090    public static final UniqueKey<SearchResultActions> SEARCH_RESULT_ACTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActions.SearchResultActions.SEARCH_RESULT_ACTION }, true);
091    public static final UniqueKey<SearchResultActionTypeDescriptions> SEARCH_RESULT_ACTION_TYPE_DESCRIPTIONS_SEARCH_RESULT_ACTION_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDescriptions.SearchResultActionTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDescriptions.SearchResultActionTypeDescriptions.SEARCH_RESULT_ACTION_TYPE, com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDescriptions.SearchResultActionTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDescriptions.SearchResultActionTypeDescriptions.THRU_TIME }, true);
092    public static final UniqueKey<SearchResultActionTypeDescriptions> SEARCH_RESULT_ACTION_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDescriptions.SearchResultActionTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDescriptions.SearchResultActionTypeDescriptions.SEARCH_RESULT_ACTION_TYPE_DESCRIPTION }, true);
093    public static final UniqueKey<SearchResultActionTypeDetails> SEARCH_RESULT_ACTION_TYPE_DETAILS_SEARCH_RESULT_ACTION_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails.SEARCH_RESULT_ACTION_TYPE, com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails.THRU_TIME }, true);
094    public static final UniqueKey<SearchResultActionTypeDetails> SEARCH_RESULT_ACTION_TYPE_DETAILS_SEARCH_RESULT_ACTION_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails.SEARCH_RESULT_ACTION_TYPE_NAME, com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails.THRU_TIME }, true);
095    public static final UniqueKey<SearchResultActionTypeDetails> SEARCH_RESULT_ACTION_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypeDetails.SearchResultActionTypeDetails.SEARCH_RESULT_ACTION_TYPE_DETAIL }, true);
096    public static final UniqueKey<SearchResultActionTypes> SEARCH_RESULT_ACTION_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypes.SearchResultActionTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypes.SearchResultActionTypes.ACTIVE_DETAIL }, true);
097    public static final UniqueKey<SearchResultActionTypes> SEARCH_RESULT_ACTION_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypes.SearchResultActionTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypes.SearchResultActionTypes.LAST_DETAIL }, true);
098    public static final UniqueKey<SearchResultActionTypes> SEARCH_RESULT_ACTION_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResultActionTypes.SearchResultActionTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResultActionTypes.SearchResultActionTypes.SEARCH_RESULT_ACTION_TYPE }, true);
099    public static final UniqueKey<SearchResults> SEARCH_RESULTS_SEARCH_AND_ENTITY_INSTANCE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResults.SearchResults, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResults.SearchResults.SEARCH, com.echothree.model.jooq.server.tables.search.SearchResults.SearchResults.ENTITY_INSTANCE }, true);
100    public static final UniqueKey<SearchResults> SEARCH_RESULTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchResults.SearchResults, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchResults.SearchResults.SEARCH_RESULT }, true);
101    public static final UniqueKey<SearchSortDirectionDescriptions> SEARCH_SORT_DIRECTION_DESCRIPTIONS_SEARCH_SORT_DIRECTION_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirectionDescriptions.SearchSortDirectionDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirectionDescriptions.SearchSortDirectionDescriptions.SEARCH_SORT_DIRECTION, com.echothree.model.jooq.server.tables.search.SearchSortDirectionDescriptions.SearchSortDirectionDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchSortDirectionDescriptions.SearchSortDirectionDescriptions.THRU_TIME }, true);
102    public static final UniqueKey<SearchSortDirectionDescriptions> SEARCH_SORT_DIRECTION_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirectionDescriptions.SearchSortDirectionDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirectionDescriptions.SearchSortDirectionDescriptions.SEARCH_SORT_DIRECTION_DESCRIPTION }, true);
103    public static final UniqueKey<SearchSortDirectionDetails> SEARCH_SORT_DIRECTION_DETAILS_SEARCH_SORT_DIRECTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails.SEARCH_SORT_DIRECTION, com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails.THRU_TIME }, true);
104    public static final UniqueKey<SearchSortDirectionDetails> SEARCH_SORT_DIRECTION_DETAILS_SEARCH_SORT_DIRECTION_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails.SEARCH_SORT_DIRECTION_NAME, com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails.THRU_TIME }, true);
105    public static final UniqueKey<SearchSortDirectionDetails> SEARCH_SORT_DIRECTION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirectionDetails.SearchSortDirectionDetails.SEARCH_SORT_DIRECTION_DETAIL }, true);
106    public static final UniqueKey<SearchSortDirections> SEARCH_SORT_DIRECTIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirections.SearchSortDirections, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirections.SearchSortDirections.ACTIVE_DETAIL }, true);
107    public static final UniqueKey<SearchSortDirections> SEARCH_SORT_DIRECTIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirections.SearchSortDirections, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirections.SearchSortDirections.LAST_DETAIL }, true);
108    public static final UniqueKey<SearchSortDirections> SEARCH_SORT_DIRECTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortDirections.SearchSortDirections, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortDirections.SearchSortDirections.SEARCH_SORT_DIRECTION }, true);
109    public static final UniqueKey<SearchSortOrderDescriptions> SEARCH_SORT_ORDER_DESCRIPTIONS_SEARCH_SORT_ORDER_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrderDescriptions.SearchSortOrderDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrderDescriptions.SearchSortOrderDescriptions.SEARCH_SORT_ORDER, com.echothree.model.jooq.server.tables.search.SearchSortOrderDescriptions.SearchSortOrderDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchSortOrderDescriptions.SearchSortOrderDescriptions.THRU_TIME }, true);
110    public static final UniqueKey<SearchSortOrderDescriptions> SEARCH_SORT_ORDER_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrderDescriptions.SearchSortOrderDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrderDescriptions.SearchSortOrderDescriptions.SEARCH_SORT_ORDER_DESCRIPTION }, true);
111    public static final UniqueKey<SearchSortOrderDetails> SEARCH_SORT_ORDER_DETAILS_SEARCH_SORT_ORDER_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails.SEARCH_SORT_ORDER, com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails.THRU_TIME }, true);
112    public static final UniqueKey<SearchSortOrderDetails> SEARCH_SORT_ORDER_DETAILS_SEARCH_KIND_AND_SEARCH_SORT_ORDER_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails.SEARCH_KIND, com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails.SEARCH_SORT_ORDER_NAME, com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails.THRU_TIME }, true);
113    public static final UniqueKey<SearchSortOrderDetails> SEARCH_SORT_ORDER_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrderDetails.SearchSortOrderDetails.SEARCH_SORT_ORDER_DETAIL }, true);
114    public static final UniqueKey<SearchSortOrders> SEARCH_SORT_ORDERS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrders.SearchSortOrders, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrders.SearchSortOrders.ACTIVE_DETAIL }, true);
115    public static final UniqueKey<SearchSortOrders> SEARCH_SORT_ORDERS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrders.SearchSortOrders, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrders.SearchSortOrders.LAST_DETAIL }, true);
116    public static final UniqueKey<SearchSortOrders> SEARCH_SORT_ORDERS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchSortOrders.SearchSortOrders, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchSortOrders.SearchSortOrders.SEARCH_SORT_ORDER }, true);
117    public static final UniqueKey<SearchTypeDescriptions> SEARCH_TYPE_DESCRIPTIONS_SEARCH_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypeDescriptions.SearchTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypeDescriptions.SearchTypeDescriptions.SEARCH_TYPE, com.echothree.model.jooq.server.tables.search.SearchTypeDescriptions.SearchTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchTypeDescriptions.SearchTypeDescriptions.THRU_TIME }, true);
118    public static final UniqueKey<SearchTypeDescriptions> SEARCH_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypeDescriptions.SearchTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypeDescriptions.SearchTypeDescriptions.SEARCH_TYPE_DESCRIPTION }, true);
119    public static final UniqueKey<SearchTypeDetails> SEARCH_TYPE_DETAILS_SEARCH_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails.SEARCH_TYPE, com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails.THRU_TIME }, true);
120    public static final UniqueKey<SearchTypeDetails> SEARCH_TYPE_DETAILS_SEARCH_KIND_AND_SEARCH_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails.SEARCH_KIND, com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails.SEARCH_TYPE_NAME, com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails.THRU_TIME }, true);
121    public static final UniqueKey<SearchTypeDetails> SEARCH_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypeDetails.SearchTypeDetails.SEARCH_TYPE_DETAIL }, true);
122    public static final UniqueKey<SearchTypes> SEARCH_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypes.SearchTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypes.SearchTypes.ACTIVE_DETAIL }, true);
123    public static final UniqueKey<SearchTypes> SEARCH_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypes.SearchTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypes.SearchTypes.LAST_DETAIL }, true);
124    public static final UniqueKey<SearchTypes> SEARCH_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchTypes.SearchTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchTypes.SearchTypes.SEARCH_TYPE }, true);
125    public static final UniqueKey<SearchUseTypeDescriptions> SEARCH_USE_TYPE_DESCRIPTIONS_SEARCH_USE_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypeDescriptions.SearchUseTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypeDescriptions.SearchUseTypeDescriptions.SEARCH_USE_TYPE, com.echothree.model.jooq.server.tables.search.SearchUseTypeDescriptions.SearchUseTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.search.SearchUseTypeDescriptions.SearchUseTypeDescriptions.THRU_TIME }, true);
126    public static final UniqueKey<SearchUseTypeDescriptions> SEARCH_USE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypeDescriptions.SearchUseTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypeDescriptions.SearchUseTypeDescriptions.SEARCH_USE_TYPE_DESCRIPTION }, true);
127    public static final UniqueKey<SearchUseTypeDetails> SEARCH_USE_TYPE_DETAILS_SEARCH_USE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails.SEARCH_USE_TYPE, com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails.THRU_TIME }, true);
128    public static final UniqueKey<SearchUseTypeDetails> SEARCH_USE_TYPE_DETAILS_SEARCH_USE_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails.SEARCH_USE_TYPE_NAME, com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails.THRU_TIME }, true);
129    public static final UniqueKey<SearchUseTypeDetails> SEARCH_USE_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypeDetails.SearchUseTypeDetails.SEARCH_USE_TYPE_DETAIL }, true);
130    public static final UniqueKey<SearchUseTypes> SEARCH_USE_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypes.SearchUseTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypes.SearchUseTypes.ACTIVE_DETAIL }, true);
131    public static final UniqueKey<SearchUseTypes> SEARCH_USE_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypes.SearchUseTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypes.SearchUseTypes.LAST_DETAIL }, true);
132    public static final UniqueKey<SearchUseTypes> SEARCH_USE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.SearchUseTypes.SearchUseTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.SearchUseTypes.SearchUseTypes.SEARCH_USE_TYPE }, true);
133    public static final UniqueKey<UserVisitSearches> USER_VISIT_SEARCHES_USER_VISIT_AND_SEARCH_TYPE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches.USER_VISIT, com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches.SEARCH_TYPE }, true);
134    public static final UniqueKey<UserVisitSearches> USER_VISIT_SEARCHES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches.USER_VISIT_SEARCH }, true);
135    public static final UniqueKey<UserVisitSearches> USER_VISIT_SEARCHES_SEARCH_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches, DSL.name("searchid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.search.UserVisitSearches.UserVisitSearches.SEARCH }, true);
136}