/**
* This class is generated by jOOQ
*/
package classes;
import classes.tables.PersonSchedule;
import classes.tables.PersonShop;
import classes.tables.Persons;
import classes.tables.PositionSalary;
import classes.tables.Positions;
import classes.tables.ProductAmounts;
import classes.tables.ProductPrices;
import classes.tables.ProductTypes;
import classes.tables.Products;
import classes.tables.SellLog;
import classes.tables.Shops;
import javax.annotation.Generated;
/**
* Convenience access to all tables in public
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.8.6"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table public.person_schedule
.
*/
public static final PersonSchedule PERSON_SCHEDULE = classes.tables.PersonSchedule.PERSON_SCHEDULE;
/**
* The table public.person_shop
.
*/
public static final PersonShop PERSON_SHOP = classes.tables.PersonShop.PERSON_SHOP;
/**
* The table public.persons
.
*/
public static final Persons PERSONS = classes.tables.Persons.PERSONS;
/**
* The table public.position_salary
.
*/
public static final PositionSalary POSITION_SALARY = classes.tables.PositionSalary.POSITION_SALARY;
/**
* The table public.positions
.
*/
public static final Positions POSITIONS = classes.tables.Positions.POSITIONS;
/**
* The table public.product_amounts
.
*/
public static final ProductAmounts PRODUCT_AMOUNTS = classes.tables.ProductAmounts.PRODUCT_AMOUNTS;
/**
* The table public.product_prices
.
*/
public static final ProductPrices PRODUCT_PRICES = classes.tables.ProductPrices.PRODUCT_PRICES;
/**
* The table public.product_types
.
*/
public static final ProductTypes PRODUCT_TYPES = classes.tables.ProductTypes.PRODUCT_TYPES;
/**
* The table public.products
.
*/
public static final Products PRODUCTS = classes.tables.Products.PRODUCTS;
/**
* The table public.sell_log
.
*/
public static final SellLog SELL_LOG = classes.tables.SellLog.SELL_LOG;
/**
* The table public.shops
.
*/
public static final Shops SHOPS = classes.tables.Shops.SHOPS;
}