Connection.setAttribute

Sets a user-defined attribute.

@param key the key of the attribute @param value the value of the attribute @return The old value of the attribute. <tt>null</tt> if it is new.

  1. Object setAttribute(string key, Object value)
    interface Connection
    Object
    setAttribute
    (
    string key
    ,
    Object value
    )
  2. Object setAttribute(string key)

Meta