Class DbIndex
- java.lang.Object
-
- com.feedzai.commons.sql.abstraction.ddl.DbIndex
-
- All Implemented Interfaces:
Serializable
public class DbIndex extends Object implements Serializable
Represents a database index.- Since:
- 2.0.0
- Author:
- Rui Vilao (rui.vilao@feedzai.com)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDbIndex.BuilderBuilder to create immutableDbIndexobjects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getColumns()Gets the list of columns that are part of the index,booleanisUnique()Checks if the index is unique.
-