Uses of Class
com.exasol.ExaConnectionInformation.ConnectionType
-
-
Uses of ExaConnectionInformation.ConnectionType in com.exasol
Methods in com.exasol that return ExaConnectionInformation.ConnectionType Modifier and Type Method Description ExaConnectionInformation.ConnectionType
ExaConnectionInformation. getType()
Get the connection type.static ExaConnectionInformation.ConnectionType
ExaConnectionInformation.ConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExaConnectionInformation.ConnectionType[]
ExaConnectionInformation.ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-