com.cyclops.dbdigger.idbroker
Class OracleKeyPrefetcher
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleKeyPrefetcher
public OracleKeyPrefetcher()
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 tabledbcon - 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.