public class SqlScriptParser extends Object
Modifier and Type | Method and Description |
---|---|
static SqlScriptParser |
getInstance() |
String |
removeComments(String script)
This method removes comments from one statement.
|
List<String> |
split(String script)
This method splits script into separate statements.
|
public static SqlScriptParser getInstance()
public List<String> split(String script)
script
- a string representing the SQL script to parse