We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.sqlcontainer.
Class SQLUtil
java.lang.Object
com.vaadin.data.util.sqlcontainer.SQLUtil
All Implemented Interfaces:
- extends Object
- implements Serializable
public class SQLUtil
See Also:
Constructor Summary | |
---|---|
SQLUtil()
|
Method Summary | |
---|---|
static String |
escapeSQL(String constant)
Escapes different special characters in strings that are passed to SQL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SQLUtil
public SQLUtil()
Method Detail |
---|
escapeSQL
public static String escapeSQL(String constant)
Escapes different special characters in strings that are passed to SQL.
Replaces the following:
- Parameters:
constant
-- Returns:
- \\\'\'