Expression, Function, QueryObjectpublic final class Locate extends AbstractFunction
| Constructor | Description | 
|---|---|
Locate() | 
 Construct an instance of Locate function with default start position. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
Expression | 
getIndex() | 
 Gets the expression defining the start position of LOCATE function. 
 | 
Expression | 
getString() | 
 Gets the string expression to be searched in by LOCATE function. 
 | 
Expression | 
getValue() | 
 Gets the expression to search for by LOCATE function. 
 | 
void | 
setIndex(Expression index) | 
 Sets the expression defining the start position of LOCATE function. 
 | 
void | 
setString(Expression string) | 
 Sets the string expression to be searched in by LOCATE function. 
 | 
void | 
setValue(Expression value) | 
 Sets the expression to search for by LOCATE function. 
 | 
java.lang.StringBuilder | 
toString(java.lang.StringBuilder sb) | 
 Append a string representation of the object to the given  
StringBuilder. | 
abs, add, add, add, add, between, between, between, between, between, between, between, concat, concat, divide, divide, divide, divide, equal, equal, equal, equal, equal, equal, equal, equal, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, length, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, like, like, like, like, like, like, locate, locate, locate, locate, locate, locate, lower, multiply, multiply, multiply, multiply, negate, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notLike, notLike, notLike, notLike, notLike, notLike, plus, remainder, remainder, remainder, remainder, sqrt, substring, substring, substring, substring, subtract, subtract, subtract, subtract, trim, trim, trim, trim, trim, trim, uppertoStringabs, add, add, add, add, between, between, between, between, between, between, between, concat, concat, divide, divide, divide, divide, equal, equal, equal, equal, equal, equal, equal, equal, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, length, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, like, like, like, like, like, like, locate, locate, locate, locate, locate, locate, lower, multiply, multiply, multiply, multiply, negate, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notLike, notLike, notLike, notLike, notLike, notLike, plus, remainder, remainder, remainder, remainder, sqrt, substring, substring, substring, substring, subtract, subtract, subtract, subtract, trim, trim, trim, trim, trim, trim, upperpublic Locate()
public Expression getString()
public void setString(Expression string)
string - The new string expression to be searched in by LOCATE function.public Expression getValue()
public void setValue(Expression value)
value - The new expression to search for by LOCATE function.public Expression getIndex()
public void setIndex(Expression index)
index - The new expression defining the start position of LOCATE function.public java.lang.StringBuilder toString(java.lang.StringBuilder sb)
StringBuilder.
 In general, the toString method for query objects appends a string that textually
 represents this object. The result should be a query string that complies to EJB QL
 specification as long as the query object represents a syntay element of it. It is
 required that all subclasses override this method.
 The toString method defined at class Object is overwritten and calls this method.sb - StringBuilder to append the string representation of this object to.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com