| Constructor and Description |
|---|
DdlParser() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
parse(StringReader reader)
Break up the sql in reader into a list of statements using the semi-colon and $$ delimiters;
|
public DdlParser()
public List<String> parse(StringReader reader)
Copyright © 2017. All rights reserved.