silentbalanceyh/vertx-zero

View on GitHub
vertx-pin/zero-graphic/src/main/java/cn/vertxup/graphic/domain/Tables.java

Summary

Maintainability
A
35 mins
Test Coverage
/*
 * This file is generated by jOOQ.
 */
package cn.vertxup.graphic.domain;


import cn.vertxup.graphic.domain.tables.GCluster;
import cn.vertxup.graphic.domain.tables.GEdge;
import cn.vertxup.graphic.domain.tables.GGraphic;
import cn.vertxup.graphic.domain.tables.GNode;


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

    /**
     * The table <code>DB_ETERNAL.G_CLUSTER</code>.
     */
    public static final GCluster G_CLUSTER = GCluster.G_CLUSTER;

    /**
     * The table <code>DB_ETERNAL.G_EDGE</code>.
     */
    public static final GEdge G_EDGE = GEdge.G_EDGE;

    /**
     * The table <code>DB_ETERNAL.G_GRAPHIC</code>.
     */
    public static final GGraphic G_GRAPHIC = GGraphic.G_GRAPHIC;

    /**
     * The table <code>DB_ETERNAL.G_NODE</code>.
     */
    public static final GNode G_NODE = GNode.G_NODE;
}