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

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

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


import org.jooq.Sequence;
import org.jooq.impl.Internal;
import org.jooq.impl.SQLDataType;


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

    /**
     * The sequence ehr.tenant_id_seq
     */
    public static final Sequence TENANT_ID_SEQ = Internal.createSequence("tenant_id_seq", Ehr.EHR, SQLDataType.BIGINT.nullable(false), null, null, null, null, false, null);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy