Class BaseCollectionConverter.BaseArrayWriter
java.lang.Object
com.clickhouse.client.api.internal.BaseCollectionConverter<Appendable,T>
com.clickhouse.client.api.internal.BaseCollectionConverter.BaseCollectionWriter<Object>
com.clickhouse.client.api.internal.BaseCollectionConverter.BaseArrayWriter
- Enclosing class:
- BaseCollectionConverter<ACC,
LIST>
public abstract static class BaseCollectionConverter.BaseArrayWriter
extends BaseCollectionConverter.BaseCollectionWriter<Object>
-
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
Fields inherited from class com.clickhouse.client.api.internal.BaseCollectionConverter.BaseCollectionWriter
appendableFields inherited from class com.clickhouse.client.api.internal.BaseCollectionConverter
ARRAY_END, ARRAY_START -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.clickhouse.client.api.internal.BaseCollectionConverter.BaseCollectionWriter
append, buildString, onEmptyCollection, onEnd, onStart, setAccumulatorMethods inherited from class com.clickhouse.client.api.internal.BaseCollectionConverter
convert, onItem
-
Constructor Details
-
BaseArrayWriter
protected BaseArrayWriter()
-
-
Method Details
-
isEmpty
- Specified by:
isEmptyin classBaseCollectionConverter<Appendable,Object>
-
isSubList
- Specified by:
isSubListin classBaseCollectionConverter<Appendable,Object>
-
listSize
- Specified by:
listSizein classBaseCollectionConverter<Appendable,Object>
-
getNext
- Specified by:
getNextin classBaseCollectionConverter<Appendable,Object>
-