Uses of Class
org.litebridgedb.db.spi.impl.sql.SelectSqlGenerator
Packages that use SelectSqlGenerator
Package
Description
Oracle Database Provider
Abstract implementation classes for the Litebridge Database SPI.
SQL function implementations.
-
Uses of SelectSqlGenerator in org.litebridgedb.db.oracle
Methods in org.litebridgedb.db.oracle that return SelectSqlGeneratorModifier and TypeMethodDescriptionprotected SelectSqlGeneratorOracleDatabaseProvider.createSelectSqlGenerator() -
Uses of SelectSqlGenerator in org.litebridgedb.db.spi.impl
Fields in org.litebridgedb.db.spi.impl with type parameters of type SelectSqlGeneratorModifier and TypeFieldDescriptionprotected final ConcurrentLazy<SelectSqlGenerator> AbstractDatabaseProvider.selectSqlGeneratorMethods in org.litebridgedb.db.spi.impl that return SelectSqlGeneratorModifier and TypeMethodDescriptionprotected SelectSqlGeneratorAbstractDatabaseProvider.createSelectSqlGenerator() -
Uses of SelectSqlGenerator in org.litebridgedb.db.spi.impl.function
Fields in org.litebridgedb.db.spi.impl.function declared as SelectSqlGeneratorModifier and TypeFieldDescriptionprotected final SelectSqlGeneratorSqlFunctionRegistryFactory.selectSqlGeneratorConstructors in org.litebridgedb.db.spi.impl.function with parameters of type SelectSqlGeneratorModifierConstructorDescriptionSqlFunctionRegistryFactory(ColumnIdentifierGenerator columnIdentifierGenerator, SelectSqlGenerator selectSqlGenerator) Constructs a newSqlFunctionRegistryFactory.Subselect(Select subselect, SelectSqlGenerator selectSqlGenerator)