ServerProvider.supportsOperation

bool supportsOperation(gda.connection.Connection cnc, gda.types.ServerOperationType type, gda.set.Set options = null)

Tells if provider supports the type of operation on the cnc connection, using the (optional) options parameters.

Parameters

cnca #GdaConnection object which would be used to perform an action, or null
typethe type of operation requested
optionsa list of named parameters, or null

Returns

true if the operation is supported