Case-insensitive lookup. @return null if the column with 'name' is not found.
(String name)
| 190 | * @return null if the column with 'name' is not found. |
| 191 | */ |
| 192 | Column getColumn(String name); |
| 193 | |
| 194 | /** |
| 195 | * @return the type of this table (array of struct) that mirrors the columns. |
no outgoing calls