Class TableNameAstNode

  • All Implemented Interfaces:
    AstNode

    public class TableNameAstNode
    extends BaseAstNode
    AST node for a table name.
    • Constructor Detail

      • TableNameAstNode

        public TableNameAstNode​(String tableName)
    • Method Detail

      • getTableName

        public String getTableName()
      • getResourceName

        public String getResourceName()