All Packages Class Hierarchy This Package Previous Next Index
Class dbtables.applications
java.lang.Object
|
+----dbgeneric.DatabaseAccess
|
+----dbtables.applications
- public class applications
- extends DatabaseAccess
-
applications()
-
-
count()
- Counts the number of entries for this table in the database.
-
countByIndex(String)
- Counts the number of entries for this table in the database.
-
countByKey(String)
- Counts the number of entries for this table in the database.
-
countLikeIndex(String)
- Counts the number of entries for this table in the database.
-
countLikeKey(String)
- Counts the number of entries for this table in the database.
-
deleteByIndex(String)
- Deletes from the database for table "applications"
-
deleteByKey(String)
- Deletes from the database for table "applications"
-
getApp_class()
- Gets the value for app_class
-
getApp_name()
- Gets the value for app_name
-
getCreated()
- Gets the value for created
-
getFromResultSet(ResultSet)
- Updates the object from a retrieved ResultSet.
-
getNotes()
- Gets the value for notes
-
getOwner()
- Gets the value for owner
-
insert()
- Inserts the current object values into the database.
-
retrieveAllLikeIndex(String)
- Retrieve from the database for table "applications"
-
retrieveAllLikeKey(String)
- Retrieve from the database for table "applications"
-
retrieveAllWhere(String)
- Retrieve from the database for table "applications"
-
retrieveByIndex(String)
- Retrieve from the database for table "applications"
-
retrieveByKey(String)
- Retrieve from the database for table "applications"
-
setApp_class(String)
- Sets the value for app_class
-
setApp_name(String)
- Sets the value for app_name
-
setCreated(Timestamp)
- Sets the value for created
-
setNotes(String)
- Sets the value for notes
-
setOwner(String)
- Sets the value for owner
-
updateByIndex()
- Updates the current object values into the database.
-
updateByKey()
- Updates the current object values into the database.
applications
public applications()
setApp_name
public void setApp_name(String app_name)
- Sets the value for app_name
getApp_name
public String getApp_name()
- Gets the value for app_name
setApp_class
public void setApp_class(String app_class)
- Sets the value for app_class
getApp_class
public String getApp_class()
- Gets the value for app_class
setCreated
public void setCreated(Timestamp created)
- Sets the value for created
getCreated
public Timestamp getCreated()
- Gets the value for created
setOwner
public void setOwner(String owner)
- Sets the value for owner
getOwner
public String getOwner()
- Gets the value for owner
setNotes
public void setNotes(String notes)
- Sets the value for notes
getNotes
public String getNotes()
- Gets the value for notes
getFromResultSet
public void getFromResultSet(ResultSet r) throws SQLException
- Updates the object from a retrieved ResultSet.
retrieveByKey
public boolean retrieveByKey(String app_name) throws SQLException
- Retrieve from the database for table "applications"
retrieveAllLikeKey
public Vector retrieveAllLikeKey(String app_name) throws SQLException
- Retrieve from the database for table "applications"
updateByKey
public boolean updateByKey() throws SQLException
- Updates the current object values into the database.
deleteByKey
public boolean deleteByKey(String app_name) throws SQLException
- Deletes from the database for table "applications"
countByKey
public int countByKey(String app_name) throws SQLException
- Counts the number of entries for this table in the database.
countLikeKey
public int countLikeKey(String app_name) throws SQLException
- Counts the number of entries for this table in the database.
retrieveByIndex
public boolean retrieveByIndex(String app_name) throws SQLException
- Retrieve from the database for table "applications"
retrieveAllLikeIndex
public Vector retrieveAllLikeIndex(String app_name) throws SQLException
- Retrieve from the database for table "applications"
updateByIndex
public boolean updateByIndex() throws SQLException
- Updates the current object values into the database.
deleteByIndex
public boolean deleteByIndex(String app_name) throws SQLException
- Deletes from the database for table "applications"
countByIndex
public int countByIndex(String app_name) throws SQLException
- Counts the number of entries for this table in the database.
countLikeIndex
public int countLikeIndex(String app_name) throws SQLException
- Counts the number of entries for this table in the database.
retrieveAllWhere
public Vector retrieveAllWhere(String where) throws SQLException
- Retrieve from the database for table "applications"
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