latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / adapters / MySQLAdapter.java
1 package com.quantum.adapters;
2
3
4
5 public class MySQLAdapter extends DatabaseAdapter {
6
7         /**
8          * @param type
9          */
10         protected MySQLAdapter() {
11                 super(AdapterFactory.MYSQL);
12         }
13 //    public String getShowTableQuery(String qualifier, boolean isDefault) {
14 //        return "SHOW TABLES"; //$NON-NLS-1$
15 //    }
16 }