Package org.apache.calcite.avatica
Interface ConnectionConfigImpl.Converter<T>
-
- Type Parameters:
T- the native type
- Enclosing class:
- ConnectionConfigImpl
public static interface ConnectionConfigImpl.Converter<T>Callback to parse a property from string to its native type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(ConnectionProperty connectionProperty, java.lang.String s)
-
-
-
Method Detail
-
apply
T apply(ConnectionProperty connectionProperty, java.lang.String s)
-
-