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

cn.vertxup.erp.domain.DefaultCatalog Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
/*
 * This file is generated by jOOQ.
 */
package cn.vertxup.erp.domain;


import org.jooq.Schema;
import org.jooq.impl.CatalogImpl;

import java.util.Arrays;
import java.util.List;


/**
 * This class is generated by jOOQ.
 */
@SuppressWarnings({"all", "unchecked", "rawtypes"})
public class DefaultCatalog extends CatalogImpl {

    /**
     * The reference instance of DEFAULT_CATALOG
     */
    public static final DefaultCatalog DEFAULT_CATALOG = new DefaultCatalog();
    private static final long serialVersionUID = 1L;
    /**
     * The schema DB_ETERNAL.
     */
    public final Db DB_ETERNAL = Db.DB_ETERNAL;

    /**
     * No further instances allowed
     */
    private DefaultCatalog() {
        super("");
    }

    @Override
    public final List getSchemas() {
        return Arrays.asList(
            Db.DB_ETERNAL
        );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy