net.sf.saffron.core
Interface ImplementableTable
- All Superinterfaces:
- SaffronTable
- All Known Implementing Classes:
- JdbcTable
- public interface ImplementableTable
- extends SaffronTable
An ImplementableTable
is a SaffronTable
which can be
scanned without any filters. For example, the tables of all
int
s or all Java classes cannot, but any JdbcTable
can (using select * from
table
).
- Since:
- 8 February, 2002
- Version:
- $Id: //open/saffron/src/net/sf/saffron/core/ImplementableTable.java#4 $
- Author:
- jhyde
implement
public void implement(SaffronRel rel,
RelImplementor implementor)