(String command)
| 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, |
nothing calls this directly
no test coverage detected