Interface ExtendedQuerySupport.SqlFromInfo

Enclosing interface:
ExtendedQuerySupport

public static interface ExtendedQuerySupport.SqlFromInfo
Provides SQL information about a FROM element.
Since:
1.6.7
Author:
Christian Beikov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the table alias.
    int
    Returns the from element end index in the SQL.
    int
    Returns the from element start index in the SQL.
  • Method Details

    • getAlias

      String getAlias()
      Returns the table alias.
      Returns:
      the table alias
    • getFromStartIndex

      int getFromStartIndex()
      Returns the from element start index in the SQL.
      Returns:
      the from element start index
    • getFromEndIndex

      int getFromEndIndex()
      Returns the from element end index in the SQL.
      Returns:
      the from element end index