Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb
Class HsqlServerFactory  view HsqlServerFactory download HsqlServerFactory.java

java.lang.Object
  extended byorg.hsqldb.HsqlServerFactory

public class HsqlServerFactory
extends java.lang.Object

HsqlServerFactory

Version:
1.7.0

Constructor Summary
HsqlServerFactory()
           
 
Method Summary
static HsqlSocketRequestHandler createHsqlServer(java.lang.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(java.lang.String dbFilePath,
                                                        boolean debugMessages,
                                                        boolean silentMode)
                                                 throws java.sql.SQLException