Package adams.db

Interface IndexedTableInterface

    • Method Detail

      • useAnsiQuotes

        boolean useAnsiQuotes()
        Returns whether ANSI quotes are to be used around table/column names.
        Returns:
        true if to be used
      • quoteName

        String quoteName​(String name)
        Returns the column/table quoted if ANSI quotes are to be used.
        Parameters:
        name - the table/column name to quote (if necessary)
        Returns:
        the potentially quoted name
        See Also:
        useAnsiQuotes()
      • getQueries

        AbstractDatabaseQueries getQueries()
        Returns the underlying queries helper instance.
        Returns:
        the instance, null if not available