Uses of Interface
org.apache.calcite.avatica.ConnectionConfigImpl.Converter
-
Packages that use ConnectionConfigImpl.Converter Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of ConnectionConfigImpl.Converter in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as ConnectionConfigImpl.Converter Modifier and Type Field Description static ConnectionConfigImpl.Converter<java.lang.Boolean>ConnectionConfigImpl. BOOLEAN_CONVERTERstatic ConnectionConfigImpl.Converter<java.lang.String>ConnectionConfigImpl. IDENTITY_CONVERTERstatic ConnectionConfigImpl.Converter<java.lang.Number>ConnectionConfigImpl. NUMBER_CONVERTERMethods in org.apache.calcite.avatica that return ConnectionConfigImpl.Converter Modifier and Type Method Description static <E extends java.lang.Enum>
ConnectionConfigImpl.Converter<E>ConnectionConfigImpl. enumConverter(java.lang.Class<E> enumClass)static <T> ConnectionConfigImpl.Converter<T>ConnectionConfigImpl. pluginConverter(java.lang.Class<T> pluginClass, T defaultInstance)Methods in org.apache.calcite.avatica with parameters of type ConnectionConfigImpl.Converter Modifier and Type Method Description private <T> TConnectionConfigImpl.PropEnv. get_(ConnectionConfigImpl.Converter<T> converter, java.lang.String defaultValue)private <T> TConnectionConfigImpl.PropEnv. getDefaultNull(ConnectionConfigImpl.Converter<T> converter)
-