silentbalanceyh/vertx-zero

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

Summary

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


import cn.vertxup.lbs.domain.tables.*;


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

    /**
     * The table <code>DB_ETERNAL.L_CITY</code>.
     */
    public static final LCity L_CITY = LCity.L_CITY;

    /**
     * The table <code>DB_ETERNAL.L_COUNTRY</code>.
     */
    public static final LCountry L_COUNTRY = LCountry.L_COUNTRY;

    /**
     * The table <code>DB_ETERNAL.L_FLOOR</code>.
     */
    public static final LFloor L_FLOOR = LFloor.L_FLOOR;

    /**
     * The table <code>DB_ETERNAL.L_LOCATION</code>.
     */
    public static final LLocation L_LOCATION = LLocation.L_LOCATION;

    /**
     * The table <code>DB_ETERNAL.L_REGION</code>.
     */
    public static final LRegion L_REGION = LRegion.L_REGION;

    /**
     * The table <code>DB_ETERNAL.L_STATE</code>.
     */
    public static final LState L_STATE = LState.L_STATE;

    /**
     * The table <code>DB_ETERNAL.L_TENT</code>.
     */
    public static final LTent L_TENT = LTent.L_TENT;

    /**
     * The table <code>DB_ETERNAL.L_YARD</code>.
     */
    public static final LYard L_YARD = LYard.L_YARD;
}