com.cyclops.dbdigger.idbroker
Interface KeyPrefetcher

All Known Implementing Classes:
OracleKeyPrefetcher

public interface KeyPrefetcher

Add description HERE!

Since:
2003-6-11 14:53:55
Author:
joel guo

Method Summary
 PrimaryKey prefectch(Table table, Connection dbcon)
          Method prefectch() in class KeyPrefetcher
 

Method Detail

prefectch

public PrimaryKey prefectch(Table table,
                            Connection dbcon)
                     throws DBDiggerException
Method prefectch() in class KeyPrefetcher

Parameters:
table - Database table
dbcon - Database connection
Returns:
PrimaryKey object
Throws:
DBDiggerException - db operation exception


Copyright © 2003 Cyclops Group. All Rights Reserved.