Uses of Interface
de.calamanari.adl.sql.config.ConfigBuilderInterfaces.MultiTableStep3
Packages that use ConfigBuilderInterfaces.MultiTableStep3
-
Uses of ConfigBuilderInterfaces.MultiTableStep3 in de.calamanari.adl.sql.config
Subinterfaces of ConfigBuilderInterfaces.MultiTableStep3 in de.calamanari.adl.sql.configModifier and TypeInterfaceDescriptionstatic interfaceFluent API to build aMultiTableConfigstatic interfaceFluent API to build aMultiTableConfigMethods in de.calamanari.adl.sql.config that return ConfigBuilderInterfaces.MultiTableStep3Modifier and TypeMethodDescriptionConfigBuilderInterfaces.MultiTableStep3.filteredBy(String columnName, AdlSqlType columnType, String value) Defines an extra column filter to be applied to each query on this table.ConfigBuilderInterfaces.MultiTableStep2.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.MultiTableStep2.withUniqueIds()Tells the query builder that for the same record (ID) there is either exactly one row or no row.