git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
reduce warnings due to core.runtime deprecations
[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
public String getShowTableQuery(String qualifier, boolean isDefault) {
7
return "SHOW TABLES"; //$NON-NLS-1$
8
}
9
}