An extension to the PostgreSQL jdbc driver to deal with image data in Java.
To test and use this code you need a database with the PostPic extension and some image loaded in.
See the PostPic Wiki for more informations.
This package contains the following:
- jdbc: java mapping for the image type, enhances the postgresql jdbc driver
- samples: an example Java program using the jdbc driver extension to query and display images
PostPic is Copyright (C) 2010 Domenico Rotiroti.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
A copy of the GNU Lesser General Public License is included in the
source distribution of this software.