com.stc.connector.webservice.db
Interface DBUpdateWebServiceRequest


public interface DBUpdateWebServiceRequest

This interface represents the update web service request for the database table update operation.


Method Summary
 java.lang.String getWhereClause()
          Gets the where clause that was previously set or a null if not previously set.
 void setWhereClause(java.lang.String where)
          Sets the where clause of the sql update statement.
 

Method Detail

getWhereClause

public java.lang.String getWhereClause()
Gets the where clause that was previously set or a null if not previously set.

Parameters:
None.
Returns:
The where clause String or null if not set.
Throws:
None.

setWhereClause

public void setWhereClause(java.lang.String where)
Sets the where clause of the sql update statement.

Parameters:
where - The where clause.
Returns:
void - None.
Throws:
None.


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.