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