Interface ISelectQuery

  • All Superinterfaces:
    org.eclipse.handly.model.IElement, org.eclipse.handly.model.IElementExtension, IQlConstruct, org.eclipse.handly.model.ISourceConstruct, org.eclipse.handly.model.ISourceElement, IV8Element

    public interface ISelectQuery
    extends IQlConstruct
    Represents Ql Select query
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPresentation()
      Gets text presentation of the element
      boolean isNestedQuery()
      This option of select query maybe will be used for special icons in LabelProvider for this type query
      boolean isPlacementTable()
      This option of select query maybe will be used for special icons in LabelProvider for this type query
      • Methods inherited from interface org.eclipse.handly.model.IElement

        equals, hashCode
      • Methods inherited from interface org.eclipse.handly.model.IElementExtension

        exists, getAncestor, getChildren, getChildren, getLocationUri, getName, getResource
    • Method Detail

      • isPlacementTable

        boolean isPlacementTable()
        This option of select query maybe will be used for special icons in LabelProvider for this type query
        Returns:
        true, if section "INTO" was found in select query
      • isNestedQuery

        boolean isNestedQuery()
        This option of select query maybe will be used for special icons in LabelProvider for this type query
        Returns:
        true, if this is nested query
      • getPresentation

        String getPresentation()
        Gets text presentation of the element
        Returns:
        text presentation of the element, never null