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

Method sqlHandle

core/src/main/java/io/ddf/etl/ASqlHandler.java:93–100  ·  view source on GitHub ↗
(String command,
                             Integer maxRows,
                             DataSourceDescriptor dataSource)

Source from the content-addressed store, hash-verified

91 }
92
93 public SqlResult sqlHandle(String command,
94 Integer maxRows,
95 DataSourceDescriptor dataSource) throws DDFException {
96 return this.sqlHandle(command,
97 maxRows,
98 dataSource,
99 new TableNameReplacer(this.getManager(), dataSource));
100 }
101
102
103 public SqlResult sqlHandle(String sqlcmd,

Callers

nothing calls this directly

Calls 10

getDataSourceMethod · 0.95
showTablesMethod · 0.95
describeTableMethod · 0.95
sqlMethod · 0.65
getNameMethod · 0.65
getNamespaceMethod · 0.65
getManagerMethod · 0.45
parseMethod · 0.45
runMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected