Interface IDataSource
public interface IDataSource
Script wrapper of OdaDataSourceHandle
-
Method Summary
Modifier and TypeMethodDescriptionReturns ID of the extension which extends this ODA data source.Returns a private driver property value with the given property name.void
setPrivateDriverProperty
(String name, String value) Sets a private driver property value with the given name and value.
-
Method Details
-
getExtensionID
String getExtensionID()Returns ID of the extension which extends this ODA data source.- Returns:
- the extension ID
-
getPrivateDriverProperty
Returns a private driver property value with the given property name.- Parameters:
name
- the name of a public driver property- Returns:
- a public driver property value
-
setPrivateDriverProperty
Sets a private driver property value with the given name and value. If the property does not exist, it will be added into the property list. If the property already exists, the value will be overwritten.- Parameters:
name
- the name of a public driver propertyvalue
- the value of a public driver property- Throws:
ScriptException
- ifname
isnull
or an empty
-