Class RVSqlServerDataSource

    • Constructor Detail

      • RVSqlServerDataSource

        public RVSqlServerDataSource()
    • Method Detail

      • setDatabase

        public String setDatabase​(String value)
        Name of the database to connect to.
        Parameters:
        value -
        Returns:
      • getDatabase

        public String getDatabase()
        Name of the database to connect to.
        Returns:
      • setSchema

        public String setSchema​(String value)
        Name of the schema to use to filter tables, views and store procedures, by default all schemas are displayed.
        Parameters:
        value -
        Returns:
      • getSchema

        public String getSchema()
        Name of the schema to use to filter tables, views and store procedures, by default all schemas are displayed.
        Returns:
      • setTrustServerCertificate

        public Boolean setTrustServerCertificate​(Boolean value)
        If not null, the TrustServerCertificate flag will be set in the connection string to the specified value.
        Parameters:
        value -
        Returns:
      • getTrustServerCertificate

        public Boolean getTrustServerCertificate()
        If not null, the TrustServerCertificate flag will be set in the connection string to the specified value.
        Returns:
      • setEncrypt

        public Boolean setEncrypt​(Boolean value)
        If not null, the Encrypt flag will be set in the connection string to the specified value.
        Parameters:
        value -
        Returns:
      • getEncrypt

        public Boolean getEncrypt()
        If not null, the Encrypt flag will be set in the connection string to the specified value.
        Returns: