git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
unified title and description handling in wizards
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.sql
/
src
/
net
/
sourceforge
/
phpdt
/
sql
/
adapters
/
MySQLAdapter.java
1
package net.sourceforge.phpdt.sql.adapters;
2
3
4
public class MySQLAdapter extends DatabaseAdapter {
5
public String getShowTableQuery(DatabaseInfo info) {
6
return "SHOW TABLES"; //$NON-NLS-1$
7
}
8
}