public class DefaultColumnMetaInfo extends java.lang.Object implements ColumnMetaInfo
| Constructor and Description |
|---|
DefaultColumnMetaInfo(java.lang.String name,
ColumnType type,
boolean primaryKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of the column.
|
ColumnType |
getType()
The dataType of the column.
|
boolean |
isPrimaryKey()
The column needs to know if it belongs to the primary key or not.
|
java.lang.String |
toString() |
public DefaultColumnMetaInfo(java.lang.String name,
ColumnType type,
boolean primaryKey)
public java.lang.String getName()
ColumnMetaInfogetName in interface ColumnMetaInfopublic ColumnType getType()
ColumnMetaInfogetType in interface ColumnMetaInfopublic boolean isPrimaryKey()
ColumnMetaInfoisPrimaryKey in interface ColumnMetaInfopublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © Micro Focus 2004-2019. All rights reserved.