@return the explicit column labels for this view, or null if they need to be derived entirely from the underlying query statement. The returned list has at least as many elements as the number of column labels in the query statement.
()
| 41 | * elements as the number of column labels in the query statement. |
| 42 | */ |
| 43 | List<String> getColLabels(); |
| 44 | |
| 45 | } |
no outgoing calls
no test coverage detected