FileDocCategorySizeDatePackage
SQLForeignKey.javaAPI DocExample214Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scripts.SQL

SQLForeignKey.java

package oisoft.togetherx.scripts.SQL;

import java.util.Enumeration;

public interface SQLForeignKey extends SQLConstraint {
  SQLTable getReferencedTable();
  Enumeration getReferencedColumns();
}