public abstract class SqlScriptParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlScriptParser.DefaultLazySqlScriptParser |
static class |
SqlScriptParser.OracleLazySqlScriptParser |
| Constructor and Description |
|---|
SqlScriptParser() |
| Modifier and Type | Method and Description |
|---|---|
static SqlScriptParser |
getDefaultSqlScriptParser(String statementDelimiter) |
static SqlScriptParser |
getOracleSqlScriptParser(String statementDelimiter) |
abstract Iterable<String> |
parse(Reader scriptReader) |
public static SqlScriptParser getOracleSqlScriptParser(String statementDelimiter)
public static SqlScriptParser getDefaultSqlScriptParser(String statementDelimiter)
Copyright © 2017 SAP SE. All Rights Reserved.