org.hsqldb
Class HsqlServerFactory

java.lang.Object
  extended byorg.hsqldb.HsqlServerFactory

public class HsqlServerFactory
extends Object

HsqlServerFactory

Version:
1.7.2

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

Constructor Detail

HsqlServerFactory

public HsqlServerFactory()
Method Detail

createHsqlServer

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


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