public class SeRQLUtil extends Object
| Constructor and Description |
|---|
SeRQLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeString(String s)
Decodes an encoded SeRQL string.
|
static String |
encodeString(String s)
Encodes the supplied string for inclusion as a 'normal' string in a SeRQL
query.
|
public static String encodeString(String s)
public static String decodeString(String s)
s - An encoded SeRQL string.IllegalArgumentException - If the supplied string is not a correctly encoded SeRQL
string.Copyright © 2001-2013 Aduna. All Rights Reserved.