public static final class TableChange.After extends java.lang.Object implements TableChange.ColumnPosition
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)
Compares this After instance with another object for equality. 
 | 
java.lang.String | 
getColumn()
Retrieves the name of the reference column after which the specified column will be placed. 
 | 
int | 
hashCode()
Generates a hash code for this After instance. 
 | 
java.lang.String | 
toString()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitafter, defaultPos, firstpublic java.lang.String getColumn()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare with this instance.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object