Returns the Table with the given name if present in the table cache or null if the table does not exist in the cache.
(String tblName)
| 257 | * table does not exist in the cache. |
| 258 | */ |
| 259 | @Override // FeTable |
| 260 | public Table getTable(String tblName) { return tableCache_.get(tblName); } |
| 261 | |
| 262 | /** |
| 263 | * Returns the Table with the given name if present in the table cache or null if the |