@brief This function is used to handle user-input sql. It will (1) handle ddl. (2) reformulate sql with table name. @param command The sql command. It should contains full uri as reference in the command. For example, "select from ddf://adatao/ddfname". Or the sqlcmd doesn't
(String command,
Integer maxRows,
DataSourceDescriptor dataSource)
| 27 | * @throws DDFException |
| 28 | */ |
| 29 | public SqlResult sqlHandle(String command, |
| 30 | Integer maxRows, |
| 31 | DataSourceDescriptor dataSource) throws DDFException; |
| 32 |
no outgoing calls
no test coverage detected