net.java.ao.test.jdbc
Class HsqlFileStorage

java.lang.Object
  extended by net.java.ao.test.jdbc.AbstractJdbcConfiguration
      extended by net.java.ao.test.jdbc.Hsql
          extended by net.java.ao.test.jdbc.HsqlFileStorage
All Implemented Interfaces:
JdbcConfiguration

public class HsqlFileStorage
extends Hsql


Field Summary
 
Fields inherited from class net.java.ao.test.jdbc.AbstractJdbcConfiguration
DEFAULT_USER
 
Constructor Summary
HsqlFileStorage()
           
HsqlFileStorage(String url, String username, String password, String schema)
           
 
Method Summary
protected  String getDefaultUrl()
           
 
Methods inherited from class net.java.ao.test.jdbc.Hsql
getDefaultPassword, getDefaultSchema, getDefaultUsername
 
Methods inherited from class net.java.ao.test.jdbc.AbstractJdbcConfiguration
equals, getPassword, getSchema, getUrl, getUsername, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HsqlFileStorage

public HsqlFileStorage()

HsqlFileStorage

public HsqlFileStorage(String url,
                       String username,
                       String password,
                       String schema)
Method Detail

getDefaultUrl

protected String getDefaultUrl()
Overrides:
getDefaultUrl in class Hsql


Copyright © 2007-2015. All Rights Reserved.