Class DdlParser
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.DdlParser
-
public class DdlParser extends Object
Can parse a DDL into a list of individual statements.- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description DdlParser()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
parse(File ddlFile)
List<String>
parse(InputStream ddlStream)
-
-
-
Method Detail
-
parse
public List<String> parse(InputStream ddlStream) throws IOException
- Parameters:
ddlStream
-- Throws:
IOException
-
-