Class SingleLineSqlScriptExtractor

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

public class SingleLineSqlScriptExtractor extends Object implements SqlScriptCommandExtractor
Class responsible for extracting SQL statements from import script. Treats each line as a complete SQL statement. Comment lines shall start with --, // or /* character sequence.
See Also: