Class SQLStarExpression

All Implemented Interfaces:
BoxVisitable

public class SQLStarExpression extends SQLExpression
Abstract Node class representing SQL * expression
  • Constructor Details

    • SQLStarExpression

      public SQLStarExpression(SQLTable table, Position position, String sourceText)
      Constructor
      Parameters:
      position - position of the statement in the source code
      sourceText - source code of the statement
  • Method Details