Gda.HandlerString¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
object |
r |
||
priv |
r |
Class Details¶
- class Gda.HandlerString(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new object
- Return type:
Creates a data handler for strings
- classmethod new_with_provider(prov, cnc)¶
- Parameters:
prov (
Gda.ServerProvider
) – aGda.ServerProvider
objectcnc (
Gda.Connection
orNone
) – aGda.Connection
object, orNone
- Returns:
the new object
- Return type:
Creates a data handler for strings, which will use some specific methods implemented by the prov object (possibly also cnc).