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 an import script. Treats each line as a complete SQL statement. Comment lines must start with --, //, or /*.
See Also: