gda-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
Quark list (lists of KEY == VALUES's).
Parameter lists are used primary in the parsing and creation of connection strings.
GLib.OpaqueGLib.IWrapperMethodSystem.Void
Adds new key->value pairs from the given string.
a
a
If cleanup is set to true, the previous contents will be discarded before adding the new pairs.
MethodSystem.String
Searches for the value identified by name in the Gda.QuarkList.
a a , the value associated with the given key if found, or null if not found.To be addedMethodSystem.Void
Removes an entry from the QuarkList, given its name.
a To be addedMethodSystem.Void
Releases all memory occupied by the Gda.QuarkList.
To be addedConstructorTo be added
a a To be addedConstructor
Default constructor.
a
Creates a new GdaQuarkList, which is a set of key->value pairs, very similar to GLib's GHashTable, but with the only purpose to make easier the parsing and creation of data source connection strings.
Constructor
Creates a new GdaQuarkList given a connection string.
a a To be added