/* * This file is generated by jOOQ. */ package jooq; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.annotation.Generated; import jooq.tables.Accountrecord; import jooq.tables.Accrecord; import jooq.tables.Brokerinfor; import jooq.tables.Cardaccount; import jooq.tables.Cashrecord; import jooq.tables.Chatrecord; import jooq.tables.CoinShareRecord; import jooq.tables.Datatypeinfo; import jooq.tables.Honorinfo; import jooq.tables.Imlog; import jooq.tables.Log; import jooq.tables.Memberinfo; import jooq.tables.Membersign; import jooq.tables.Modelact; import jooq.tables.Modelactitem; import jooq.tables.Modelcard; import jooq.tables.Modelfan; import jooq.tables.Modelfigure; import jooq.tables.Modelinfo; import jooq.tables.Modelintimate; import jooq.tables.Modelphoto; import jooq.tables.Modelprice; import jooq.tables.Modelprivate; import jooq.tables.Modelprivatediscuss; import jooq.tables.Modelprivateitem; import jooq.tables.Nexus; import jooq.tables.Onlinelog; import jooq.tables.Orderrecord; import jooq.tables.Paraminfo; import jooq.tables.Parttyinfo; import jooq.tables.Parttysign; import jooq.tables.Redpacket; import jooq.tables.Reportinfo; import jooq.tables.Sharerecord; import jooq.tables.Videorecord; import org.jooq.Catalog; import org.jooq.Table; import org.jooq.impl.SchemaImpl; /** * This class is generated by jOOQ. */ @Generated( value = { "http://www.jooq.org", "jOOQ version:3.11.5" }, comments = "This class is generated by jOOQ" ) @SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Thmodel extends SchemaImpl { private static final long serialVersionUID = -1631060433; /** * The reference instance of thmodel */ public static final Thmodel THMODEL = new Thmodel(); /** * The table thmodel.accountrecord. */ public final Accountrecord ACCOUNTRECORD = jooq.tables.Accountrecord.ACCOUNTRECORD; /** * The table thmodel.accrecord. */ public final Accrecord ACCRECORD = jooq.tables.Accrecord.ACCRECORD; /** * The table thmodel.brokerinfor. */ public final Brokerinfor BROKERINFOR = jooq.tables.Brokerinfor.BROKERINFOR; /** * The table thmodel.cardaccount. */ public final Cardaccount CARDACCOUNT = jooq.tables.Cardaccount.CARDACCOUNT; /** * The table thmodel.cashrecord. */ public final Cashrecord CASHRECORD = jooq.tables.Cashrecord.CASHRECORD; /** * 类别:文字、语音、图片 */ public final Chatrecord CHATRECORD = jooq.tables.Chatrecord.CHATRECORD; /** * The table thmodel.coin_share_record. */ public final CoinShareRecord COIN_SHARE_RECORD = jooq.tables.CoinShareRecord.COIN_SHARE_RECORD; /** * The table thmodel.datatypeinfo. */ public final Datatypeinfo DATATYPEINFO = jooq.tables.Datatypeinfo.DATATYPEINFO; /** * The table thmodel.honorinfo. */ public final Honorinfo HONORINFO = jooq.tables.Honorinfo.HONORINFO; /** * The table thmodel.imlog. */ public final Imlog IMLOG = jooq.tables.Imlog.IMLOG; /** * The table thmodel.log. */ public final Log LOG = jooq.tables.Log.LOG; /** * The table thmodel.memberinfo. */ public final Memberinfo MEMBERINFO = jooq.tables.Memberinfo.MEMBERINFO; /** * The table thmodel.membersign. */ public final Membersign MEMBERSIGN = jooq.tables.Membersign.MEMBERSIGN; /** * The table thmodel.modelact. */ public final Modelact MODELACT = jooq.tables.Modelact.MODELACT; /** * The table thmodel.modelactitem. */ public final Modelactitem MODELACTITEM = jooq.tables.Modelactitem.MODELACTITEM; /** * The table thmodel.modelcard. */ public final Modelcard MODELCARD = jooq.tables.Modelcard.MODELCARD; /** * The table thmodel.modelfan. */ public final Modelfan MODELFAN = jooq.tables.Modelfan.MODELFAN; /** * The table thmodel.modelfigure. */ public final Modelfigure MODELFIGURE = jooq.tables.Modelfigure.MODELFIGURE; /** * The table thmodel.modelinfo. */ public final Modelinfo MODELINFO = jooq.tables.Modelinfo.MODELINFO; /** * The table thmodel.modelintimate. */ public final Modelintimate MODELINTIMATE = jooq.tables.Modelintimate.MODELINTIMATE; /** * The table thmodel.modelphoto. */ public final Modelphoto MODELPHOTO = jooq.tables.Modelphoto.MODELPHOTO; /** * The table thmodel.modelprice. */ public final Modelprice MODELPRICE = jooq.tables.Modelprice.MODELPRICE; /** * The table thmodel.modelprivate. */ public final Modelprivate MODELPRIVATE = jooq.tables.Modelprivate.MODELPRIVATE; /** * The table thmodel.modelprivatediscuss. */ public final Modelprivatediscuss MODELPRIVATEDISCUSS = jooq.tables.Modelprivatediscuss.MODELPRIVATEDISCUSS; /** * The table thmodel.modelprivateitem. */ public final Modelprivateitem MODELPRIVATEITEM = jooq.tables.Modelprivateitem.MODELPRIVATEITEM; /** * The table thmodel.nexus. */ public final Nexus NEXUS = jooq.tables.Nexus.NEXUS; /** * The table thmodel.onlinelog. */ public final Onlinelog ONLINELOG = jooq.tables.Onlinelog.ONLINELOG; /** * The table thmodel.orderrecord. */ public final Orderrecord ORDERRECORD = jooq.tables.Orderrecord.ORDERRECORD; /** * The table thmodel.paraminfo. */ public final Paraminfo PARAMINFO = jooq.tables.Paraminfo.PARAMINFO; /** * The table thmodel.parttyinfo. */ public final Parttyinfo PARTTYINFO = jooq.tables.Parttyinfo.PARTTYINFO; /** * The table thmodel.parttysign. */ public final Parttysign PARTTYSIGN = jooq.tables.Parttysign.PARTTYSIGN; /** * The table thmodel.redpacket. */ public final Redpacket REDPACKET = jooq.tables.Redpacket.REDPACKET; /** * The table thmodel.reportinfo. */ public final Reportinfo REPORTINFO = jooq.tables.Reportinfo.REPORTINFO; /** * 分享记录 */ public final Sharerecord SHARERECORD = jooq.tables.Sharerecord.SHARERECORD; /** * The table thmodel.videorecord. */ public final Videorecord VIDEORECORD = jooq.tables.Videorecord.VIDEORECORD; /** * No further instances allowed */ private Thmodel() { super("thmodel", null); } /** * {@inheritDoc} */ @Override public Catalog getCatalog() { return DefaultCatalog.DEFAULT_CATALOG; } @Override public final List> getTables() { List result = new ArrayList(); result.addAll(getTables0()); return result; } private final List> getTables0() { return Arrays.>asList( Accountrecord.ACCOUNTRECORD, Accrecord.ACCRECORD, Brokerinfor.BROKERINFOR, Cardaccount.CARDACCOUNT, Cashrecord.CASHRECORD, Chatrecord.CHATRECORD, CoinShareRecord.COIN_SHARE_RECORD, Datatypeinfo.DATATYPEINFO, Honorinfo.HONORINFO, Imlog.IMLOG, Log.LOG, Memberinfo.MEMBERINFO, Membersign.MEMBERSIGN, Modelact.MODELACT, Modelactitem.MODELACTITEM, Modelcard.MODELCARD, Modelfan.MODELFAN, Modelfigure.MODELFIGURE, Modelinfo.MODELINFO, Modelintimate.MODELINTIMATE, Modelphoto.MODELPHOTO, Modelprice.MODELPRICE, Modelprivate.MODELPRIVATE, Modelprivatediscuss.MODELPRIVATEDISCUSS, Modelprivateitem.MODELPRIVATEITEM, Nexus.NEXUS, Onlinelog.ONLINELOG, Orderrecord.ORDERRECORD, Paraminfo.PARAMINFO, Parttyinfo.PARTTYINFO, Parttysign.PARTTYSIGN, Redpacket.REDPACKET, Reportinfo.REPORTINFO, Sharerecord.SHARERECORD, Videorecord.VIDEORECORD); } }