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

Method getSqlHandler

core/src/main/java/io/ddf/DDF.java:691–695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

689
690
691 public IHandleSql getSqlHandler() {
692 if (mSqlHandler == null) mSqlHandler = this.createSqlHandler();
693 if (mSqlHandler == null) throw new UnsupportedOperationException();
694 else return mSqlHandler;
695 }
696
697 public DDF setSqlHandler(IHandleSql aSqlHandler) {
698 this.mSqlHandler = aSqlHandler;

Callers 3

sql2ddfMethod · 0.80
sqlMethod · 0.80
_subsetMethod · 0.80

Calls 1

createSqlHandlerMethod · 0.95

Tested by

no test coverage detected