|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdevices.DbDevice
Retrieve Device records from the database.
| Constructor Summary | |
DbDevice()
|
|
| Method Summary | |
static java.util.Vector |
dbGetMonitoredDevices(java.sql.Connection dbConn)
Query the Device table for all monitored devices. |
static java.util.Vector |
dbGetRemovedDevices(java.sql.Connection dbConn)
Query the Device table for all removed devices. |
static java.util.Vector |
dbGetUnmonitoredDevices(java.sql.Connection dbConn)
Query the Device table for all unmonitored devices. |
static java.util.Vector |
getRecords(java.sql.Connection dbConn,
java.lang.String query)
Retrieve multiple Device records from the database. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DbDevice()
| Method Detail |
public static java.util.Vector dbGetMonitoredDevices(java.sql.Connection dbConn)
dbConn - Connection to the database
public static java.util.Vector dbGetUnmonitoredDevices(java.sql.Connection dbConn)
dbConn - Connection to the database
public static java.util.Vector dbGetRemovedDevices(java.sql.Connection dbConn)
dbConn - Connection to the database
public static java.util.Vector getRecords(java.sql.Connection dbConn,
java.lang.String query)
dbConn - Connection to the databasequery - String containing the fully defined SQL SELECT statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||