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
-
notNull
-
true, jos NOT NULL; false, jos NULL (Oracle).
-
ASTNotNull(int)
-
-
execute()
-
notNull
protected boolean notNull
-
true, jos NOT NULL; false, jos NULL (Oracle).
ASTNotNull
public ASTNotNull(int id)
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