Uses of Class
io.github.jdbcx.driver.ParsedQuery
Packages that use ParsedQuery
-
Uses of ParsedQuery in io.github.jdbcx.driver
Methods in io.github.jdbcx.driver that return ParsedQueryModifier and TypeMethodDescriptionstatic ParsedQueryQueryParser.parse(String query, io.github.jdbcx.VariableTag tag, Properties vars) static ParsedQueryQueryParser.parse(String query, io.github.jdbcx.VariableTag tag, Properties vars, io.github.jdbcx.ConfigManager config) Parses the given query string.Constructors in io.github.jdbcx.driver with parameters of type ParsedQueryModifierConstructorDescriptionQueryBuilder(io.github.jdbcx.QueryContext context, ParsedQuery pq, ConnectionManager manager, QueryResult queryResult)