@InternalApi public final class ConnectionPropertyRegistry extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ConnectionProperty |
getByName(java.lang.String name)
Get an existing connection property by its name or alias.
|
static ConnectionPropertyRegistry |
getInstance() |
ConnectionProperty |
getOrUnknown(java.lang.String name)
Get a connection property by its name or alias, returning an unknown property if it doesn't exist.
|
public ConnectionProperty getByName(java.lang.String name)
name
- Name or alias of the propertynull
if there is no property with this name.public ConnectionProperty getOrUnknown(java.lang.String name)
name
- Name or alias of the propertypublic static ConnectionPropertyRegistry getInstance()
ConnectionProperties
; for normal usages this is a singletonCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.