A B C D E G H I L N O P Q R S T V

A

AND - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
addOrdering(String, boolean) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
and() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
asc(String) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 

B

BETWEEN - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
between(String, List) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
between(String, Pair) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

C

chainExpression(String, Object, QueryOperator) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
chainExpression(QueryExpression) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
chainGrouping(QueryGrouping) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
chainOrdering(QueryOrdering) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
closeParen() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
com.redstarhackers.jdbc - package com.redstarhackers.jdbc
 
com.redstarhackers.jdbc.query - package com.redstarhackers.jdbc.query
 

D

desc(String) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
disableNamedParameters() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

E

EQ - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
enableNamedParameters() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
eq(String, Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
equals(Object) - Method in class com.redstarhackers.jdbc.query.QueryOperator
 
expr() - Static method in class com.redstarhackers.jdbc.query.QueryExpression
 

G

GE - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
GT - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
ge(String, Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
getGrouping() - Method in class com.redstarhackers.jdbc.query.Query
 
getHaving() - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
getNamedParameter() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
getNext() - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
getOperator() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
getOrdering() - Method in class com.redstarhackers.jdbc.query.Query
 
getParameter() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
getParameter() - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
getParameter() - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
getParameters() - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
getPreProcessed() - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
getPreProcessed() - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
getPrev() - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
getQuery() - Method in class com.redstarhackers.jdbc.query.Query
 
getStatement() - Method in class com.redstarhackers.jdbc.ParameterQueryProcessor
 
getSubex() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
getValue() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
getValues() - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
getValues() - Method in class com.redstarhackers.jdbc.ParameterQueryProcessor
 
getValues() - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
getWhere() - Method in class com.redstarhackers.jdbc.query.Query
 
groupBy(String) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
gt(String, Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

H

having(QueryExpression) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 

I

ILIKE - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
IN - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
ISNULL - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
ignoreCase() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
ilike(String, String) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
in(String, List) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
isAscendingOrder() - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
isIgnoreCaseApplied() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
isLogical() - Method in class com.redstarhackers.jdbc.query.QueryOperator
 
isNamedParametersEnabled() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
isNotApplied() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
isOperatorExpression() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
isParameterizedExpression() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
isRelational() - Method in class com.redstarhackers.jdbc.query.QueryOperator
 
isTaggingMissingValues() - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
isThrowingProcessingExceptions() - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
isnull(String) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
iterator() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

L

LE - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
LIKE - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
LT - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
le(String, Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
like(String, String) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
lt(String, Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

N

NE - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
NOT - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
NamedParameterSQLProcessor - class com.redstarhackers.jdbc.NamedParameterSQLProcessor.
TODO Class summary sentence.
NamedParameterSQLProcessor() - Constructor for class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
ne(String, Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
not() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

O

OR - Static variable in class com.redstarhackers.jdbc.query.QueryOperator
 
openParen() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
or() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 

P

PARAMETER_NAME_REGEX - Static variable in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
PARAMETER_REGEX - Static variable in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
PARAMETER_STRING - Static variable in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
ParameterQueryProcessor - class com.redstarhackers.jdbc.ParameterQueryProcessor.
TODO Class summary sentence.
ParameterQueryProcessor() - Constructor for class com.redstarhackers.jdbc.ParameterQueryProcessor
 
ProcessingException - exception com.redstarhackers.jdbc.ProcessingException.
TODO Class summary sentence.
ProcessingException() - Constructor for class com.redstarhackers.jdbc.ProcessingException
 
ProcessingException(String) - Constructor for class com.redstarhackers.jdbc.ProcessingException
 
ProcessingException(String, Throwable) - Constructor for class com.redstarhackers.jdbc.ProcessingException
 
ProcessingException(Throwable) - Constructor for class com.redstarhackers.jdbc.ProcessingException
 
process() - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
process() - Method in class com.redstarhackers.jdbc.ParameterQueryProcessor
 
process() - Method in interface com.redstarhackers.jdbc.QueryProcessor
 
process() - Method in interface com.redstarhackers.jdbc.SQLProcessor
 
process() - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 

Q

Query - class com.redstarhackers.jdbc.query.Query.
TODO Class summary sentence.
Query() - Constructor for class com.redstarhackers.jdbc.query.Query
 
Query(String) - Constructor for class com.redstarhackers.jdbc.query.Query
 
QueryExpression - class com.redstarhackers.jdbc.query.QueryExpression.
TODO Class summary sentence.
QueryExpression() - Constructor for class com.redstarhackers.jdbc.query.QueryExpression
 
QueryExpression(String, Object) - Constructor for class com.redstarhackers.jdbc.query.QueryExpression
 
QueryExpression(String, Object, QueryExpression) - Constructor for class com.redstarhackers.jdbc.query.QueryExpression
 
QueryGrouping - class com.redstarhackers.jdbc.query.QueryGrouping.
TODO Class summary sentence.
QueryGrouping() - Constructor for class com.redstarhackers.jdbc.query.QueryGrouping
 
QueryGrouping(String) - Constructor for class com.redstarhackers.jdbc.query.QueryGrouping
 
QueryGrouping(String, QueryGrouping) - Constructor for class com.redstarhackers.jdbc.query.QueryGrouping
 
QueryOperator - class com.redstarhackers.jdbc.query.QueryOperator.
TODO Class summary sentence.
QueryOperator(String) - Constructor for class com.redstarhackers.jdbc.query.QueryOperator
 
QueryOperator(String, int) - Constructor for class com.redstarhackers.jdbc.query.QueryOperator
 
QueryOperator(String, int, boolean, boolean) - Constructor for class com.redstarhackers.jdbc.query.QueryOperator
 
QueryOrdering - class com.redstarhackers.jdbc.query.QueryOrdering.
TODO Class summary sentence.
QueryOrdering() - Constructor for class com.redstarhackers.jdbc.query.QueryOrdering
 
QueryOrdering(String, boolean) - Constructor for class com.redstarhackers.jdbc.query.QueryOrdering
 
QueryOrdering(String, boolean, QueryOrdering) - Constructor for class com.redstarhackers.jdbc.query.QueryOrdering
 
QueryProcessor - interface com.redstarhackers.jdbc.QueryProcessor.
TODO Class summary sentence.

R

resetGrouping() - Method in class com.redstarhackers.jdbc.query.Query
 
resetOrdering() - Method in class com.redstarhackers.jdbc.query.Query
 
resetWhere() - Method in class com.redstarhackers.jdbc.query.Query
 

S

SQLGrammarException - exception com.redstarhackers.jdbc.query.SQLGrammarException.
TODO Class summary sentence.
SQLGrammarException() - Constructor for class com.redstarhackers.jdbc.query.SQLGrammarException
 
SQLGrammarException(String) - Constructor for class com.redstarhackers.jdbc.query.SQLGrammarException
 
SQLGrammarException(String, Throwable) - Constructor for class com.redstarhackers.jdbc.query.SQLGrammarException
 
SQLGrammarException(Throwable) - Constructor for class com.redstarhackers.jdbc.query.SQLGrammarException
 
SQLProcessor - interface com.redstarhackers.jdbc.SQLProcessor.
TODO Class summary sentence.
setAscendingOrder(boolean) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
setHaving(QueryExpression) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
setIgnoreCase() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setNext(QueryExpression) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setNext(QueryGrouping) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
setNext(QueryOrdering) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
setNot() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setOperator(QueryOperator) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setParameter(String) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setParameter(String) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
setParameter(String) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
setParameters(Map) - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
setPreProcessed(String) - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
setPreProcessed(String) - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
setPreThrowingProcessingExceptions(boolean) - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
setPrev(QueryExpression) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setPrev(QueryGrouping) - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
setPrev(QueryOrdering) - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
setQuery(String) - Method in class com.redstarhackers.jdbc.query.Query
 
setStatement(Statement) - Method in class com.redstarhackers.jdbc.ParameterQueryProcessor
 
setSubex(QueryExpression) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setTaggingMissingValues(boolean) - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 
setValue(Object) - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
setValues(List) - Method in class com.redstarhackers.jdbc.NamedParameterSQLProcessor
 
setValues(List) - Method in class com.redstarhackers.jdbc.ParameterQueryProcessor
 
setValues(List) - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 

T

ToStringSQLProcessor - class com.redstarhackers.jdbc.ToStringSQLProcessor.
TODO Class summary sentence.
ToStringSQLProcessor() - Constructor for class com.redstarhackers.jdbc.ToStringSQLProcessor
 
toSql() - Method in class com.redstarhackers.jdbc.query.Query
 
toSql() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
toSql() - Method in class com.redstarhackers.jdbc.query.QueryGrouping
 
toSql() - Method in class com.redstarhackers.jdbc.query.QueryOrdering
 
toString() - Method in class com.redstarhackers.jdbc.query.QueryExpression
 
toString() - Method in class com.redstarhackers.jdbc.query.QueryOperator
 

V

valueToString(Object) - Method in class com.redstarhackers.jdbc.ToStringSQLProcessor
 

A B C D E G H I L N O P Q R S T V