gda.provider_info
Module for [ProviderInfo] class
class ProviderInfo
Types 1
classProviderInfo
This structure holds the information associated to a database provider as discovered by Libgda.
Fields
GdaProviderInfo _cInstanceMethods
void * _cPtr()void id(string propval) @propertySet `id` field. Params: propval = the unique identifier of the database providerstring location() @propertyGet `location` field. Returns: the complete path to the shared library implementing the database providervoid location(string propval) @propertySet `location` field. Params: propval = the complete path to the shared library implementing the database providervoid description(string propval) @propertySet `description` field. Params: propval = provider's descriptiongda.set.Set dsnParams() @propertyGet `dsnParams` field. Returns: a #GdaSet containing all the parameters which can/must be specified when opening a connection or defining a named data source (DSN)void dsnParams(gda.set.Set propval) @propertySet `dsnParams` field. Params: propval = a #GdaSet containing all the parameters which can/must be specified when opening a connection or defining a named data source (DSN)gda.set.Set authParams() @propertyGet `authParams` field. Returns: a #GdaSet containing all the authentication parametersvoid authParams(gda.set.Set propval) @propertySet `authParams` field. Params: propval = a #GdaSet containing all the authentication parameters