Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.project.OdiProcedureLineCmd.IsolationLevel

Packages that use OdiProcedureLineCmd.IsolationLevel
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 

 

Uses of OdiProcedureLineCmd.IsolationLevel in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiProcedureLineCmd.IsolationLevel
 OdiProcedureLineCmd.IsolationLevel OdiProcedureLineCmd.getIsolationLevel()
          Obtains the IsolationLevel of the OdiProcedureLineCmd.
static OdiProcedureLineCmd.IsolationLevel OdiProcedureLineCmd.IsolationLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiProcedureLineCmd.IsolationLevel[] OdiProcedureLineCmd.IsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.project with parameters of type OdiProcedureLineCmd.IsolationLevel
 void OdiProcedureLineCmd.setIsolationLevel(OdiProcedureLineCmd.IsolationLevel pIsolationLevel)
          Defines the IsolationLevel of the OdiProcedureLineCmd.

 

Constructors in oracle.odi.domain.project with parameters of type OdiProcedureLineCmd.IsolationLevel
OdiProcedureLineCmd(OdiProcedureLineCmd.CommitMode pCommitMode, java.lang.Integer pTransactionChannel, boolean pAutoCommitMode, OdiProcedureLineCmd.IsolationLevel pIsolationLevel, OdiContext pExecutionContext, OdiTechnology pTechnology, OdiLogicalSchema pLogicalSchema, Expression pExpression)
          Create a new OdiProcdureLine setting all attributes to specific values.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.