| java.lang.Object dinamica.AbstractModule dinamica.GenericOutput dinamica.BlobOutputPGSQL
BlobOutputPGSQL | public class BlobOutputPGSQL extends GenericOutput (Code) | | Output module to print blob contents stored in PostgreSQL database (v8.0.3),
like images, pdfs and other types of documents
saved in columns of type "bytea". This class was required
because PostgreSQL does implement the standard JDBC BLOB API for
its "bytea" data type, so the default dinamica.BlobOutput cannot be used
with PostgreSQL databases in the current stable versions (7.4 and 8.0.3).
Creation date: 2-sept-2005
Last Update: 2-sept-2005
(c) 2003 Martin Cordova
This code is released under the LGPL license
author: Martin Cordova |
|
|