Package io.apicurio.registry.storage.impl.sql
-
Interface Summary Interface Description GlobalIdGenerator IDbUpgrader SqlStatements Returns SQL statements used by the JDB artifactStore implementation.SqlStatementVariableBinder -
Class Summary Class Description AbstractSqlRegistryStorage A SQL implementation of theRegistryStorage
interface.CommonSqlStatements Shared base class for all sql statements.DdlParser Can parse a DDL into a list of individual statements.H2SqlStatements H2 implementation of the sql statements interface.InMemoryRegistryStorage An in-memory SQL implementation of theRegistryStorage
interface.PostgreSQLSqlStatements H2 implementation of the sql statements interface.SqlStatementsProducer SqlUtil