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, waitbind, forVector, forVectorprotected final V extends FieldVector vector
protected final int jdbcType
public BaseColumnBinder(V vector, int jdbcType)
public int getJdbcType()
ColumnBindergetJdbcType in interface ColumnBinderTypes.public V getVector()
ColumnBindergetVector in interface ColumnBinderCopyright © 2024 The Apache Software Foundation. All rights reserved.