public class NullableVarBinaryAccessor extends AbstractSqlAccessor
Constructor and Description |
---|
NullableVarBinaryAccessor(NullableVarBinaryVector vector) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes(int index)
(See
class description .) |
Object |
getObject(int index)
(See
class description .) |
Class<?> |
getObjectClass()
Reports the class returned by getObject() of this accessor.
|
InputStream |
getStream(int index)
(See
class description .) |
String |
getString(int index)
(See
class description .) |
TypeProtos.MajorType |
getType()
Reports the (native) type of data accessed by this accessor.
|
boolean |
isNull(int index)
Reports whether the logical value is a SQL NULL.
|
getBigDecimal, getBoolean, getByte, getChar, getDate, getDouble, getFloat, getInt, getLong, getReader, getShort, getTime, getTimestamp
public NullableVarBinaryAccessor(NullableVarBinaryVector vector)
public TypeProtos.MajorType getType()
SqlAccessor
(Some implementations may support more than just the minimum
getType(...)
method implied by the type.
public boolean isNull(int index)
SqlAccessor
isNull
in interface SqlAccessor
isNull
in class AbstractSqlAccessor
public Class<?> getObjectClass()
SqlAccessor
(Is for ResultSetMetaData#getColumnClassName(...)
.)
public Object getObject(int index)
SqlAccessor
class description
.)public InputStream getStream(int index)
SqlAccessor
class description
.)getStream
in interface SqlAccessor
getStream
in class AbstractSqlAccessor
public byte[] getBytes(int index)
SqlAccessor
class description
.)getBytes
in interface SqlAccessor
getBytes
in class AbstractSqlAccessor
public String getString(int index)
SqlAccessor
class description
.)getString
in interface SqlAccessor
getString
in class AbstractSqlAccessor
Copyright © 1970 The Apache Software Foundation. All rights reserved.