Package org.hibernate.tool.schema.spi
Interface SqlScriptCommandExtractor
-
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
MultiLineSqlScriptExtractor
,SingleLineSqlScriptExtractor
public interface SqlScriptCommandExtractor extends Service
Contract for extracting statements from source/import/init scripts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
extractCommands(Reader reader, Dialect dialect)
Read the commands from the SQL script represented by the incoming reader, returning those commands as an array
-