Interface ExplicitParameterSpecification

    • Method Detail

      • getSourceLine

        int getSourceLine()
        Retrieves the line number on which this parameter occurs in the source query.
        Returns:
        The line number.
      • getSourceColumn

        int getSourceColumn()
        Retrieves the column number (within the getSourceLine()) where this parameter occurs.
        Returns:
        The column number.