Uses of Interface
io.apicurio.registry.storage.impl.sql.jdb.Query
-
Packages that use Query Package Description io.apicurio.registry.storage.impl.sql io.apicurio.registry.storage.impl.sql.jdb -
-
Uses of Query in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql with parameters of type Query Modifier and Type Method Description voidSqlStatementVariableBinder. bind(Query query, int idx) -
Uses of Query in io.apicurio.registry.storage.impl.sql.jdb
Classes in io.apicurio.registry.storage.impl.sql.jdb that implement Query Modifier and Type Class Description classQueryImplMethods in io.apicurio.registry.storage.impl.sql.jdb that return Query Modifier and Type Method Description QueryHandle. createQuery(String sql)Create a new Query from the given SQL.QueryHandleImpl. createQuery(String sql)QueryQuery. setFetchSize(int size)QueryQueryImpl. setFetchSize(int size)
-