Interface SqmStatementAccess<R>


public interface SqmStatementAccess<R>
Provides access to an underlying SQM AST
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the SQM AST.
  • Method Details

    • getSqmStatement

      SqmStatement<R> getSqmStatement()
      Return the SQM AST.