All Packages Class Hierarchy This Package Previous Next Index
Class dbtables.joetest
java.lang.Object
|
+----dbgeneric.DatabaseAccess
|
+----dbtables.joetest
- public class joetest
- extends DatabaseAccess
-
joetest()
-
-
count()
- Counts the number of entries for this table in the database.
-
getDummy()
- Gets the value for dummy
-
getFromResultSet(ResultSet)
- Updates the object from a retrieved ResultSet.
-
insert()
- Inserts the current object values into the database.
-
retrieveAllWhere(String)
- Retrieve from the database for table "joetest"
-
setDummy(Timestamp)
- Sets the value for dummy
joetest
public joetest()
setDummy
public void setDummy(Timestamp dummy)
- Sets the value for dummy
getDummy
public Timestamp getDummy()
- Gets the value for dummy
getFromResultSet
public void getFromResultSet(ResultSet r) throws SQLException
- Updates the object from a retrieved ResultSet.
retrieveAllWhere
public Vector retrieveAllWhere(String where) throws SQLException
- Retrieve from the database for table "joetest"
insert
public boolean insert() throws SQLException
- Inserts the current object values into the database.
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