Interface SourceCapabilities

    • Method Detail

      • supportsCapability

        boolean supportsCapability​(SourceCapabilities.Capability capability)
        Returns true if the capability is supported. The capability constants are all defined in this interface with the meaning of supporting that capability.
        Parameters:
        capability - Name of capability
        Returns:
        True if supported, false otherwise
      • supportsFunction

        boolean supportsFunction​(String functionName)
        This method can be used to check whether a particular function is supported by this connector. This method should only be used if the capability FUNCTION is true.
        Parameters:
        functionName - The function that may be supported
        Returns:
        True if function is supported.
      • supportsConvert

        boolean supportsConvert​(int sourceType,
                                int targetType)
        Parameters:
        sourceType -
        targetType -
        Returns: