public class ObjectStoreIndex extends Object
| Constructor and Description |
|---|
ObjectStoreIndex() |
| Modifier and Type | Method and Description |
|---|---|
KeyPath |
getKeyPath()
Index key path.
|
Boolean |
getMultiEntry()
If true, index allows multiple entries for a key.
|
String |
getName()
Index name.
|
Boolean |
getUnique()
If true, index is unique.
|
void |
setKeyPath(KeyPath keyPath)
Index key path.
|
void |
setMultiEntry(Boolean multiEntry)
If true, index allows multiple entries for a key.
|
void |
setName(String name)
Index name.
|
void |
setUnique(Boolean unique)
If true, index is unique.
|
public String getName()
public void setName(String name)
public KeyPath getKeyPath()
public void setKeyPath(KeyPath keyPath)
public Boolean getUnique()
public void setUnique(Boolean unique)
public Boolean getMultiEntry()
public void setMultiEntry(Boolean multiEntry)
Copyright © 2020. All rights reserved.