Interface UserFunctionResolvable

All Known Implementing Classes:
UserFunctionCall, UserFunctionReference, XQueryFunctionLibrary.UnresolvedCallable

public interface UserFunctionResolvable
A reference to a function; typically a forwards reference to a user-defined function in XQuery that has not yet been compiled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details