public class DBUtil
extends java.lang.Object
| Constructor and Description |
|---|
DBUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toSafeDBColumnName(java.lang.String value)
Converts the string value to a name that would be a safe column name for all databases.
|