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