Class SqlKeyConstraint

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SqlKeyConstraint
    extends SqlCall
    Parse tree for UNIQUE, PRIMARY KEY constraints.

    And FOREIGN KEY, when we support it.