Package com.ptsmods.mysqlw.table
Class TableIndex
java.lang.Object
com.ptsmods.mysqlw.table.TableIndex
Table indices, used to speed up queries.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
getType()
static TableIndex
index
(String column, TableIndex.Type type) static TableIndex
index
(String name, String column, TableIndex.Type type) toString()
toString
(boolean includeColumn)