public abstract class BaseColumnMetaData extends Object implements ColumnMetaData
| Modifier | Constructor and Description |
|---|---|
protected |
BaseColumnMetaData(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract ColumnMetaData |
clone() |
String |
getName()
Get the name of the specified column
|
void |
setName(String name)
Setter for the name
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnType, isValid, isValidprotected String name
protected BaseColumnMetaData(String name)
public String getName()
ColumnMetaDatagetName in interface ColumnMetaDatapublic void setName(String name)
ColumnMetaDatasetName in interface ColumnMetaDatapublic abstract ColumnMetaData clone()
clone in interface ColumnMetaDataclone in class ObjectCopyright © 2019. All rights reserved.