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
cnc | a #GdaConnection object which would be used to perform an action, or null |
type | the type of operation requested |
options | a list of named parameters, or null |
Returns
true if the operation is supported