Uses of Class
org.apache.druid.sql.http.SqlParameter
Packages that use SqlParameter
-
Uses of SqlParameter in org.apache.druid.sql
Method parameters in org.apache.druid.sql with type arguments of type SqlParameterModifier and TypeMethodDescriptionSqlQueryPlus.Builder.sqlParameters(List<SqlParameter> parameters) -
Uses of SqlParameter in org.apache.druid.sql.http
Methods in org.apache.druid.sql.http that return types with arguments of type SqlParameterMethod parameters in org.apache.druid.sql.http with type arguments of type SqlParameterModifier and TypeMethodDescriptionstatic List<org.apache.calcite.avatica.remote.TypedValue>SqlQuery.getParameterList(List<SqlParameter> parameters) Constructor parameters in org.apache.druid.sql.http with type arguments of type SqlParameterModifierConstructorDescriptionSqlQuery(String query, ResultFormat resultFormat, boolean header, boolean typesHeader, boolean sqlTypesHeader, Map<String, Object> context, List<SqlParameter> parameters)