Interface SqlCommandParser
- All Known Implementing Classes:
SqlCommandParserImpl
@Internal
public interface SqlCommandParser
SqlClient command parser.
-
Method Summary
-
Method Details
-
parseStatement
Parses given statement.- Parameters:
statement- the sql client input to evaluate.- Returns:
- the optional value of
Commandparsed. It would be empty when the statement is "" or ";". - Throws:
SqlExecutionException- if any error happen while parsing or validating the statement.
-