com.xmlserv.app.shared
Class DBFactory

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

public class DBFactory
extends java.lang.Object


Method Summary
static DBUser getUser(java.sql.Connection con, int id)
           
static DBUser getUser(java.sql.Connection con, java.lang.String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUser

public static DBUser getUser(java.sql.Connection con,
                             int id)
                      throws java.sql.SQLException,
                             XMLServException

getUser

public static DBUser getUser(java.sql.Connection con,
                             java.lang.String username)
                      throws java.sql.SQLException,
                             XMLServException