Package com.exasol

Interface ExaConnectionInformation


  • public interface ExaConnectionInformation
    This class holds all information about a specific connection, as it can be created using the CREATE CONNECTION statement.
    • Method Detail

      • getAddress

        String getAddress()
        Get the target address of the connections
        Returns:
        address of the connection, i.e. the part that follows the TO keyword in the CREATE CONNECTION command
      • getUser

        String getUser()
        Get the username.
        Returns:
        username of the connection, i.e. the part that follows the USER keyword in the CREATE CONNECTION command
      • getPassword

        String getPassword()
        Get the connection password.
        Returns:
        password of the connection, i.e. the part that follows the IDENTIFIED BY keyword in the CREATE CONNECTION command