Uses of Class
org.litebridgedb.db.spi.impl.function.SqlFunctionRegistryFactory
Packages that use SqlFunctionRegistryFactory
Package
Description
Oracle Database Provider
Abstract implementation classes for the Litebridge Database SPI.
-
Uses of SqlFunctionRegistryFactory in org.litebridgedb.db.oracle
Methods in org.litebridgedb.db.oracle that return SqlFunctionRegistryFactoryModifier and TypeMethodDescriptionprotected SqlFunctionRegistryFactoryOracleDatabaseProvider.createSqlFunctionRegistryFactory() -
Uses of SqlFunctionRegistryFactory in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl that return SqlFunctionRegistryFactoryModifier and TypeMethodDescriptionprotected SqlFunctionRegistryFactoryAbstractDatabaseProvider.createSqlFunctionRegistryFactory()Create aSqlFunctionRegistryFactoryinstance for the generation of a SQL function registry.