|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.EscapeProcessor
Constructor Summary | |
(package private) |
EscapeProcessor()
|
Method Summary | |
static java.lang.String |
escapeSQL(java.lang.String sql,
boolean serverSupportsConvertFn)
Escape process one string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
EscapeProcessor()
Method Detail |
public static final java.lang.String escapeSQL(java.lang.String sql, boolean serverSupportsConvertFn) throws java.sql.SQLException
serverSupportsConvertFn
- does the server support CONVERT() or CAST()?
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |