Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationSources
Packages that use CommunicationSources
Package
Description
-
Uses of CommunicationSources in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationSourcesModifier and TypeFieldDescriptionstatic final CommunicationSourcesTables.CommunicationSourcesThe tablecommunicationsources. -
Uses of CommunicationSources in com.echothree.model.jooq.server.tables.communication
Subclasses of CommunicationSources in com.echothree.model.jooq.server.tables.communicationModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.communication declared as CommunicationSourcesModifier and TypeFieldDescriptionstatic final CommunicationSourcesCommunicationSources.CommunicationSourcesThe reference instance ofcommunicationsourcesMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationSourcesModifier and TypeMethodDescriptionCommunicationSources.as(org.jooq.Name alias) CommunicationSources.as(org.jooq.Table<?> alias) Rename this tableCommunicationSources.rename(org.jooq.Name name) Rename this tableCommunicationSources.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 tableCommunicationSources.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationSources.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationSources.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationSources.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationSources.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationSources.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table