A C D G I O S

S

setContext(String) - Method in class oracle.odi.sdk.invocation.OdiCommand
Sets the execution context
setJdbcDriver(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the JDBC driver.
setJdbcPassword(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the repository database user's password.
setJdbcUrl(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the JDBC URL to the repository database.
setJdbcUser(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the repository database user.
setKeywords(String) - Method in class oracle.odi.sdk.invocation.OdiCommandScenario
Sets the keywords to used for running this scenario.
setLogLevel(int) - Method in class oracle.odi.sdk.invocation.OdiCommand
Sets the execution log level (1-5).
setOdiPassword(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the Oracle Data Integrator user's password.
setOdiUser(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the Oracle Data Integrator user name.
setScenName(String) - Method in class oracle.odi.sdk.invocation.OdiCommandScenario
Sets the scenario to run.
setScenVersion(String) - Method in class oracle.odi.sdk.invocation.OdiCommandScenario
Sets the version of the scenario to run.
setSessionName(String) - Method in class oracle.odi.sdk.invocation.OdiCommandScenario
Sets the name to give to the session.
setSyncMode(int) - Method in class oracle.odi.sdk.invocation.OdiCommand
Sets the execution mode, synchronous (SYNC_MODE_SYNCHRONOUS) or asynchronous (SYNC_MODE_SYNCHRONOUS).
setWorkRepositoryCode(String) - Method in class oracle.odi.sdk.invocation.OdiRepositoryConnection
Sets the Oracle Data Integrator repository code.
SYNC_MODE_ASYNCHRONOUS - Static variable in class oracle.odi.sdk.invocation.OdiCommand
Value of the ASyncMode parameter for an asynchronous execution.
SYNC_MODE_SYNCHRONOUS - Static variable in class oracle.odi.sdk.invocation.OdiCommand
Value of the ASyncMode parameter for an synchronous execution.

A C D G I O S