Uses of Interface
net.hydromatic.morel.foreign.CalciteForeignValue.NameConverter
Packages that use CalciteForeignValue.NameConverter
-
Uses of CalciteForeignValue.NameConverter in net.hydromatic.morel.foreign
Fields in net.hydromatic.morel.foreign declared as CalciteForeignValue.NameConverterModifier and TypeFieldDescriptionstatic final CalciteForeignValue.NameConverterCalciteForeignValue.NameConverter.IDENTITYConverter that leaves all names unchanged.private final CalciteForeignValue.NameConverterCalciteForeignValue.nameConverterstatic final CalciteForeignValue.NameConverterCalciteForeignValue.NameConverter.TO_LOWERConverter that converts all names to lower-case.Constructors in net.hydromatic.morel.foreign with parameters of type CalciteForeignValue.NameConverterModifierConstructorDescriptionCalciteForeignValue(Calcite calcite, org.apache.calcite.schema.SchemaPlus schema, CalciteForeignValue.NameConverter nameConverter) Creates a CalciteForeignValue.