Executes the given command and stores the results into a List with default size which already has a schema to govern the data loading, from the system default data source, using its default DataFormat. @return the List with loaded data content
(String command)
| 88 | * @return the List<String> with loaded data content |
| 89 | */ |
| 90 | public SqlResult sql(String command) throws DDFException; |
| 91 | |
| 92 | /** |
| 93 | * Executes the given command and stores the results into a List<String> which already has a |
no outgoing calls