git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
shortened display text of variable proposal in content assist
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.sql
/
src
/
net
/
sourceforge
/
phpdt
/
sql
/
model
/
Table.java
1
package net.sourceforge.phpdt.sql.model;
2
3
/**
4
* @author BC
5
*/
6
public interface Table extends Entity {
7
public int getSize();
8
public void deleteAllRows();
9
}