public class DbIndex extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DbIndex.Builder
Builder to create immutable
DbIndex objects. |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumns()
Gets the list of columns that are part of the index,
|
boolean |
isUnique()
Checks if the index is unique.
|
Copyright © 2014 Feedzai. All Rights Reserved.