Class DaoBookmarks
- java.lang.Object
-
- org.hortonmachine.gears.io.geopaparazzi.geopap4.DaoBookmarks
-
public class DaoBookmarks extends Object
- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE_BOOKMARKSBookmarks table name.
-
Constructor Summary
Constructors Constructor Description DaoBookmarks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateTables(Connection connection)Create bookmarks tables.
-
-
-
Field Detail
-
TABLE_BOOKMARKS
public static final String TABLE_BOOKMARKS
Bookmarks table name.- See Also:
- Constant Field Values
-
-
Method Detail
-
createTables
public static void createTables(Connection connection) throws IOException, SQLException
Create bookmarks tables.- Throws:
IOException- if something goes wrong.SQLException
-
-