net.sourceforge.schemaspy.util
Class ConnectionURLBuilder

java.lang.Object
  extended by net.sourceforge.schemaspy.util.ConnectionURLBuilder

public class ConnectionURLBuilder
extends Object


Constructor Summary
ConnectionURLBuilder(String databaseType, List args, Properties properties)
          args is null if you just need a list of params that this type of connection supports
 
Method Summary
 void dumpUsage()
           
 String getConnectionURL()
           
 String getDbName()
           
 List getParamDescriptions()
           
 List getParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionURLBuilder

public ConnectionURLBuilder(String databaseType,
                            List args,
                            Properties properties)
args is null if you just need a list of params that this type of connection supports

Parameters:
args -
properties -
Method Detail

getConnectionURL

public String getConnectionURL()

getDbName

public String getDbName()

getParams

public List getParams()

getParamDescriptions

public List getParamDescriptions()

dumpUsage

public void dumpUsage()


Copyright © 2007-2010. All Rights Reserved.