- java.lang.Object
-
- org.hsqldb.server.HsqlServerFactory
-
public class HsqlServerFactory extends java.lang.Object
HsqlServerFactory- Since:
- 1.7.0
- Author:
- paul-h@users
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HsqlSocketRequestHandler
createHsqlServer(java.lang.String dbFilePath, boolean debugMessages, boolean silentMode)
-
-
-
Method Detail
-
createHsqlServer
public static HsqlSocketRequestHandler createHsqlServer(java.lang.String dbFilePath, boolean debugMessages, boolean silentMode) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-