public interface SourceCapabilities
| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceCapabilities.Capability |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSourceProperty(SourceCapabilities.Capability propertyName)
This method returns an Object corresponding to the Source Property
|
boolean |
supportsCapability(SourceCapabilities.Capability capability)
Returns true if the capability is supported.
|
boolean |
supportsConvert(int sourceType,
int targetType) |
boolean |
supportsFormatLiteral(String literal,
ExecutionFactory.Format format) |
boolean |
supportsFunction(String functionName)
This method can be used to check whether a particular function is supported by this connector.
|
boolean supportsCapability(SourceCapabilities.Capability capability)
capability - Name of capabilityboolean supportsFunction(String functionName)
functionName - The function that may be supportedObject getSourceProperty(SourceCapabilities.Capability propertyName)
boolean supportsConvert(int sourceType,
int targetType)
sourceType - targetType - boolean supportsFormatLiteral(String literal, ExecutionFactory.Format format)
Copyright © 2019. All rights reserved.