public class MapBinder extends BaseColumnBinder<MapVector>
jdbcType, vector
Constructor and Description |
---|
MapBinder(MapVector vector) |
MapBinder(MapVector vector,
int jdbcType)
Init MapBinder and determine type of data vector.
|
Modifier and Type | Method and Description |
---|---|
void |
bind(PreparedStatement statement,
int parameterIndex,
int rowIndex)
Bind the given row to the given parameter.
|
getJdbcType, getVector
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forVector, forVector
public MapBinder(MapVector vector)
public MapBinder(MapVector vector, int jdbcType)
vector
- corresponding data vector from arrow buffer for bindingjdbcType
- parameter jdbc typepublic void bind(PreparedStatement statement, int parameterIndex, int rowIndex) throws SQLException
ColumnBinder
statement
- The statement to bind to.parameterIndex
- The parameter to bind to (1-indexed)rowIndex
- The row to bind values from (0-indexed)SQLException
- if an error occursCopyright © 2023 The Apache Software Foundation. All rights reserved.