public final class FieldId extends Object
| Constructor and Description |
|---|
FieldId(RelationId relationId,
int fieldIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static FieldId |
from(ResolvedField field) |
int |
getFieldIndex()
Returns
field index of the field in the containing relation. |
RelationId |
getRelationId() |
int |
hashCode() |
String |
toString() |
public FieldId(RelationId relationId, int fieldIndex)
public static FieldId from(ResolvedField field)
public RelationId getRelationId()
public int getFieldIndex()
field index of the field in the containing relation.Copyright © 2012–2019. All rights reserved.