Package net.hydromatic.morel.foreign
Interface CalciteForeignValue.NameConverter
- Enclosing class:
CalciteForeignValue
public static interface CalciteForeignValue.NameConverter
Converts a database object name to a Morel field name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CalciteForeignValue.NameConverterConverter that leaves all names unchanged.static final CalciteForeignValue.NameConverterConverter that converts all names to lower-case. -
Method Summary
-
Field Details
-
TO_LOWER
Converter that converts all names to lower-case. -
IDENTITY
Converter that leaves all names unchanged.
-
-
Method Details
-
convert
-