Interface TableMeta
- All Known Implementing Classes:
ImmutableTableMeta
@Immutable
public interface TableMeta
- Since:
- 0.1
- Author:
- Arnaud Thimel (Code Lutin)
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<ColumnMeta> findColumn(String name) com.google.common.collect.ImmutableList<ColumnMeta> getCount()getName()booleanisView()
-
Method Details
-
getName
String getName() -
isView
boolean isView() -
getColumns
com.google.common.collect.ImmutableList<ColumnMeta> getColumns() -
findColumn
-
getCount
-
getComment
-