public interface StorageIndex
Also known as a collection, a table, and also as (rarely) a view for a database view is inherently associated with an index.
| Modifier and Type | Method and Description |
|---|---|
IndexAddress |
getAddress()
Returns the index address: its unique identifier in the database.
|
default String |
getName()
Returns the name of this index.
|
default String getName()
IndexAddress getAddress()
Copyright © 2019 Exonum. All rights reserved.