org.hsqldb
Class HsqlServerFactory

java.lang.Object
  extended byorg.hsqldb.HsqlServerFactory

public class HsqlServerFactory
extends java.lang.Object

HsqlServerFactory


Constructor Summary
HsqlServerFactory()
           
 
Method Summary
static HsqlSocketRequestHandler createHsqlServer(java.lang.String dbFilePath, boolean debugMessages, boolean silentMode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlServerFactory

public HsqlServerFactory()
Method Detail

createHsqlServer

public static HsqlSocketRequestHandler createHsqlServer(java.lang.String dbFilePath,
                                                        boolean debugMessages,
                                                        boolean silentMode)
                                                 throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2001 - 2002 HSQL Development Group. All Rights Reserved.