public class DbColumn extends Object
DbColumn type is used during introspection of HANA
database tables.| Constructor and Description |
|---|
DbColumn(String name,
String dataType)
Creates a new
DbColumn instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataType()
Returns the column data type
|
String |
getName()
Returns the column name.
|
int |
hashCode() |
Copyright © 2016 SAP. All Rights Reserved.