introduced IConstant.DEBUG flag
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.sql / src / net / sourceforge / phpdt / sql / wizards / SQLPage.java
index bf53558..1972ccf 100644 (file)
@@ -1,11 +1,13 @@
 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