Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseConnectionStringProfile.SyntaxFormat |
DatabaseConnectionStringProfile.SyntaxFormat.create(String key) |
DatabaseConnectionStringProfile.SyntaxFormat |
DatabaseConnectionStringProfile.getSyntaxFormat()
Specifies whether the connection string is using the long (
LONG ), Easy Connect
(EZCONNECT ), or Easy Connect Plus (EZCONNECTPLUS ) format. |
static DatabaseConnectionStringProfile.SyntaxFormat |
DatabaseConnectionStringProfile.SyntaxFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseConnectionStringProfile.SyntaxFormat[] |
DatabaseConnectionStringProfile.SyntaxFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnectionStringProfile.Builder |
DatabaseConnectionStringProfile.Builder.syntaxFormat(DatabaseConnectionStringProfile.SyntaxFormat syntaxFormat)
Specifies whether the connection string is using the long (
LONG ), Easy Connect
(EZCONNECT ), or Easy Connect Plus (EZCONNECTPLUS ) format. |
Constructor and Description |
---|
DatabaseConnectionStringProfile(String displayName,
String value,
DatabaseConnectionStringProfile.ConsumerGroup consumerGroup,
DatabaseConnectionStringProfile.Protocol protocol,
DatabaseConnectionStringProfile.TlsAuthentication tlsAuthentication,
DatabaseConnectionStringProfile.HostFormat hostFormat,
DatabaseConnectionStringProfile.SessionMode sessionMode,
DatabaseConnectionStringProfile.SyntaxFormat syntaxFormat,
Boolean isRegional)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.