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 ints 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

Method Summary
 void implement(SaffronRel rel, RelImplementor implementor)
           
 
Methods inherited from interface net.sf.saffron.core.SaffronTable
getQualifiedName, getRowCount, getRowType, getSaffronSchema, toRel
 

Method Detail

implement

public void implement(SaffronRel rel,
                      RelImplementor implementor)

SourceForge.net_Logo