Class ClobConsumer
java.lang.Object
org.apache.arrow.adapter.jdbc.consumer.BaseConsumer<VarCharVector>
org.apache.arrow.adapter.jdbc.consumer.ClobConsumer
- All Implemented Interfaces:
- AutoCloseable,- JdbcConsumer<VarCharVector>
Consumer which consume clob type values from 
ResultSet. Write the data to VarCharVector.- 
Field SummaryFields inherited from class org.apache.arrow.adapter.jdbc.consumer.BaseConsumercolumnIndexInResultSet, currentIndex, vector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ClobConsumercreateConsumer(VarCharVector vector, int index, boolean nullable) Creates a consumer forVarCharVector.voidresetValueVector(VarCharVector vector) Reset the vector within consumer for partial read purpose.Methods inherited from class org.apache.arrow.adapter.jdbc.consumer.BaseConsumercloseMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.arrow.adapter.jdbc.consumer.JdbcConsumerconsume
- 
Constructor Details- 
ClobConsumerInstantiate a ClobConsumer.
 
- 
- 
Method Details- 
createConsumerCreates a consumer forVarCharVector.
- 
resetValueVectorDescription copied from interface:JdbcConsumerReset the vector within consumer for partial read purpose.- Specified by:
- resetValueVectorin interface- JdbcConsumer<VarCharVector>
- Overrides:
- resetValueVectorin class- BaseConsumer<VarCharVector>
 
 
-