public class Time64Binder extends BaseColumnBinder<BaseFixedWidthVector>
jdbcType, vector| Constructor and Description |
|---|
Time64Binder(TimeMicroVector vector) |
Time64Binder(TimeMicroVector vector,
int jdbcType) |
Time64Binder(TimeNanoVector vector) |
Time64Binder(TimeNanoVector vector,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(PreparedStatement statement,
int parameterIndex,
int rowIndex)
Bind the given row to the given parameter.
|
getJdbcType, getVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforVector, forVectorpublic Time64Binder(TimeMicroVector vector)
public Time64Binder(TimeNanoVector vector)
public Time64Binder(TimeMicroVector vector, int jdbcType)
public Time64Binder(TimeNanoVector vector, int jdbcType)
public void bind(PreparedStatement statement, int parameterIndex, int rowIndex) throws SQLException
ColumnBinderstatement - 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 © 2024 The Apache Software Foundation. All rights reserved.