org.firebirdsql.pool
Class AbstractConnectionPool.UserPasswordPair
java.lang.Object
org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
- AbstractConnectionPool
protected static class AbstractConnectionPool.UserPasswordPair
extends java.lang.Object
Structure class to store user name and password.
UserPasswordPair
public UserPasswordPair()
UserPasswordPair
public UserPasswordPair(String userName,
String password)
equals
public boolean equals(Object obj)
getPassword
public String getPassword()
getUserName
public String getUserName()
hashCode
public int hashCode()
Copyright B) 2001 David Jencks and other authors. All rights reserved.