public class OTxUniqueIndex extends Object implements OTransactionResultPayload
Modifier and Type | Field and Description |
---|---|
static int |
ID |
Constructor and Description |
---|
OTxUniqueIndex(ORecordId recordId,
String index,
Object key) |
Modifier and Type | Method and Description |
---|---|
String |
getIndex() |
Object |
getKey() |
ORecordId |
getRecordId() |
int |
getResponseType() |
void |
setIndex(String index) |
void |
setKey(Object key) |
void |
setRecordId(ORecordId recordId) |
public static final int ID
public ORecordId getRecordId()
public void setRecordId(ORecordId recordId)
public String getIndex()
public void setIndex(String index)
public Object getKey()
public void setKey(Object key)
public int getResponseType()
getResponseType
in interface OTransactionResultPayload
Copyright © 2009–2020 OrientDB. All rights reserved.