Class EscapeProcessorResult
java.lang.Object
com.mysql.jdbc.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
FieldsModifier and TypeFieldDescription(package private) boolean(package private) String(package private) byte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
callingStoredFunction
boolean callingStoredFunction -
escapedSql
String escapedSql -
usesVariables
byte usesVariables
-
-
Constructor Details
-
EscapeProcessorResult
EscapeProcessorResult()
-