- Query - Class in com.groiss.reporting
-
Class describing a report.
- Query(String, String, Document, Date, HttpServletRequest) - Constructor for class com.groiss.reporting.Query
-
- Query(String, String, Document, Date, HttpServletRequest, Report) - Constructor for class com.groiss.reporting.Query
-
- Query(Report, Map<String, String[]>) - Constructor for class com.groiss.reporting.Query
-
Constructs q query for internal use
- Query(String, String, Document, Date, Map<String, String[]>, Report) - Constructor for class com.groiss.reporting.Query
-
Constructs a Query, builds the SQL Statement
- Query(String, String, Document, Date, Map<String, String[]>, Report, boolean) - Constructor for class com.groiss.reporting.Query
-
- QueryEngine - Class in com.groiss.reporting
-
initalize reporting and executes reports
- QueryEngine() - Constructor for class com.groiss.reporting.QueryEngine
-
- queryHasClobSelects() - Method in class com.groiss.reporting.Query
-
- QueueFullException - Exception in com.groiss.ds
-
This Exception is thrown when the semaphore queue is full.
- QueueFullException() - Constructor for exception com.groiss.ds.QueueFullException
-
- quoteForSQL(String) - Static method in class com.groiss.util.StringUtil
-
Doubles the single quote ' to two of them ''.