coreservlets
Class EmployeeCreation
java.lang.Object
|
+--coreservlets.EmployeeCreation
- public class EmployeeCreation
- extends Object
Make a simple "employees" table using DatabaseUtilities.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EmployeeCreation
public EmployeeCreation()
createEmployees
public static Connection createEmployees(String driver,
String url,
String username,
String password,
boolean close)
main
public static void main(String[] args)
 |
|---|
| CSAJSP @ amazon.com |
|---|