| 40 | int SQLParserResult::errorColumn() const { return errorColumn_; } |
| 41 | |
| 42 | void SQLParserResult::setIsValid(bool isValid) { isValid_ = isValid; } |
| 43 | |
| 44 | void SQLParserResult::setErrorDetails(char* errorMsg, int errorLine, int errorColumn) { |
| 45 | errorMsg_ = errorMsg; |