Class KeySet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static KeySet EMPTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KeySet setKeyColumn​(java.lang.String columnName, java.lang.Object value)
      Sets the map entry (columnName.UPPER, value).
      KeySet setKeyColumns​(java.util.Map<java.lang.String,​java.lang.Object> keyMap)  
      java.util.Map<java.lang.String,​java.lang.Object> toMap()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • EMPTY

        public static final KeySet EMPTY
    • Constructor Detail

      • KeySet

        public KeySet()
    • Method Detail

      • toMap

        public java.util.Map<java.lang.String,​java.lang.Object> toMap()
      • setKeyColumn

        public KeySet setKeyColumn​(java.lang.String columnName,
                                   java.lang.Object value)
                            throws java.sql.SQLException
        Sets the map entry (columnName.UPPER, value).
        Parameters:
        columnName - the name of the column
        value - the value object to insert in the KeySet
        Returns:
        the constructed key set that was inserted in the map
        Throws:
        java.sql.SQLException - Unsupported operation if the KeySet is immutable
      • setKeyColumns

        public KeySet setKeyColumns​(java.util.Map<java.lang.String,​java.lang.Object> keyMap)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object