HandlerString.with_provider
Description:
[ CCode ( has_construct_function = false , type = "GdaDataHandler*" ) ]
public HandlerString.with_provider (ServerProvider prov, Connection? cnc)
public HandlerString.with_provider (ServerProvider prov, Connection? cnc)
Creates a data handler for strings, which will use some specific methods implemented by the prov
object (possibly also cnc
).
Parameters:
prov |
a ServerProvider object |
cnc |
a Connection object, or null |
Returns:
the new object |