Set whether to skip parsing while registering the query in batch mode @param skipParseInRegisterForBatch
(boolean skipParseInRegisterForBatch)
| 1978 | * @param skipParseInRegisterForBatch |
| 1979 | */ |
| 1980 | public void setSkipParseInRegisterForBatch(boolean skipParseInRegisterForBatch) { |
| 1981 | this.skipParseInRegisterForBatch = skipParseInRegisterForBatch; |
| 1982 | } |
| 1983 | |
| 1984 | public String getLastRel() { |
| 1985 | return currDAG.getLastRel(); |
no outgoing calls
no test coverage detected