Class SqlArgumentAssignmentOperator


  • class SqlArgumentAssignmentOperator
    extends SqlAsOperator
    Operator that assigns an argument to a function call to a particular named parameter.

    Not an expression; just a holder to represent syntax until the validator has chance to resolve arguments.

    Sub-class of SqlAsOperator ("AS") out of convenience; to be consistent with AS, we reverse the arguments.