public class ColumnDTO extends Object
| Constructor and Description |
|---|
ColumnDTO(String columnName,
OpenTSDBTypes columnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnName() |
OpenTSDBTypes |
getColumnType() |
int |
hashCode() |
boolean |
isNullable() |
public ColumnDTO(String columnName, OpenTSDBTypes columnType)
Copyright © 2021 The Apache Software Foundation. All rights reserved.