public class QueryTables extends Object implements ParsedQueryTables
| Constructor and Description |
|---|
QueryTables() |
QueryTables(boolean isEmptyMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String name) |
Table |
get(String name) |
Table |
getParsedTable(String name) |
void |
markParsingCompleted() |
void |
put(String name,
Table table) |
public QueryTables(boolean isEmptyMap)
public QueryTables()
public boolean containsKey(String name)
public void markParsingCompleted()
public Table getParsedTable(String name)
getParsedTable in interface ParsedQueryTablesCopyright © 2022 The Apache Software Foundation. All rights reserved.