net.sourceforge.backpedal.impl.db
Class MetadataManagerImpl

java.lang.Object
  |
  +--net.sourceforge.backpedal.impl.db.MetadataManagerImpl
All Implemented Interfaces:
MetadataManager

public class MetadataManagerImpl
extends Object
implements MetadataManager


Constructor Summary
MetadataManagerImpl()
           
 
Method Summary
 TableMetadata lookupMetadata(Connection connection, String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataManagerImpl

public MetadataManagerImpl()
Method Detail

lookupMetadata

public TableMetadata lookupMetadata(Connection connection,
                                    String tableName)
                             throws SQLException
Specified by:
lookupMetadata in interface MetadataManager
SQLException


Copyright © Sourceforge. All Rights Reserved.