| Package | Description |
|---|---|
| tech.mlsql.common.utils.escape |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBasedUnicodeEscaper
A
UnicodeEscaper that uses an array to quickly look up replacement
characters for a given code point. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Escapers.computeReplacement(UnicodeEscaper escaper,
int cp)
Returns a string that would replace the given character in the specified
escaper, or
null if no replacement should be made. |
Copyright © 2020. All rights reserved.