oscon2006.web
Class DAO
java.lang.Object
  
oscon2006.web.DAO
public class DAO
- extends java.lang.Object
 
| 
Constructor Summary | 
DAO()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DAO
public DAO()
getEmployees
public byte[] getEmployees(OutputFormat format)
 
getProducts
public byte[] getProducts(OutputFormat format)
 
close
protected void close(java.sql.Connection c)
 
close
protected void close(java.sql.ResultSet rs)
 
close
protected void close(java.sql.Statement st)
 
getConnection
protected java.sql.Connection getConnection()
                                     throws java.sql.SQLException
- Throws:
 java.sql.SQLException
 
main
public static void main(java.lang.String[] args)
 
Copyright © 2006 oscon2006.sourceforge.net. All Rights Reserved.