Uses of Class
com.oracle.bmc.database.model.DatabaseConnectionStringProfile.SyntaxFormat
-
Packages that use DatabaseConnectionStringProfile.SyntaxFormat Package Description com.oracle.bmc.database.model -
-
Uses of DatabaseConnectionStringProfile.SyntaxFormat in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseConnectionStringProfile.SyntaxFormat Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type DatabaseConnectionStringProfile.SyntaxFormat Modifier and Type Method 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.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseConnectionStringProfile.SyntaxFormat Constructor 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.
-