Uses of Interface
io.apicurio.registry.storage.impl.sql.SqlStatements
-
Packages that use SqlStatements Package Description io.apicurio.registry.storage.impl.sql -
-
Uses of SqlStatements in io.apicurio.registry.storage.impl.sql
Classes in io.apicurio.registry.storage.impl.sql that implement SqlStatements Modifier and Type Class Description classCommonSqlStatementsShared base class for all sql statements.classH2SqlStatementsH2 implementation of the sql statements interface.classPostgreSQLSqlStatementsH2 implementation of the sql statements interface.Methods in io.apicurio.registry.storage.impl.sql that return SqlStatements Modifier and Type Method Description SqlStatementsSqlStatementsProducer. createSqlStatements()Produces anSqlStatementsinstance for injection.protected SqlStatementsAbstractSqlRegistryStorage. sqlStatements()
-