JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.cojen.tupl
org.cojen.tupl
Query
Uses of Interface
org.cojen.tupl.Query
Packages that use
Query
Package
Description
org.cojen.tupl
See
Database
to get started with TuplDB.
Uses of
Query
in
org.cojen.tupl
Methods in
org.cojen.tupl
that return
Query
Modifier and Type
Method
Description
Query
<
R
>
Table.
query
(
String
query)
Returns a query for a subset of rows from this table, as specified by the query expression.
default
Query
<
R
>
Table.
queryAll
()
Returns a query for all rows of this table.