Uses of Class
com.echothree.model.jooq.server.tables.search.SearchResults
Packages that use SearchResults
-
Uses of SearchResults in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as SearchResultsModifier and TypeFieldDescriptionstatic final SearchResultsTables.SearchResultsThe tablesearchresults. -
Uses of SearchResults in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search declared as SearchResultsModifier and TypeFieldDescriptionstatic final SearchResultsSearchResults.SearchResultsThe reference instance ofsearchresultsMethods in com.echothree.model.jooq.server.tables.search that return SearchResultsModifier and TypeMethodDescriptionSearchResults.as(org.jooq.Name alias) SearchResults.as(org.jooq.Table<?> alias) Rename this tableSearchResults.rename(org.jooq.Name name) Rename this tableSearchResults.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 tableSearchResults.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableSearchResults.where(org.jooq.Condition condition) Create an inline derived table from this tableSearchResults.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableSearchResults.where(org.jooq.SQL condition) Create an inline derived table from this tableSearchResults.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableSearchResults.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table