Package org.teiid

Interface GeneratedKeys

    • Method Detail

      • addKey

        void addKey​(List<?> vals)
        Add a generated key to this result. The list values must match the class types of this result.
        Parameters:
        vals -
      • getColumnNames

        String[] getColumnNames()
        Get the column names of this result.
        Returns:
      • getColumnTypes

        Class<?>[] getColumnTypes()
        Get the column types of this result.
        Returns:
      • getKeyIterator

        Iterator<List<?>> getKeyIterator()
        Get an iterator to the keys added to this result. The iterator is not guaranteed to be thread-safe with respect to the addKey(List) method.
        Returns: