public abstract class AbstractColumn extends Object implements Column
Column implementation. Implements most common and trivial
methods.| Constructor and Description |
|---|
AbstractColumn() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Column that) |
boolean |
equals(Object obj) |
String |
getQualifiedLabel()
Gets a qualified label for later lookup.
|
String |
getQuotedName()
Gets the name, including optional quotes, of this structure.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetColumnNumber, getColumnSize, getName, getNativeType, getRemarks, getTable, getType, isIndexed, isNullable, isPrimaryKeygetQuotepublic final String getQuotedName()
NamedStructuregetQuotedName in interface NamedStructurepublic final String getQualifiedLabel()
NamedStructuregetQualifiedLabel in interface NamedStructurepublic final int compareTo(Column that)
compareTo in interface Comparable<Column>Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.