程序包 com.cnosdb.dto
类 Query
java.lang.Object
com.cnosdb.dto.Query
- 直接已知子类:
BoundParameterQuery,BuiltQuery
Represents a Query against Cnosdb.
- 作者:
- stefan.majer [at] gmail.com
-
构造器详细资料
-
Query
- 参数:
command- the query command
-
Query
- 参数:
command- the query commanddatabase- the database to query
-
Query
- 参数:
command- the query commanddatabase- the database to queryrequiresPost- true if the command requires a POST instead of GET to cnosdb
-
-
方法详细资料
-
getCommand
- 返回:
- the command
-
getCommandWithUrlEncoded
- 返回:
- url encoded command
-
getDatabase
- 返回:
- the database
-
requiresPost
public boolean requiresPost() -
hashCode
public int hashCode() -
equals
-
encode
Encode a command intox-www-form-urlencodedformat.- 参数:
command- the command to be encoded.- 返回:
- a encoded command.
-