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.ConnectionTypeExaConnectionInformation. getType()Get the connection type.static ExaConnectionInformation.ConnectionTypeExaConnectionInformation.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.
-