|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.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()
|
|
| Method Summary | |
static java.lang.String |
singlequote(java.lang.String in)
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||