|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.jpa.rebind.SqlUtil
public class SqlUtil
Method Summary | |
---|---|
static String |
parseStringLiteral(String quotedString)
"Unquotes" the given SQL String literal, and transforms the ''
escape sequence to ' . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String parseStringLiteral(String quotedString)
''
escape sequence to '
.
quotedString
- A string literal from a SQL/HQL/JPQL query. The first and last
characters must be '
(single quote).
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |