public class SingleLineSqlCommandExtractor extends Object implements ImportSqlCommandExtractor
Class responsible for extracting SQL statements from import script. Treads each line as a complete SQL statement.
Comment lines shall start with --, // or /* character sequence.
| Constructor and Description |
|---|
SingleLineSqlCommandExtractor() |
public String[] extractCommands(Reader reader)
extractCommands in interface ImportSqlCommandExtractorreader - Character stream reader of SQL script.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.