Class MultiLineSqlScriptExtractor

java.lang.Object
org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
All Implemented Interfaces:
Serializable, Service, SqlScriptCommandExtractor

public class MultiLineSqlScriptExtractor extends Object implements SqlScriptCommandExtractor
Class responsible for extracting SQL statements from import script. Supports instructions/comments and quoted strings spread over multiple lines. Each statement must end with semicolon.
See Also: