example.filestorage
Class DerbyDBSetup

java.lang.Object
  extended by example.filestorage.DerbyDBSetup

public class DerbyDBSetup
extends java.lang.Object

Author:
Sean C. Sullivan

Constructor Summary
private DerbyDBSetup()
           
 
Method Summary
static void create()
           
static void dropAll()
           
private static void executeSQL(java.lang.String sql)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyDBSetup

private DerbyDBSetup()
Method Detail

dropAll

public static void dropAll()

executeSQL

private static void executeSQL(java.lang.String sql)

create

public static void create()

main

public static void main(java.lang.String[] args)


Copyright © 2005 strutsblobapp.sourceforge.net. All Rights Reserved.