MCPcopy Create free account
hub / github.com/ddf-project/DDF / sql2ddf

Method sql2ddf

core/src/main/java/io/ddf/DDFManager.java:490–493  ·  view source on GitHub ↗
(String command)

Source from the content-addressed store, hash-verified

488
489 // ////// IHandleSql facade methods ////////
490 @Override
491 public DDF sql2ddf(String command) throws DDFException {
492 return this.sql2ddf(command, null, null, null);
493 }
494
495 public DDF sql2ddf(String command, String dataSource) throws DDFException {
496 return this.sql2ddf(command,

Callers

nothing calls this directly

Calls 3

getDummyDDFMethod · 0.95
getSqlHandlerMethod · 0.80
sql2ddfHandleMethod · 0.65

Tested by

no test coverage detected