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