SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.objects.language
Interface IOperation

All Superinterfaces:
ILanguageObject
All Known Subinterfaces:
IDeleteOperation, IInsertOperation, IQueryOperation, IUpdateOperation

public interface IOperation
extends ILanguageObject

The base interface for topmost holder objects that encapsulate the entire data and metadata needed to perform a back end operation

Version:
1.0

Field Summary
static int DELETE_OPERATION
          Represents a SQL DELETE statement
static int INSERT_OPERATION
          Represents a SQL INSERT statement
static int QUERY_OPERATION
          Represents a SQL SELECT statement
static int UPDATE_OPERATION
          Represents a SQL UPDATE statement
 
Method Summary
 int getType()
          returns the type of the operation
 

Field Detail

DELETE_OPERATION

public static final int DELETE_OPERATION
Represents a SQL DELETE statement

INSERT_OPERATION

public static final int INSERT_OPERATION
Represents a SQL INSERT statement

QUERY_OPERATION

public static final int QUERY_OPERATION
Represents a SQL SELECT statement

UPDATE_OPERATION

public static final int UPDATE_OPERATION
Represents a SQL UPDATE statement
Method Detail

getType

public int getType()
returns the type of the operation
Returns:
int type of the operation

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.