Callbacks

AttributesManagerFunc (att_name, value, data)

AttributesManagerSignal (obj, att_name, value, data)

ServerProviderAsyncCallback (provider, cnc, task_id, result_status, error, data)

ServerProviderExecCallback (provider, cnc, task_id, result_obj, error, data)

SqlRenderingValue (value, context)

SqlReservedKeywordsFunc (word)

ThreadWrapperCallback (wrapper, instance, signame, n_param_values, param_values, gda_reserved, data)

ThreadWrapperFunc (arg)

ThreadWrapperVoidFunc (arg)

Details

Gda.AttributesManagerFunc(att_name, value, data)
Parameters:
Gda.AttributesManagerSignal(obj, att_name, value, data)
Parameters:
Gda.ServerProviderAsyncCallback(provider, cnc, task_id, result_status, error, data)
Parameters:

Function to be called by Libgda when the associated asynchronous method invoked finishes.

Gda.ServerProviderExecCallback(provider, cnc, task_id, result_obj, error, data)
Parameters:

Function to be called by Libgda when the associated asynchronous method invoked finishes

Gda.SqlRenderingValue(value, context)
Parameters:
Returns:

a new string, or None if an error occurred

Return type:

str

Rendering function type to render a GObject.Value

Gda.SqlReservedKeywordsFunc(word)
Parameters:

word (str) –

Return type:

bool

Gda.ThreadWrapperCallback(wrapper, instance, signame, n_param_values, param_values, gda_reserved, data)
Parameters:

Specifies the type of function to be passed to Gda.ThreadWrapper.connect_raw()

Gda.ThreadWrapperFunc(arg)
Parameters:

arg (object or None) – pointer to the data (which is the arg argument passed to Gda.ThreadWrapper.execute_void())

Returns:

a pointer to some data which will be returned by Gda.ThreadWrapper.fetch_result()

Return type:

object or None

Specifies the type of function to be passed to Gda.ThreadWrapper.execute().

Gda.ThreadWrapperVoidFunc(arg)
Parameters:

arg (object or None) – a pointer to the data (which is the arg argument passed to Gda.ThreadWrapper.execute_void())

Specifies the type of function to be passed to Gda.ThreadWrapper.execute_void().