asgaard.skid
Class SkidSetup

java.lang.Object
  |
  +--asgaard.skid.SkidSetup

public class SkidSetup
extends java.lang.Object

SkidSetup is the creation-routine if only an empty or damaged database is available. The creation of all nessecary Datastructures is transparently encapsulated for automated use by the BeanBroker.

See Also:
asgaard.skid.SkidBroker

Constructor Summary
SkidSetup()
           
 
Method Summary
static void createDataBase(java.util.ResourceBundle sres, java.sql.Connection conn)
          Creates a Setup-Object for processing an automated setup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkidSetup

public SkidSetup()
Method Detail

createDataBase

public static void createDataBase(java.util.ResourceBundle sres,
                                  java.sql.Connection conn)
                           throws java.sql.SQLException
Creates a Setup-Object for processing an automated setup. Creates all datastructures physuically new, Errormessages are passed through.
Parameters:
sres - collection of SQL-Statements
conn - the (opened) connection
Throws:
java.sql.SQLException -