public interface GridCacheSqlIndexMetadata extends Externalizable
All index descriptors can be obtained from
GridCacheSqlMetadata.indexes(String) method.
GridCacheSqlMetadata| Modifier and Type | Method and Description |
|---|---|
boolean |
descending(String field)
Gets order of the index for each indexed field.
|
Collection<String> |
fields()
Gets names of fields indexed by this index.
|
String |
name()
Gets name of the index.
|
boolean |
unique()
Gets whether this is a unique index.
|
readExternal, writeExternalString name()
Collection<String> fields()
boolean descending(String field)
field - Field name.True if given field is indexed in descending order.boolean unique()
True if index is unique, false otherwise.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015