@API.Internal public class DBDOMDocumentReader extends Object implements DBDocumentReaderBase
| Constructor and Description |
|---|
DBDOMDocumentReader(org.ojai.Value value) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBinary() |
boolean |
getBoolean() |
byte |
getByte() |
ControlInfo |
getControlInfo()
Retrieve control information (eg.
|
Date |
getDate() |
int |
getDateInt() |
BigDecimal |
getDecimal() |
int |
getDecimalPrecision() |
int |
getDecimalScale() |
ByteBuffer |
getDecimalValueAsBytes() |
int |
getDecimalValueAsInt() |
long |
getDecimalValueAsLong() |
double |
getDouble() |
String |
getFieldName() |
float |
getFloat() |
int |
getInt() |
org.ojai.types.Interval |
getInterval() |
int |
getIntervalDays() |
long |
getIntervalMillis() |
long |
getLong() |
short |
getShort() |
String |
getString() |
Time |
getTime() |
int |
getTimeInt() |
Timestamp |
getTimestamp() |
long |
getTimestampLong() |
org.ojai.DocumentReader.EventType |
next() |
public ByteBuffer getBinary()
getBinary in interface org.ojai.DocumentReaderpublic byte getByte()
getByte in interface org.ojai.DocumentReaderpublic short getShort()
getShort in interface org.ojai.DocumentReaderpublic int getInt()
getInt in interface org.ojai.DocumentReaderpublic long getLong()
getLong in interface org.ojai.DocumentReaderpublic float getFloat()
getFloat in interface org.ojai.DocumentReaderpublic double getDouble()
getDouble in interface org.ojai.DocumentReaderpublic BigDecimal getDecimal()
getDecimal in interface org.ojai.DocumentReaderpublic int getDecimalPrecision()
getDecimalPrecision in interface org.ojai.DocumentReaderpublic int getDecimalScale()
getDecimalScale in interface org.ojai.DocumentReaderpublic int getDecimalValueAsInt()
getDecimalValueAsInt in interface org.ojai.DocumentReaderpublic long getDecimalValueAsLong()
getDecimalValueAsLong in interface org.ojai.DocumentReaderpublic ByteBuffer getDecimalValueAsBytes()
getDecimalValueAsBytes in interface org.ojai.DocumentReaderpublic boolean getBoolean()
getBoolean in interface org.ojai.DocumentReaderpublic String getString()
getString in interface org.ojai.DocumentReaderpublic long getTimestampLong()
getTimestampLong in interface org.ojai.DocumentReaderpublic Date getDate()
getDate in interface org.ojai.DocumentReaderpublic int getDateInt()
getDateInt in interface org.ojai.DocumentReaderpublic String getFieldName()
getFieldName in interface org.ojai.DocumentReaderpublic org.ojai.types.Interval getInterval()
getInterval in interface org.ojai.DocumentReaderpublic int getIntervalDays()
getIntervalDays in interface org.ojai.DocumentReaderpublic long getIntervalMillis()
getIntervalMillis in interface org.ojai.DocumentReaderpublic Time getTime()
getTime in interface org.ojai.DocumentReaderpublic int getTimeInt()
getTimeInt in interface org.ojai.DocumentReaderpublic Timestamp getTimestamp()
getTimestamp in interface org.ojai.DocumentReaderpublic org.ojai.DocumentReader.EventType next()
next in interface org.ojai.DocumentReaderpublic ControlInfo getControlInfo()
DBDocumentReaderBasegetControlInfo in interface DBDocumentReaderBaseCopyright © 2015 Mapr Technologies, Inc.. All rights reserved.