Enum Class AlterTable.Alteration

java.lang.Object
java.lang.Enum<AlterTable.Alteration>
rife.database.queries.AlterTable.Alteration
All Implemented Interfaces:
Serializable, Comparable<AlterTable.Alteration>, Constable
Enclosing class:
AlterTable

public static enum AlterTable.Alteration extends Enum<AlterTable.Alteration>
Provides the alterations that an AlterTable query can perform.

Exactly one of them is set up on each query and the alteration that has been chosen can be retrieved with AlterTable.getAlteration().

Since:
1.10