70717273747576
ScriptReaderText(Database db, String file) throws IOException { super(db, file); rowIn = new RowInputTextLog(); }
65666768697071
ScriptReaderText(Database db, String file) throws HsqlException, IOException { super(db, file); rowIn = new RowInputTextLog(); }