com.cyclops.dbdigger.idbroker
Class OracleKeyPrefetcher

java.lang.Object
  extended bycom.cyclops.dbdigger.idbroker.OracleKeyPrefetcher
All Implemented Interfaces:
KeyPrefetcher

public class OracleKeyPrefetcher
extends Object
implements KeyPrefetcher

Add description HERE!

Since:
2003-6-16 9:41:11
Author:
joel guo

Constructor Summary
OracleKeyPrefetcher()
           
 
Method Summary
protected  String getSequenceName(Table table)
          Get name of the sequence
 PrimaryKey prefectch(Table table, Connection dbcon)
          Override method prefectch() of super class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleKeyPrefetcher

public OracleKeyPrefetcher()
Method Detail

prefectch

public PrimaryKey prefectch(Table table,
                            Connection dbcon)
                     throws DBDiggerException
Override method prefectch() of super class

Specified by:
prefectch in interface KeyPrefetcher
Parameters:
table - Database table
dbcon - Database connection
Returns:
PrimaryKey object
Throws:
DBDiggerException - db operation exception
See Also:
KeyPrefetcher.prefectch(com.cyclops.dbdigger.schema.Table, java.sql.Connection)

getSequenceName

protected String getSequenceName(Table table)
Get name of the sequence

Parameters:
table - Table object
Returns:
Sequace name


Copyright © 2003 Cyclops Group. All Rights Reserved.