public abstract class AbstractColumn extends Object implements Comparable<IColumn>, IColumn
Constructor and Description |
---|
AbstractColumn(String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IColumn o) |
boolean |
equals(Object obj) |
String |
getName()
Column name in database.
|
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.