All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dbtables.pop3_info

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

public class pop3_info
extends DatabaseAccess

Constructor Index

 o pop3_info()

Method Index

 o count()
Counts the number of entries for this table in the database.
 o countByIndex(String, int)
Counts the number of entries for this table in the database.
 o countByKey(int, String)
Counts the number of entries for this table in the database.
 o countLikeIndex(String, int)
Counts the number of entries for this table in the database.
 o countLikeKey(int, String)
Counts the number of entries for this table in the database.
 o deleteByIndex(String, int)
Deletes from the database for table "pop3_info"
 o deleteByKey(int, String)
Deletes from the database for table "pop3_info"
 o getAccount_number()
Gets the value for account_number
 o getActive()
Gets the value for active
 o getFromResultSet(ResultSet)
Updates the object from a retrieved ResultSet.
 o getId()
Gets the value for id
 o getPassword()
Gets the value for password
 o getServer()
Gets the value for server
 o getStatus()
Gets the value for status
 o getUsername()
Gets the value for username
 o insert()
Inserts the current object values into the database.
 o retrieveAllLikeIndex(String, int)
Retrieve from the database for table "pop3_info"
 o retrieveAllLikeKey(int, String)
Retrieve from the database for table "pop3_info"
 o retrieveAllWhere(String)
Retrieve from the database for table "pop3_info"
 o retrieveByIndex(String, int)
Retrieve from the database for table "pop3_info"
 o retrieveByKey(int, String)
Retrieve from the database for table "pop3_info"
 o setAccount_number(int)
Sets the value for account_number
 o setActive(int)
Sets the value for active
 o setId(String)
Sets the value for id
 o setPassword(String)
Sets the value for password
 o setServer(String)
Sets the value for server
 o setStatus(int)
Sets the value for status
 o setUsername(String)
Sets the value for username
 o updateByIndex()
Updates the current object values into the database.
 o updateByKey()
Updates the current object values into the database.

Constructors

 o pop3_info
 public pop3_info()

Methods

 o setId
 public void setId(String id)
Sets the value for id

 o getId
 public String getId()
Gets the value for id

 o setAccount_number
 public void setAccount_number(int account_number)
Sets the value for account_number

 o getAccount_number
 public int getAccount_number()
Gets the value for account_number

 o setUsername
 public void setUsername(String username)
Sets the value for username

 o getUsername
 public String getUsername()
Gets the value for username

 o setPassword
 public void setPassword(String password)
Sets the value for password

 o getPassword
 public String getPassword()
Gets the value for password

 o setServer
 public void setServer(String server)
Sets the value for server

 o getServer
 public String getServer()
Gets the value for server

 o setStatus
 public void setStatus(int status)
Sets the value for status

 o getStatus
 public int getStatus()
Gets the value for status

 o setActive
 public void setActive(int active)
Sets the value for active

 o getActive
 public int getActive()
Gets the value for active

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

 o retrieveByKey
 public boolean retrieveByKey(int account_number,
                              String id) throws SQLException
Retrieve from the database for table "pop3_info"

 o retrieveAllLikeKey
 public Vector retrieveAllLikeKey(int account_number,
                                  String id) throws SQLException
Retrieve from the database for table "pop3_info"

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

 o deleteByKey
 public boolean deleteByKey(int account_number,
                            String id) throws SQLException
Deletes from the database for table "pop3_info"

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

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

 o retrieveByIndex
 public boolean retrieveByIndex(String id,
                                int account_number) throws SQLException
Retrieve from the database for table "pop3_info"

 o retrieveAllLikeIndex
 public Vector retrieveAllLikeIndex(String id,
                                    int account_number) throws SQLException
Retrieve from the database for table "pop3_info"

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

 o deleteByIndex
 public boolean deleteByIndex(String id,
                              int account_number) throws SQLException
Deletes from the database for table "pop3_info"

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

 o countLikeIndex
 public int countLikeIndex(String id,
                           int account_number) 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 "pop3_info"

 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