All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.database.parser.ASTNotNull

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

public class ASTNotNull
extends SimpleNode
NOT NULL -rajoite. Oraclessa myös NULL-määrite mahdollinen.

Author:
Sami Jaala

Variable Index

 o notNull
true, jos NOT NULL; false, jos NULL (Oracle).

Constructor Index

 o ASTNotNull(int)

Method Index

 o execute()

Variables

 o notNull
 protected boolean notNull
true, jos NOT NULL; false, jos NULL (Oracle).

Constructors

 o ASTNotNull
 public ASTNotNull(int id)

Methods

 o execute
 public Object execute() throws InternalException
Returns:
DDNotNullParameter, jossa SQLString kertoo onko se NOT NULL vai NULL.
Throws: InternalException
jos database heittää poikkeuksen.
Overrides:
execute in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index