All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dbtables.joetest

java.lang.Object
   |
   +----dbgeneric.DatabaseAccess
           |
           +----dbtables.joetest

public class joetest
extends DatabaseAccess

Constructor Index

 o joetest()

Method Index

 o count()
Counts the number of entries for this table in the database.
 o getDummy()
Gets the value for dummy
 o getFromResultSet(ResultSet)
Updates the object from a retrieved ResultSet.
 o insert()
Inserts the current object values into the database.
 o retrieveAllWhere(String)
Retrieve from the database for table "joetest"
 o setDummy(Timestamp)
Sets the value for dummy

Constructors

 o joetest
 public joetest()

Methods

 o setDummy
 public void setDummy(Timestamp dummy)
Sets the value for dummy

 o getDummy
 public Timestamp getDummy()
Gets the value for dummy

 o getFromResultSet
 public void getFromResultSet(ResultSet r) throws SQLException
Updates the object from a retrieved ResultSet.

 o retrieveAllWhere
 public Vector retrieveAllWhere(String where) throws SQLException
Retrieve from the database for table "joetest"

 o insert
 public boolean insert() throws SQLException
Inserts the current object values into the database.

 o count
 public int count() throws SQLException
Counts the number of entries for this table in the database.


All Packages  Class Hierarchy  This Package  Previous  Next  Index