V
- The concrete FieldVector subtype.public abstract class BaseColumnBinder<V extends FieldVector> extends Object implements ColumnBinder
Modifier and Type | Field and Description |
---|---|
protected int |
jdbcType |
protected V |
vector |
Constructor and Description |
---|
BaseColumnBinder(V vector,
int jdbcType) |
Modifier and Type | Method and Description |
---|---|
int |
getJdbcType()
Get the JDBC type code used by this binder.
|
V |
getVector()
Get the vector used by this binder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind, forVector, forVector
protected final V extends FieldVector vector
protected final int jdbcType
public BaseColumnBinder(V vector, int jdbcType)
public int getJdbcType()
ColumnBinder
getJdbcType
in interface ColumnBinder
Types
.public V getVector()
ColumnBinder
getVector
in interface ColumnBinder
Copyright © 2023 The Apache Software Foundation. All rights reserved.