Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationSourceDescriptions
Packages that use CommunicationSourceDescriptions
Package
Description
-
Uses of CommunicationSourceDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationSourceDescriptionsModifier and TypeFieldDescriptionstatic final CommunicationSourceDescriptionsThe tablecommunicationsourcedescriptions. -
Uses of CommunicationSourceDescriptions in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication declared as CommunicationSourceDescriptionsModifier and TypeFieldDescriptionstatic final CommunicationSourceDescriptionsCommunicationSourceDescriptions.CommunicationSourceDescriptionsThe reference instance ofcommunicationsourcedescriptionsMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationSourceDescriptionsModifier and TypeMethodDescriptionCommunicationSourceDescriptions.as(org.jooq.Name alias) CommunicationSourceDescriptions.as(org.jooq.Table<?> alias) Rename this tableCommunicationSourceDescriptions.rename(org.jooq.Name name) Rename this tableCommunicationSourceDescriptions.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 tableCommunicationSourceDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationSourceDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationSourceDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationSourceDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationSourceDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationSourceDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table