Uses of Class
com.clickhouse.client.api.internal.BaseCollectionConverter.ListConversionState
Packages that use BaseCollectionConverter.ListConversionState
-
Uses of BaseCollectionConverter.ListConversionState in com.clickhouse.client.api.internal
Methods in com.clickhouse.client.api.internal with parameters of type BaseCollectionConverter.ListConversionStateModifier and TypeMethodDescriptionprotected ObjectBaseCollectionConverter.BaseArrayWriter.getNext(BaseCollectionConverter.ListConversionState<Object> state) protected ObjectBaseCollectionConverter.BaseListWriter.getNext(BaseCollectionConverter.ListConversionState<List<?>> state) protected abstract ObjectBaseCollectionConverter.getNext(BaseCollectionConverter.ListConversionState<LIST> state) protected voidBaseCollectionConverter.BaseCollectionWriter.onEnd(BaseCollectionConverter.ListConversionState<T> state) protected abstract voidBaseCollectionConverter.onEnd(BaseCollectionConverter.ListConversionState<LIST> state) protected abstract voidBaseCollectionConverter.onItem(Object item, BaseCollectionConverter.ListConversionState<LIST> state) protected voidBaseCollectionConverter.BaseCollectionWriter.onStart(BaseCollectionConverter.ListConversionState<T> state) protected abstract voidBaseCollectionConverter.onStart(BaseCollectionConverter.ListConversionState<LIST> state)