|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.EscapeProcessorResult
class EscapeProcessorResult
Wraps output from EscapeProcessor, to help prevent multiple passes over the query string, to detect characters such as '@' (defining/using a variable), which are used further up the call stack to handle failover.
Field Summary | |
---|---|
(package private) boolean |
callingStoredFunction
|
(package private) java.lang.String |
escapedSql
|
(package private) byte |
usesVariables
|
Constructor Summary | |
---|---|
EscapeProcessorResult()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean callingStoredFunction
java.lang.String escapedSql
byte usesVariables
Constructor Detail |
---|
EscapeProcessorResult()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |