109110111112113114115
boolean isDump) { super(db, file, includeCachedData, newFile, isDump); } protected void initBuffers() { rowOut = new RowOutputTextLog(); }
139140141142143144145
} } } protected void initBuffers() { rowOut = new RowOutputTextLog(); }
9596979899100101
boolean isDump) throws HsqlException { super(db, file, includeCachedData, newFile, isDump); } protected void initBuffers() { rowOut = new RowOutputTextLog(); }
111112113114115116117
36373839404142
super(paramDatabase, paramString, paramBoolean1, paramBoolean2, paramBoolean3); } protected void initBuffers() { this.rowOut = new RowOutputTextLog(); }