The Encog Project

org.encog.bot.spider.workload.sql.oracle
Class OracleHolder

java.lang.Object
  extended by org.encog.bot.spider.workload.sql.SQLHolder
      extended by org.encog.bot.spider.workload.sql.oracle.OracleHolder

public class OracleHolder
extends SQLHolder

OracleHolder: This class is an adaption of the SQLHolder class designed for Oracle. Oracle uses sequences rather than specific Autonumber types. The SQL below supports this.


Constructor Summary
OracleHolder()
           
 
Method Summary
 java.lang.String getSQLAdd()
          Use Oracle sequences for the add.
 java.lang.String getSQLAdd2()
          Use Oracle sequences for the add.
 
Methods inherited from class org.encog.bot.spider.workload.sql.SQLHolder
getSQLClear, getSQLClear2, getSQLGetDepth, getSQLGetHost, getSQLGetHostID, getSQLGetNextHost, getSQLGetSource, getSQLGetWork, getSQLGetWork2, getSQLGetWorkloadID, getSQLResume, getSQLResume2, getSQLSetHostStatus, getSQLSetWorkloadStatus, getSQLSetWorkloadStatus2, getSQLWorkloadEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleHolder

public OracleHolder()
Method Detail

getSQLAdd

public java.lang.String getSQLAdd()
Use Oracle sequences for the add.

Overrides:
getSQLAdd in class SQLHolder
Returns:
SQL.

getSQLAdd2

public java.lang.String getSQLAdd2()
Use Oracle sequences for the add.

Overrides:
getSQLAdd2 in class SQLHolder
Returns:
SQL.

The Encog Project