public interface ColumnReader
Modifier and Type | Method and Description |
---|---|
String |
getAsString()
Return the entire object as a string.
|
Object |
getObject()
Return the value of the underlying data as a Java object.
|
boolean |
isNull()
Determine if this value is null.
|
ColumnMetadata |
schema() |
ObjectType |
type()
The type of this reader.
|
ColumnMetadata schema()
ObjectType type()
boolean isNull()
Object getObject()
String getAsString()
Copyright © 1970 The Apache Software Foundation. All rights reserved.