public class MaterializedRow extends Object
| Constructor and Description |
|---|
MaterializedRow(int precision,
List<Object> values) |
MaterializedRow(int precision,
Object... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getField(int field) |
int |
getFieldCount() |
List<Object> |
getFields() |
int |
getPrecision() |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2019. All rights reserved.