Connection.supports

Asks the underlying provider for if a specific feature is supported.

class Connection
int
supports
(
GdaConnectionFeature feature
)

Parameters

feature GdaConnectionFeature

feature to ask for.

Return Value

Type: int

TRUE if the provider supports it, FALSE if not.

Meta