Class QueriesMSSQL

    • Constructor Detail

      • QueriesMSSQL

        public QueriesMSSQL()
    • Method Detail

      • limit

        public String limit​(int max)
        Generates the row limiting expression. NB: requires an ORDER BY in the statement.
        Overrides:
        limit in class AbstractDatabaseQueries
        Parameters:
        max - the maximum number of rows to return
        Returns:
        the expression
      • handles

        public boolean handles​(String url)
        Checks whether this URL is handled.
        Specified by:
        handles in class AbstractDatabaseQueries
        Parameters:
        url - the URL to check
        Returns:
        true if handled by this type class