public final class FBConnectionRequestInfo
extends java.lang.Object
implements java.io.Serializable
FBConnectionRequestInfo holds connection-specific information such as user, password, and other
 information.| Constructor and Description | 
|---|
| FBConnectionRequestInfo(IConnectionProperties connectionProperties)Creates a connection request info based on a set of connection properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| IConnectionProperties | asIConnectionProperties() | 
| boolean | equals(java.lang.Object o) | 
| int | hashCode() | 
| void | setPassword(java.lang.String password) | 
| void | setUserName(java.lang.String userName) | 
public FBConnectionRequestInfo(IConnectionProperties connectionProperties)
Mutable connection properties are used as is, so the caller is responsible to provide a copy if mutations shouldn't propagate. Immutable properties are automatically copied to a mutable version.
connectionProperties - Connection propertiespublic void setUserName(java.lang.String userName)
public void setPassword(java.lang.String password)
public IConnectionProperties asIConnectionProperties()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.