Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

Enum Gda.DataModelIOFormat

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaDataModelIOFormat
Enum : DataModelIOFormat
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gda.DataModel
Method
export_to_string (DataModelIOFormat format, Array cols, Number nb_cols, Array rows, Number nb_rows, Set options) : String
Exports data contained in model to a string; the format is specified using the format argument, see the gda_data_model_export_to_file() documentation for more information about the options argument (except for the "OVERWRITE" option).
Gda.DataModel
Method
export_to_file (DataModelIOFormat format, String file, Array cols, Number nb_cols, Array rows, Number nb_rows, Set options) : Boolean
Exports data contained in model to the file file; the format is specified using the format argument.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:09 GMT+0800 (HKT)