@brief The function is used to create ddf from sqlcmd. The namespace, uriList, and uuidList have similar definition as sql(). @param command The sql command. @param schema If Schema is null, then the data is expected to have Schema information available @param d
(String command,
Schema schema,
DataSourceDescriptor dataSource,
DataFormat dataFormat)
| 79 | * @param dataFormat |
| 80 | */ |
| 81 | public DDF sql2ddfHandle(String command, |
| 82 | Schema schema, |
| 83 | DataSourceDescriptor dataSource, |
| 84 | DataFormat dataFormat) throws DDFException; |
no outgoing calls
no test coverage detected