public class ColumnDetail extends Object
| Constructor and Description |
|---|
ColumnDetail(String name,
SQLType type,
boolean nullable) |
ColumnDetail(String name,
SQLType type,
boolean nullable,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Map<String,String> |
getProperties() |
SQLType |
getType() |
int |
hashCode() |
boolean |
isNullable() |
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.