package net.sourceforge.phpdt.sql.wizards;
-import org.eclipse.jface.wizard.IWizardPage;
-
+import net.sourceforge.phpdt.sql.IConstants;
import net.sourceforge.phpdt.sql.sql.TableRow;
import net.sourceforge.phpdt.sql.view.tableview.TableAdapter;
-public interface SQLPage extends IWizardPage {
+import org.eclipse.jface.wizard.IWizardPage;
+
+public interface SQLPage extends IWizardPage, IConstants {
public void init(TableRow row, TableAdapter adapter);
public boolean performFinish();
}
+
\ No newline at end of file