Uses of Class
com.echothree.model.jooq.server.tables.search.UserVisitSearches
Packages that use UserVisitSearches
-
Uses of UserVisitSearches in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as UserVisitSearchesModifier and TypeFieldDescriptionstatic final UserVisitSearchesTables.UserVisitSearchesThe tableuservisitsearches. -
Uses of UserVisitSearches in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search declared as UserVisitSearchesModifier and TypeFieldDescriptionstatic final UserVisitSearchesUserVisitSearches.UserVisitSearchesThe reference instance ofuservisitsearchesMethods in com.echothree.model.jooq.server.tables.search that return UserVisitSearchesModifier and TypeMethodDescriptionUserVisitSearches.as(org.jooq.Name alias) UserVisitSearches.as(org.jooq.Table<?> alias) Rename this tableUserVisitSearches.rename(org.jooq.Name name) Rename this tableUserVisitSearches.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 tableUserVisitSearches.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserVisitSearches.where(org.jooq.Condition condition) Create an inline derived table from this tableUserVisitSearches.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserVisitSearches.where(org.jooq.SQL condition) Create an inline derived table from this tableUserVisitSearches.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableUserVisitSearches.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table