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 class
CommonSqlStatements
Shared base class for all sql statements.class
H2SqlStatements
H2 implementation of the sql statements interface.class
PostgreSQLSqlStatements
H2 implementation of the sql statements interface.Methods in io.apicurio.registry.storage.impl.sql that return SqlStatements Modifier and Type Method Description SqlStatements
SqlStatementsProducer. createSqlStatements()
Produces anSqlStatements
instance for injection.protected SqlStatements
AbstractSqlRegistryStorage. sqlStatements()
-