public class Index extends Object
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumnsNames()
A list of strings of all the columns regarding this index
|
String |
getName() |
String |
getType()
The type of this index: "PRIMARY KEY", "UNIQUE", "INDEX"
|
void |
setColumnsNames(List<String> list) |
void |
setName(String string) |
void |
setType(String string) |
String |
toString() |
public List<String> getColumnsNames()
public String getName()
public void setName(String string)
public String getType()
public void setType(String string)
Copyright © 2006–2018 TinyGroup. All rights reserved.