Class EscapeProcessorResult

java.lang.Object
com.mysql.jdbc.EscapeProcessorResult

class EscapeProcessorResult extends Object
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 Details

    • callingStoredFunction

      boolean callingStoredFunction
    • escapedSql

      String escapedSql
    • usesVariables

      byte usesVariables
  • Constructor Details

    • EscapeProcessorResult

      EscapeProcessorResult()