java.lang.Object
org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
- All Implemented Interfaces:
Serializable
The class
FBConnectionRequestInfo
holds connection-specific information such as user, password, and other
information.- Author:
- David Jencks, Roman Rokytskyy, Mark Rotteveel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFBConnectionRequestInfo
(IConnectionProperties connectionProperties) Creates a connection request info based on a set of connection properties. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setPassword
(String password) void
setUserName
(String userName)
-
Constructor Details
-
FBConnectionRequestInfo
Creates a connection request info based on a set of connection properties.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.
- Parameters:
connectionProperties
- Connection properties- Since:
- 5
-
-
Method Details