com.xmlserv.app.shared
Class DBImage

java.lang.Object
  |
  +--com.xmlserv.app.shared.DBImage

public class DBImage
extends java.lang.Object

This class represents images stored in the DB. Unfinished, scheduled for completion

Version:
$Id: DBImage.java,v 1.4 2002/04/19 18:14:54 muecke Exp $
Author:
Wolfram Saringer

Constructor Summary
DBImage()
           
DBImage(java.sql.Connection con, int id)
           
 
Method Summary
 void load(java.sql.Connection con, int id)
           
 void save(java.sql.Connection con, java.lang.String uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBImage

public DBImage()

DBImage

public DBImage(java.sql.Connection con,
               int id)
        throws java.sql.SQLException,
               java.io.IOException,
               XMLServException
Method Detail

load

public void load(java.sql.Connection con,
                 int id)
          throws java.sql.SQLException,
                 java.io.IOException,
                 XMLServException

save

public void save(java.sql.Connection con,
                 java.lang.String uid)
          throws java.sql.SQLException,
                 java.io.IOException,
                 XMLServException