All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.database.parser.ASTDropColumn

java.lang.Object
   |
   +----relaaja.database.parser.SimpleNode
           |
           +----relaaja.database.parser.ASTDropColumn

public class ASTDropColumn
extends SimpleNode
Sarakkeen pudotus.

Author:
Sami Jaala

Constructor Index

 o ASTDropColumn(int)

Method Index

 o execute()

Constructors

 o ASTDropColumn
 public ASTDropColumn(int id)

Methods

 o execute
 public Object execute() throws InternalException
Returns:
null
Throws: InternalException
jos lapsisolmu tai database heittää poikkeuksen.
Overrides:
execute in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index