Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjefferson committed May 6, 2014
1 parent 004dd30 commit 6f361b9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -32,7 +32,8 @@
import org.datanucleus.store.rdbms.sql.expression.StringExpression;

/**
* Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]).
* Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]) for PostgreSQL.
* Note that this will not work if there is subsequent addition/subtraction of this value, but PostgreSQL doesn't have a simple function for this.
* If pos is not specified then returns a NumericExpression equating to
* <pre>STRPOS(strExpr1, strExpr2, numExpr1+1)-1</pre>
* otherwise returns
Expand Down

0 comments on commit 6f361b9

Please sign in to comment.