Uses of Class
io.trino.plugin.jdbc.QueryParameter
Packages that use QueryParameter
-
Uses of QueryParameter in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return QueryParameterModifier and TypeMethodDescriptionstatic QueryParameterQueryParameter.fromValueAsBlock(Optional<JdbcTypeHandle> jdbcType, Type type, Block valueBlock) Methods in io.trino.plugin.jdbc that return types with arguments of type QueryParameterMethod parameters in io.trino.plugin.jdbc with type arguments of type QueryParameterModifier and TypeMethodDescriptionprotected StringDefaultQueryBuilder.getProjection(JdbcClient client, List<JdbcColumnHandle> columns, Map<String, ParameterizedExpression> columnExpressions, Consumer<QueryParameter> accumulator) protected voidDefaultQueryBuilder.toConjuncts(JdbcClient client, ConnectorSession session, Connection connection, TupleDomain<ColumnHandle> tupleDomain, com.google.common.collect.ImmutableList.Builder<String> result, Consumer<QueryParameter> accumulator) protected StringDefaultQueryBuilder.toPredicate(JdbcClient client, ConnectorSession session, JdbcColumnHandle column, JdbcTypeHandle jdbcType, Type type, WriteFunction writeFunction, String operator, Object value, Consumer<QueryParameter> accumulator) protected StringDefaultQueryBuilder.toPredicate(JdbcClient client, ConnectorSession session, Connection connection, JdbcColumnHandle column, Domain domain, Consumer<QueryParameter> accumulator) protected StringDefaultQueryBuilder.toPredicate(JdbcClient client, ConnectorSession session, Connection connection, JdbcColumnHandle column, ValueSet valueSet, Consumer<QueryParameter> accumulator) Constructor parameters in io.trino.plugin.jdbc with type arguments of type QueryParameterModifierConstructorDescriptionJdbcExpression(String expression, List<QueryParameter> parameters, JdbcTypeHandle jdbcTypeHandle) PreparedQuery(String query, List<QueryParameter> parameters) -
Uses of QueryParameter in io.trino.plugin.jdbc.expression
Methods in io.trino.plugin.jdbc.expression that return types with arguments of type QueryParameterModifier and TypeMethodDescriptionParameterizedExpression.parameters()Returns the value of theparametersrecord component.Constructor parameters in io.trino.plugin.jdbc.expression with type arguments of type QueryParameterModifierConstructorDescriptionParameterizedExpression(String expression, List<QueryParameter> parameters) Creates an instance of aParameterizedExpressionrecord class.