public class TableMetadata extends Object
Constructor and Description |
---|
TableMetadata(Relation table) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static TableMetadata |
fromJson(String jsonString) |
List<ColumnMetadata> |
getColumnMetadataList() |
String |
getName() |
int |
getRowCount() |
int |
hashCode() |
String |
toJson() |
public TableMetadata(Relation table)
public static TableMetadata fromJson(String jsonString)
public String toJson()
public String getName()
public int getRowCount()
public List<ColumnMetadata> getColumnMetadataList()
Copyright © 2017. All rights reserved.