类 BuiltQuery
java.lang.Object
com.cnosdb.dto.Query
com.cnosdb.querybuilder.BuiltQuery
- 所有已实现的接口:
QueryStringBuilder
- 直接已知子类:
SelectQueryImpl,WhereQueryImpl
-
嵌套类概要
嵌套类修饰符和类型类说明static final classThe query builder shall provide all the building blocks needed, only a static block shall be used. -
构造器概要
构造器 -
方法概要
从类继承的方法 com.cnosdb.dto.Query
encode, equals, getDatabase, hashCode, requiresPost从接口继承的方法 com.cnosdb.querybuilder.QueryStringBuilder
buildQueryString, buildQueryString
-
构造器详细资料
-
BuiltQuery
-
BuiltQuery
-
-
方法详细资料
-
getCommand
- 覆盖:
getCommand在类中Query- 返回:
- the command
-
getCommandWithUrlEncoded
- 覆盖:
getCommandWithUrlEncoded在类中Query- 返回:
- url encoded command
-