= class Gda::DataModelList
An implementation of Gda::DataModel based on a list.

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * Gda::DataModel
        * Gda::DataModelList

== Class Methods
--- Gda::DataModelList.new(strings=nil)
    This method returns a reference to a newly allocated Gda::DataModelList object.
    * strings: a list of strings.  
    * Returns: a reference to a newly allocated Gda::DataModelList object.

== Instance Methods
--- append_value(value)
    Inserts a row in the model, using the value parameter.
    * value: a Gda::Value object.  
    * Returns: the Gda::Row which has been inserted, or nil on failure.

== See Also
((<Gda>)).

- ((<lrz>))
