|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.bot.spider.workload.sql.SQLHolder
org.encog.bot.spider.workload.sql.oracle.OracleHolder
public class OracleHolder
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 |
|---|
public OracleHolder()
| Method Detail |
|---|
public java.lang.String getSQLAdd()
getSQLAdd in class SQLHolderpublic java.lang.String getSQLAdd2()
getSQLAdd2 in class SQLHolder
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||