public class SchemaReader
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
getStatements(java.io.InputStream is)
Statement reader from a .sql file
|
public static java.util.List<java.lang.String> getStatements(java.io.InputStream is)
throws java.io.IOException
is - input streamjava.io.IOException - if the buffered reader was unable to read the file