comparison src/main/java/de/mpiwg/gazetteer/db/DBContents.java @ 49:7c2e1b14b77d

new: load existing full text searching result into searching table
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 26 Jan 2016 11:46:10 +0100
parents 35ed4e650a53
children
comparison
equal deleted inserted replaced
48:13555aff1f88 49:7c2e1b14b77d
21 21
22 private DBCoordinatesBook coordinatesBook = null; 22 private DBCoordinatesBook coordinatesBook = null;
23 23
24 private boolean isRemoved = false; 24 private boolean isRemoved = false;
25 25
26 public DBContents(){
27
28 }
26 29
27 public DBContents(ResultSet rs) throws SQLException{ 30 public DBContents(ResultSet rs) throws SQLException{
28 31
29 this.id = rs.getLong("id"); 32 this.id = rs.getLong("id");
30 this.bookId = rs.getString("books_id"); 33 this.bookId = rs.getString("books_id");