Parse the SQL statement
The query parser breaks the SQL statement into its syntactic
parts. If the statement contains a UDR, the query parser performs
the following steps on the SQL statement:
- Parses the routine call to obtain the routine signature
- Performs any necessary routine resolution on the UDR calls to determine which UDR to execute
For a description of routine resolution, refer to Understanding routine resolution.