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> |
descendings() |
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.Collection<String> descendings()
boolean unique()
True if index is unique, false otherwise.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020