cn.vertxup.graphic.domain.Tables Maven / Gradle / Ivy
/*
* 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;
import javax.annotation.Generated;
/**
* Convenience access to all tables in DB_ETERNAL
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.10.8"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table DB_ETERNAL.G_CLUSTER
.
*/
public static final GCluster G_CLUSTER = cn.vertxup.graphic.domain.tables.GCluster.G_CLUSTER;
/**
* The table DB_ETERNAL.G_EDGE
.
*/
public static final GEdge G_EDGE = cn.vertxup.graphic.domain.tables.GEdge.G_EDGE;
/**
* The table DB_ETERNAL.G_GRAPHIC
.
*/
public static final GGraphic G_GRAPHIC = cn.vertxup.graphic.domain.tables.GGraphic.G_GRAPHIC;
/**
* The table DB_ETERNAL.G_NODE
.
*/
public static final GNode G_NODE = cn.vertxup.graphic.domain.tables.GNode.G_NODE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy