Changeset 304 for lex/trunk/src

Show
Ignore:
Timestamp:
06/29/08 21:04:07 (6 months ago)
Author:
chris
Message:

Allow selection of two arguments for the result predicate of an LS, e.g.
be-at(x,y).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/src/com/qwirx/lex/Lex.java

    r259 r304  
    272272                    new DbColumn("Has_Endpoint",       "ENUM('0','1')", false), 
    273273                    new DbColumn("Result_Predicate",   "VARCHAR(40)", true), 
    274                     new DbColumn("Result_Predicate_Arg",   "VARCHAR(1)", true), 
     274                    new DbColumn("Result_Predicate_Arg", 
     275                            "ENUM('x','y','x,y')", true), 
    275276                                } 
    276277                        ).check(dbconn, true);