Uses of Interface
de.calamanari.adl.sql.config.ConfigBuilderInterfaces.SingleTableStep4
Packages that use ConfigBuilderInterfaces.SingleTableStep4
-
Uses of ConfigBuilderInterfaces.SingleTableStep4 in de.calamanari.adl.sql.config
Subinterfaces of ConfigBuilderInterfaces.SingleTableStep4 in de.calamanari.adl.sql.configModifier and TypeInterfaceDescriptionstatic interfaceFluent API to build aSingleTableConfigstatic interfaceFluent API to build aSingleTableConfigMethods in de.calamanari.adl.sql.config that return ConfigBuilderInterfaces.SingleTableStep4Modifier and TypeMethodDescriptionConfigBuilderInterfaces.SingleTableStep4.filteredBy(String columnName, AdlSqlType columnType, String value) Defines an extra column filter to be applied to each query on this table.ConfigBuilderInterfaces.SingleTableStep3.withSparseData()Tells the query builder that the data in this table may be sparse, so data from a single row may not tell the full picture.ConfigBuilderInterfaces.SingleTableStep3.withUniqueIds()Tells the query builder that for the same record (ID) there is either exactly one row or no row.