Uses of Class
io.trino.plugin.jdbc.QueryParameter
-
Packages that use QueryParameter Package Description io.trino.plugin.jdbc -
-
Uses of QueryParameter in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return QueryParameter Modifier and Type Method Description static QueryParameterQueryParameter. fromValueAsBlock(JdbcTypeHandle jdbcType, Type type, Block valueBlock)Methods in io.trino.plugin.jdbc that return types with arguments of type QueryParameter Modifier and Type Method Description List<QueryParameter>PreparedQuery. getParameters()Constructor parameters in io.trino.plugin.jdbc with type arguments of type QueryParameter Constructor Description PreparedQuery(String query, List<QueryParameter> parameters)
-