public class TableInfo extends Object
| Constructor and Description |
|---|
TableInfo(String name,
ColInfo... cols) |
TableInfo(String name,
List<ColInfo> cols) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsColumn(Cols cols) |
List<ColInfo> |
getColInfos() |
String |
getName() |
void |
setNamePrefix(String prefix) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.