Uses of Interface
com.clickhouse.client.api.query.POJOSetter
Packages that use POJOSetter
-
Uses of POJOSetter in com.clickhouse.client.api.data_formats.internal
Methods in com.clickhouse.client.api.data_formats.internal that return POJOSetterModifier and TypeMethodDescriptionstatic POJOSetterSerializerUtils.compilePOJOSetter(Method setterMethod, ClickHouseColumn column) Method parameters in com.clickhouse.client.api.data_formats.internal with type arguments of type POJOSetterModifier and TypeMethodDescriptionbooleanAbstractBinaryFormatReader.readToPOJO(Map<String, POJOSetter> deserializers, Object obj) Reads next record into POJO object using set of serializers.