com.stc.connector.webservice.db
Interface DBSelectWebServiceRequest


public interface DBSelectWebServiceRequest

This interface represents the select web service request for the database select 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 select 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 select statement.

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


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.