Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationEmailSources
Packages that use CommunicationEmailSources
Package
Description
-
Uses of CommunicationEmailSources in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationEmailSourcesModifier and TypeFieldDescriptionstatic final CommunicationEmailSourcesTables.CommunicationEmailSourcesThe tablecommunicationemailsources. -
Uses of CommunicationEmailSources in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication declared as CommunicationEmailSourcesModifier and TypeFieldDescriptionstatic final CommunicationEmailSourcesCommunicationEmailSources.CommunicationEmailSourcesThe reference instance ofcommunicationemailsourcesMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationEmailSourcesModifier and TypeMethodDescriptionCommunicationEmailSources.as(org.jooq.Name alias) CommunicationEmailSources.as(org.jooq.Table<?> alias) Rename this tableCommunicationEmailSources.rename(org.jooq.Name name) Rename this tableCommunicationEmailSources.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCommunicationEmailSources.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationEmailSources.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationEmailSources.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationEmailSources.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationEmailSources.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationEmailSources.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table