com.stc.connector.webservice.db
Interface DBDeleteWebServiceRequest


public interface DBDeleteWebServiceRequest

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


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

Method Detail

getWhereClause

public java.lang.String getWhereClause()
Gets the where clause previously set or 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 delete statement.

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


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.