handler_find


Description:

public unowned DataHandler handler_find (Connection? cnc, Type g_type, string? dbms_type)

Reserved to database provider's implementations: get the DataHandler associated to this for connection cnc.

You probably want to use get_data_handler_g_type.

Parameters:

this

a ServerProvider

cnc

a Connection

g_type

a Type

dbms_type

a database type

Returns:

the requested DataHandler, or null if none found