Package org.hibernate.tool.schema.spi
Interface SqlScriptCommandExtractor
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
MultiLineSqlScriptExtractor
,SingleLineSqlScriptExtractor
Contract for extracting statements from source/import/init scripts.
-
Method Summary
Modifier and TypeMethodDescriptionextractCommands
(Reader reader, Dialect dialect) Read the commands from the SQL script represented by the incoming reader, returning those commands as an array
-
Method Details
-
extractCommands
Read the commands from the SQL script represented by the incoming reader, returning those commands as an array
-