public class TableWithMeta extends Object implements AutoCloseable
| 修饰符和类型 | 类和说明 |
|---|---|
static class |
TableWithMeta.NestedChildren |
| 修饰符和类型 | 方法和说明 |
|---|---|
void |
close() |
TableWithMeta.NestedChildren |
getChild(int i) |
String[] |
getColumnNames()
获取顶层列的名称。
|
boolean |
isChildNested(int i) |
Table |
releaseTable()
从该元数据中获取表。
|
public Table releaseTable()
public String[] getColumnNames()
public TableWithMeta.NestedChildren getChild(int i)
public boolean isChildNested(int i)
public void close()
AutoCloseable 中的 close版权所有 © 2025。保留所有权利。