abstract ChangeType |
ImportConnector.checkItem(java.lang.Object dsref,
ImportItem item) |
Check if an item is in need of update.
|
abstract java.lang.Object |
ImportConnector.connect(boolean active) |
Connect to a data source.
|
int |
ImportConnector.initializeConnector() |
Initializes the import connector.
|
void |
ImportConnector.setTextEncoding(java.lang.String encName) |
Called by the Connectivity Framework to assign an output encoding
(charset) for text.
|
void |
ImportConnector.throwError(ConnectorReturnCode code,
java.lang.String msg) |
Logs an error with the connectivity framework and throws it as an exception.
|
void |
ImportConnector.throwError(ConnectorReturnCode code,
java.lang.String msg,
java.lang.Throwable cause) |
Logs an error with the connectivity framework and throws it as an exception.
|
int |
ImportConnector.uninitializeConnector() |
Uninitializes the import connector.
|