net.sf.saffron.sql
Interface SqlValidator.CatalogReader

All Known Implementing Classes:
SqlToOpenjavaConverter.SchemaCatalogReader, SqlToRelConverter.SchemaCatalogReader
Enclosing interface:
SqlValidator

public static interface SqlValidator.CatalogReader

A CatalogReader supplies catalog information for a SqlValidator.


Method Summary
 SqlValidator.Table getTable(String[] names)
          Finds a table with the given name or names.
 

Method Detail

getTable

public SqlValidator.Table getTable(String[] names)
Finds a table with the given name or names. Returns null if not found.


SourceForge.net_Logo