Class RVSqlBasedDataSourceItem

    • Constructor Detail

    • Method Detail

      • setDatabase

        public String setDatabase​(String value)
        Deprecated.
        This property is deprecated and will be removed. Use database property from the related data source instead.
        Name of the database to connect to, optional as this value is usually specified in the data source object.
        Parameters:
        value -
        Returns:
      • getDatabase

        public String getDatabase()
        Name of the database to connect to, optional as this value is usually specified in the data source object.
        Returns:
      • setTable

        public String setTable​(String value)
        Name of the table (or view) to get data from.
        Parameters:
        value -
        Returns:
      • getTable

        public String getTable()
        Name of the table (or view) to get data from.
        Returns:
      • setCustomQuery

        public String setCustomQuery​(String value)
        (Optional) Custom SQL query to use when getting data.
        Parameters:
        value -
        Returns:
      • getCustomQuery

        public String getCustomQuery()
        (Optional) Custom SQL query to use when getting data.
        Returns: