Skip navigation links

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

E17060-04


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

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

 

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

 

Methods in oracle.odi.domain.project that return OdiProcedureLineCmd.CommitMode
 OdiProcedureLineCmd.CommitMode OdiProcedureLineCmd.getCommitMode()
          Obtains the CommitMode of this OdiProcedureLineCmd.
static OdiProcedureLineCmd.CommitMode OdiProcedureLineCmd.CommitMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiProcedureLineCmd.CommitMode[] OdiProcedureLineCmd.CommitMode.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.CommitMode
 void OdiProcedureLineCmd.setTransactionBehavior(int pTtransactionChannel, OdiProcedureLineCmd.CommitMode pCommitMode)
          Define the transaction behavior of this OdiProcedureLineCmd.

 

Constructors in oracle.odi.domain.project with parameters of type OdiProcedureLineCmd.CommitMode
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.7.0)

E17060-04


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