- q - Variable in class org.josql.filters.AbstractJoSQLFilter
-
- q - Variable in class org.josql.functions.AbstractFunctionHandler
-
- Query(Query) - Method in class org.josql.parser.JoSQLParser
-
- Query - Class in org.josql
-
This class provides the ability for a developer to apply an arbitrary SQL statement
(using suitable syntax) to a collection of Java objects.
- Query() - Constructor for class org.josql.Query
-
Create a new blank Query object.
- QUERY_BIND_VAR_NAME - Static variable in class org.josql.Query
-
- QueryExecutionException - Exception in org.josql
-
The exception that is thrown during the execution part of the Query
execution.
- QueryExecutionException(String, Throwable) - Constructor for exception org.josql.QueryExecutionException
-
- QueryExecutionException(String) - Constructor for exception org.josql.QueryExecutionException
-
- QueryParseException - Exception in org.josql
-
The exception that is thrown during the parse and init
parts of the Query execution.
- QueryParseException(String, Throwable) - Constructor for exception org.josql.QueryParseException
-
- QueryParseException(String) - Constructor for exception org.josql.QueryParseException
-
- QueryResults - Class in org.josql
-
This class holds all the "result" information about the execution of a particular
Query.
- QueryResults() - Constructor for class org.josql.QueryResults
-