latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / adapters / MySQLAdapter.java
index d764095..3478b3c 100644 (file)
@@ -3,7 +3,14 @@ package com.quantum.adapters;
 
 
 public class MySQLAdapter extends DatabaseAdapter {
-    public String getShowTableQuery(String qualifier, boolean isDefault) {
-        return "SHOW TABLES"; //$NON-NLS-1$
-    }
+
+       /**
+        * @param type
+        */
+       protected MySQLAdapter() {
+               super(AdapterFactory.MYSQL);
+       }
+//    public String getShowTableQuery(String qualifier, boolean isDefault) {
+//        return "SHOW TABLES"; //$NON-NLS-1$
+//    }
 }
\ No newline at end of file