public class SQLUtilsStd extends Object
Constructor and Description |
---|
SQLUtilsStd() |
Modifier and Type | Method and Description |
---|---|
String |
escapeStr(String s) |
String |
gen(String first) |
String |
gen(String first,
String last) |
String |
getSQLmark()
Separator used in SQL name generation.
|
String |
quoteIdentifier(String name) |
String |
quoteStr(String s) |
String |
unescapeStr(String s) |
String |
unquoteStr(String s) |
public String getSQLmark()
Licenced under the Apache License, Version 2.0