Uses of Interface
de.calamanari.adl.sql.config.AdlSqlColumn
Packages that use AdlSqlColumn
-
Uses of AdlSqlColumn in de.calamanari.adl.sql.cnv
Methods in de.calamanari.adl.sql.cnv that return AdlSqlColumnModifier and TypeMethodDescriptionColumnCondition.column()Returns the value of thecolumnrecord component.Constructors in de.calamanari.adl.sql.cnv with parameters of type AdlSqlColumnModifierConstructorDescriptionColumnCondition(ColumnConditionType type, de.calamanari.adl.irl.MatchOperator operator, AdlSqlColumn column, List<QueryParameter> parameters) Creates an instance of aColumnConditionrecord class. -
Uses of AdlSqlColumn in de.calamanari.adl.sql.config
Classes in de.calamanari.adl.sql.config that implement AdlSqlColumnModifier and TypeClassDescriptionfinal recordADataColumndescribes the characteristics of a table colum in a database.final recordAFilterColumndefines an extra filter condition to be applied to a query, so the scope of the original query will be narrowed.