All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ehrbase.jooq.pg.Tables Maven / Gradle / Ivy

The newest version!
/*
 * This file is generated by jOOQ.
 */
package org.ehrbase.jooq.pg;


import org.ehrbase.jooq.pg.tables.AuditDetails;
import org.ehrbase.jooq.pg.tables.CompData;
import org.ehrbase.jooq.pg.tables.CompDataHistory;
import org.ehrbase.jooq.pg.tables.CompVersion;
import org.ehrbase.jooq.pg.tables.CompVersionHistory;
import org.ehrbase.jooq.pg.tables.Contribution;
import org.ehrbase.jooq.pg.tables.Ehr;
import org.ehrbase.jooq.pg.tables.EhrFolderData;
import org.ehrbase.jooq.pg.tables.EhrFolderDataHistory;
import org.ehrbase.jooq.pg.tables.EhrFolderVersion;
import org.ehrbase.jooq.pg.tables.EhrFolderVersionHistory;
import org.ehrbase.jooq.pg.tables.EhrItemTag;
import org.ehrbase.jooq.pg.tables.EhrStatusData;
import org.ehrbase.jooq.pg.tables.EhrStatusDataHistory;
import org.ehrbase.jooq.pg.tables.EhrStatusVersion;
import org.ehrbase.jooq.pg.tables.EhrStatusVersionHistory;
import org.ehrbase.jooq.pg.tables.FlywaySchemaHistory;
import org.ehrbase.jooq.pg.tables.Plugin;
import org.ehrbase.jooq.pg.tables.StoredQuery;
import org.ehrbase.jooq.pg.tables.TemplateStore;
import org.ehrbase.jooq.pg.tables.Users;


/**
 * Convenience access to all tables in ehr.
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Tables {

    /**
     * The table ehr.audit_details.
     */
    public static final AuditDetails AUDIT_DETAILS = AuditDetails.AUDIT_DETAILS;

    /**
     * The table ehr.comp_data.
     */
    public static final CompData COMP_DATA = CompData.COMP_DATA;

    /**
     * The table ehr.comp_data_history.
     */
    public static final CompDataHistory COMP_DATA_HISTORY = CompDataHistory.COMP_DATA_HISTORY;

    /**
     * The table ehr.comp_version.
     */
    public static final CompVersion COMP_VERSION = CompVersion.COMP_VERSION;

    /**
     * The table ehr.comp_version_history.
     */
    public static final CompVersionHistory COMP_VERSION_HISTORY = CompVersionHistory.COMP_VERSION_HISTORY;

    /**
     * The table ehr.contribution.
     */
    public static final Contribution CONTRIBUTION = Contribution.CONTRIBUTION;

    /**
     * The table ehr.ehr.
     */
    public static final Ehr EHR_ = Ehr.EHR_;

    /**
     * The table ehr.ehr_folder_data.
     */
    public static final EhrFolderData EHR_FOLDER_DATA = EhrFolderData.EHR_FOLDER_DATA;

    /**
     * The table ehr.ehr_folder_data_history.
     */
    public static final EhrFolderDataHistory EHR_FOLDER_DATA_HISTORY = EhrFolderDataHistory.EHR_FOLDER_DATA_HISTORY;

    /**
     * The table ehr.ehr_folder_version.
     */
    public static final EhrFolderVersion EHR_FOLDER_VERSION = EhrFolderVersion.EHR_FOLDER_VERSION;

    /**
     * The table ehr.ehr_folder_version_history.
     */
    public static final EhrFolderVersionHistory EHR_FOLDER_VERSION_HISTORY = EhrFolderVersionHistory.EHR_FOLDER_VERSION_HISTORY;

    /**
     * The table ehr.ehr_item_tag.
     */
    public static final EhrItemTag EHR_ITEM_TAG = EhrItemTag.EHR_ITEM_TAG;

    /**
     * The table ehr.ehr_status_data.
     */
    public static final EhrStatusData EHR_STATUS_DATA = EhrStatusData.EHR_STATUS_DATA;

    /**
     * The table ehr.ehr_status_data_history.
     */
    public static final EhrStatusDataHistory EHR_STATUS_DATA_HISTORY = EhrStatusDataHistory.EHR_STATUS_DATA_HISTORY;

    /**
     * The table ehr.ehr_status_version.
     */
    public static final EhrStatusVersion EHR_STATUS_VERSION = EhrStatusVersion.EHR_STATUS_VERSION;

    /**
     * The table ehr.ehr_status_version_history.
     */
    public static final EhrStatusVersionHistory EHR_STATUS_VERSION_HISTORY = EhrStatusVersionHistory.EHR_STATUS_VERSION_HISTORY;

    /**
     * The table ehr.flyway_schema_history.
     */
    public static final FlywaySchemaHistory FLYWAY_SCHEMA_HISTORY = FlywaySchemaHistory.FLYWAY_SCHEMA_HISTORY;

    /**
     * key value store for plugin sub system
     */
    public static final Plugin PLUGIN = Plugin.PLUGIN;

    /**
     * The table ehr.stored_query.
     */
    public static final StoredQuery STORED_QUERY = StoredQuery.STORED_QUERY;

    /**
     * The table ehr.template_store.
     */
    public static final TemplateStore TEMPLATE_STORE = TemplateStore.TEMPLATE_STORE;

    /**
     * The table ehr.users.
     */
    public static final Users USERS = Users.USERS;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy