public class SqlUtil
extends java.lang.Object
Constructor | Description |
---|---|
SqlUtil() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
escapeSqlText(java.lang.String in) |
Utility to escape text being sent to a MySQL server
|