Class BaseCollectionConverter.BaseCollectionWriter<T>
java.lang.Object
com.clickhouse.client.api.internal.BaseCollectionConverter<Appendable,T>
com.clickhouse.client.api.internal.BaseCollectionConverter.BaseCollectionWriter<T>
- Direct Known Subclasses:
BaseCollectionConverter.BaseArrayWriter,BaseCollectionConverter.BaseListWriter
- Enclosing class:
- BaseCollectionConverter<ACC,
LIST>
public abstract static class BaseCollectionConverter.BaseCollectionWriter<T>
extends BaseCollectionConverter<Appendable,T>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.clickhouse.client.api.internal.BaseCollectionConverter
BaseCollectionConverter.BaseArrayWriter, BaseCollectionConverter.BaseCollectionWriter<T>, BaseCollectionConverter.BaseListWriter, BaseCollectionConverter.ListConversionState<LIST> -
Field Summary
FieldsFields inherited from class com.clickhouse.client.api.internal.BaseCollectionConverter
ARRAY_END, ARRAY_START -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Stringprotected Stringprotected voidprotected voidprotected voidsetAccumulator(Appendable appendable)
-
Field Details
-
appendable
-
-
Constructor Details
-
BaseCollectionWriter
-
-
Method Details
-
setAccumulator
- Specified by:
setAccumulatorin classBaseCollectionConverter<Appendable,T>
-
append
- Specified by:
appendin classBaseCollectionConverter<Appendable,T>
-
buildString
- Specified by:
buildStringin classBaseCollectionConverter<Appendable,T>
-
onStart
- Specified by:
onStartin classBaseCollectionConverter<Appendable,T>
-
onEnd
- Specified by:
onEndin classBaseCollectionConverter<Appendable,T>
-
onEmptyCollection
- Specified by:
onEmptyCollectionin classBaseCollectionConverter<Appendable,T>
-