()
| 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; |
no test coverage detected