org.wso2.registry.jdbc.hsql
Class DatabaseCreator

java.lang.Object
  extended by org.wso2.registry.jdbc.hsql.DatabaseCreator

public class DatabaseCreator
extends java.lang.Object

Creates the tables required for HSQL database.


Field Summary
static org.apache.commons.logging.Log log
           
 
Constructor Summary
DatabaseCreator()
           
 
Method Summary
static void createDatabase(javax.sql.DataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log
Constructor Detail

DatabaseCreator

public DatabaseCreator()
Method Detail

createDatabase

public static void createDatabase(javax.sql.DataSource dataSource)
                           throws RegistryException
Throws:
RegistryException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.