Class ExportConnectionInfo

    • Constructor Detail

      • ExportConnectionInfo

        public ExportConnectionInfo​(String url,
                                    String username,
                                    String encryptedPassword)
        Construct a connection info with the given URL, username, and password
        Parameters:
        url - The URL
        username - The username
        encryptedPassword - The encrypted password
      • ExportConnectionInfo

        public ExportConnectionInfo​(String url,
                                    String username,
                                    String encryptedPassword,
                                    Properties options)
        Construct a connection info with the given URL, username, and password
        Parameters:
        url - The URL
        username - The username
        encryptedPassword - The encrypted password
        options - The driver-specific connection options