FileDocCategorySizeDatePackage
SQLConstraint.javaAPI DocExample219Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scripts.SQL

SQLConstraint.java

// Generated by Together
package oisoft.togetherx.scripts.SQL;

import java.util.Enumeration;

public interface SQLConstraint {
  SQLTable getTable();
  String getName();
  Enumeration getColumns();
}