org.apache.jmeter.protocol.jdbc.util
Class DBKey
java.lang.Object
org.apache.jmeter.protocol.jdbc.util.DBKey
- All Implemented Interfaces:
- Serializable
- public class DBKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
DBKey
public DBKey(String driver,
String url,
String username,
String password)
DBKey
public DBKey()
getUrl
public String getUrl()
getUsername
public String getUsername()
getPassword
public String getPassword()
getDriver
public String getDriver()
equals
public boolean equals(Object o2)
- Determines if the two DBKey objects have the same property values.
- Parameters:
o2
- DBKey to compare with this one.
- Returns:
- bool True if equal, false otherwise.
hashCode
public int hashCode()
toString
public String toString()
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.