|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.Escape
Class for escaping single quotes in a string, so that they can be safely included in a SQL statement.
| Constructor Summary | |
Escape()
Deprecated. |
|
| Method Summary | |
static java.lang.String |
singlequote(java.lang.String in)
Deprecated. Escapes single quotes in a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Escape()
| Method Detail |
public static java.lang.String singlequote(java.lang.String in)
in - the string to escape
Encode Encode encoder = new Encode("ESCAPE_SINGLE_QUOTE");
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||