public interface TempViewProvider extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
createOrReplace(String tableName,
List<String> headers,
List<List<Comparable>> rows) |
void |
deleteTable(String tableName) |
void |
runQuery(String sqlText) |
void |
showAllViews() |
void createOrReplace(String tableName, List<String> headers, List<List<Comparable>> rows)
void runQuery(String sqlText)
void showAllViews()
void deleteTable(String tableName)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2025 The Apache Software Foundation. All rights reserved.