All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dbtables.applications

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

public class applications
extends DatabaseAccess

Constructor Index

 o applications()

Method Index

 o count()
Counts the number of entries for this table in the database.
 o countByIndex(String)
Counts the number of entries for this table in the database.
 o countByKey(String)
Counts the number of entries for this table in the database.
 o countLikeIndex(String)
Counts the number of entries for this table in the database.
 o countLikeKey(String)
Counts the number of entries for this table in the database.
 o deleteByIndex(String)
Deletes from the database for table "applications"
 o deleteByKey(String)
Deletes from the database for table "applications"
 o getApp_class()
Gets the value for app_class
 o getApp_name()
Gets the value for app_name
 o getCreated()
Gets the value for created
 o getFromResultSet(ResultSet)
Updates the object from a retrieved ResultSet.
 o getNotes()
Gets the value for notes
 o getOwner()
Gets the value for owner
 o insert()
Inserts the current object values into the database.
 o retrieveAllLikeIndex(String)
Retrieve from the database for table "applications"
 o retrieveAllLikeKey(String)
Retrieve from the database for table "applications"
 o retrieveAllWhere(String)
Retrieve from the database for table "applications"
 o retrieveByIndex(String)
Retrieve from the database for table "applications"
 o retrieveByKey(String)
Retrieve from the database for table "applications"
 o setApp_class(String)
Sets the value for app_class
 o setApp_name(String)
Sets the value for app_name
 o setCreated(Timestamp)
Sets the value for created
 o setNotes(String)
Sets the value for notes
 o setOwner(String)
Sets the value for owner
 o updateByIndex()
Updates the current object values into the database.
 o updateByKey()
Updates the current object values into the database.

Constructors

 o applications
 public applications()

Methods

 o setApp_name
 public void setApp_name(String app_name)
Sets the value for app_name

 o getApp_name
 public String getApp_name()
Gets the value for app_name

 o setApp_class
 public void setApp_class(String app_class)
Sets the value for app_class

 o getApp_class
 public String getApp_class()
Gets the value for app_class

 o setCreated
 public void setCreated(Timestamp created)
Sets the value for created

 o getCreated
 public Timestamp getCreated()
Gets the value for created

 o setOwner
 public void setOwner(String owner)
Sets the value for owner

 o getOwner
 public String getOwner()
Gets the value for owner

 o setNotes
 public void setNotes(String notes)
Sets the value for notes

 o getNotes
 public String getNotes()
Gets the value for notes

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

 o retrieveByKey
 public boolean retrieveByKey(String app_name) throws SQLException
Retrieve from the database for table "applications"

 o retrieveAllLikeKey
 public Vector retrieveAllLikeKey(String app_name) throws SQLException
Retrieve from the database for table "applications"

 o updateByKey
 public boolean updateByKey() throws SQLException
Updates the current object values into the database.

 o deleteByKey
 public boolean deleteByKey(String app_name) throws SQLException
Deletes from the database for table "applications"

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

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

 o retrieveByIndex
 public boolean retrieveByIndex(String app_name) throws SQLException
Retrieve from the database for table "applications"

 o retrieveAllLikeIndex
 public Vector retrieveAllLikeIndex(String app_name) throws SQLException
Retrieve from the database for table "applications"

 o updateByIndex
 public boolean updateByIndex() throws SQLException
Updates the current object values into the database.

 o deleteByIndex
 public boolean deleteByIndex(String app_name) throws SQLException
Deletes from the database for table "applications"

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

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

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

 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