ServerProvider.supportsOperation

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

class ServerProvider
bool
supportsOperation

Parameters

cnc gda.connection.Connection

a #GdaConnection object which would be used to perform an action, or null

type gda.types.ServerOperationType

the type of operation requested

options gda.set.Set

a list of named parameters, or null

Return Value

Type: bool

true if the operation is supported