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