com.cafesoft.core.util
Class SqlUtils
java.lang.Object
com.cafesoft.core.util.SqlUtils
public class SqlUtils
- extends Object
Provides various SQL utility functions.
- Since:
- 2/15/05
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUtils
public SqlUtils()
escapeLiteral
public static String escapeLiteral(String value)
- Escape special characters in an SQL literal value.
- Parameters:
value - the literal value containing possible special characters
to be escaped.
- Returns:
- a new String containing escaped special characters or the
original String if null, empty, or no special characters.
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.