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

Method sql

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

Source from the content-addressed store, hash-verified

538
539
540 @Override
541 public SqlResult sql(String command) throws DDFException {
542 return this.sql(command, (Integer) null);
543 }
544
545 public SqlResult sql(String command, String dataSource) throws DDFException {
546 return this.sql(command,

Callers 1

sqlTypedMethod · 0.95

Calls 3

getDummyDDFMethod · 0.95
getSqlHandlerMethod · 0.80
sqlHandleMethod · 0.65

Tested by

no test coverage detected