@Beta public class ColumnMetadata extends Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
ColumnMetadata() |
Constructs an instance of ColumnMetaData
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
int |
getCardinality() |
|
String |
getId() |
|
String |
getName() |
|
int |
getNextStringKey() |
|
String |
getStringColumnKeySize() |
|
String |
getType() |
|
int |
hashCode() |
|
String |
toString() |
protected ColumnMetadata()
NB: This constructor is used by Jackson JSON parsing code so it must be retained even though it isn't explicitly called
Copyright © 2022. All rights reserved.