com.sap.ip.me.api.persist.query
Interface JQueryCondition


public interface JQueryCondition

Query condition.

Author:
SAP
See Also:
JQueryFactory

Method Summary
 java.lang.Object getParameterTag()
          Deprecated.  
 void setParameterDefaultValue(java.lang.Object value)
          Deprecated.  
 

Method Detail

setParameterDefaultValue

public void setParameterDefaultValue(java.lang.Object value)
                              throws java.lang.IllegalStateException
Deprecated.  

Replace a default value in a parameter used in this condition. Please use parameter set to define values. Changing default values can lead to problems in multi-threaded environment.

Parameters:
value - the new value, either single one or an array (for IN operator).
Throws:
java.lang.IllegalStateException - if this is not a parametrized condition.

getParameterTag

public java.lang.Object getParameterTag()
                                 throws java.lang.IllegalStateException
Deprecated.  

Get parameter identifier tag associated with this query condition.

Returns:
parameter identifier tag.
Throws:
java.lang.IllegalStateException - if this is not a parametrized condition.


Copyright © 2005 SAP AG. All Rights Reserved.