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