Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Uses of Class
com.sigmadynamics.server.DataServices.DatabaseProvider.CommitType

Packages that use CommitType
com.sigmadynamics.server.DataServices.DatabaseProvider Provides classes for interacting with databases of many types. 

 

Uses of CommitType in com.sigmadynamics.server.DataServices.DatabaseProvider

 

Methods in com.sigmadynamics.server.DataServices.DatabaseProvider that return CommitType
 CommitType StoredProcedure.getCommit()
          returns commit status of stored procedure.
 CommitType StoredProcedure.getCommit()
          returns commit status of stored procedure.
static CommitType CommitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommitType CommitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommitType[] CommitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static CommitType[] CommitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in com.sigmadynamics.server.DataServices.DatabaseProvider with parameters of type CommitType
 void StoredProcedure.setCommit(CommitType commit)
          set commit status of stored procedure.
 void StoredProcedure.setCommit(CommitType commit)
          set commit status of stored procedure.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.