Class CreateIndex
- java.lang.Object
-
- io.vacco.metolithe.codegen.liquibase.type.CreateIndex
-
-
Constructor Summary
Constructors Constructor Description CreateIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIndexwithIndexName(java.lang.String indexName)CreateIndexwithTableName(java.lang.String tableName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vacco.metolithe.codegen.liquibase.type.MtLbType
getLabelName
-
-
-
-
Field Detail
-
indexName
public java.lang.String indexName
-
tableName
public java.lang.String tableName
-
columns
public java.util.List<Column> columns
-
-
Method Detail
-
withIndexName
public CreateIndex withIndexName(java.lang.String indexName)
-
withTableName
public CreateIndex withTableName(java.lang.String tableName)
-
-