public abstract class BuiltQuery extends Query implements QueryStringBuilder
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BuiltQuery.QueryBuilderThe query builder shall provide all the building blocks needed, only a static block shall be
 used. | 
| Constructor and Description | 
|---|
| BuiltQuery(String database) | 
| BuiltQuery(String database,
          boolean requiresPost) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCommand() | 
| String | getCommandWithUrlEncoded() | 
encode, equals, getDatabase, hashCode, requiresPostclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuildQueryString, buildQueryStringpublic BuiltQuery(String database)
public BuiltQuery(String database, boolean requiresPost)
public String getCommand()
getCommand in class Querypublic String getCommandWithUrlEncoded()
getCommandWithUrlEncoded in class QueryCopyright © 2020. All rights reserved.