All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.database.parser.ASTDropTable

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

public class ASTDropTable
extends SimpleNode
Taulun pudotus.

Author:
Sami Jaala

Constructor Index

 o ASTDropTable(int)

Method Index

 o execute()

Constructors

 o ASTDropTable
 public ASTDropTable(int id)

Methods

 o execute
 public Object execute()
Returns:
null
Overrides:
execute in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index