SMACS

smacs.find
Class CreateTableCode.Rule

java.lang.Object
  extended bysmacs.find.CreateTableCode.Rule
Enclosing class:
CreateTableCode

public static class CreateTableCode.Rule
extends Object

a compact notation to pass around parts of a SelIns rule


Field Summary
(package private)  SimpleNode insert
           
(package private)  SimpleNode into
           
(package private)  SimpleNode select
           
 
Constructor Summary
CreateTableCode.Rule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

select

SimpleNode select

insert

SimpleNode insert

into

SimpleNode into
Constructor Detail

CreateTableCode.Rule

public CreateTableCode.Rule()

SMACS