All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dbtables.credit_info

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

public class credit_info
extends DatabaseAccess

Constructor Index

 o credit_info()

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 "credit_info"
 o deleteByKey(String)
Deletes from the database for table "credit_info"
 o getAcc_name()
Gets the value for acc_name
 o getAcc_number()
Gets the value for acc_number
 o getBank_valid()
Gets the value for bank_valid
 o getCcard_expiry()
Gets the value for ccard_expiry
 o getCcard_number()
Gets the value for ccard_number
 o getCcard_valid()
Gets the value for ccard_valid
 o getCredit()
Gets the value for credit
 o getCurrency()
Gets the value for currency
 o getFromResultSet(ResultSet)
Updates the object from a retrieved ResultSet.
 o getId()
Gets the value for id
 o getSort_code()
Gets the value for sort_code
 o insert()
Inserts the current object values into the database.
 o retrieveAllLikeIndex(String)
Retrieve from the database for table "credit_info"
 o retrieveAllLikeKey(String)
Retrieve from the database for table "credit_info"
 o retrieveAllWhere(String)
Retrieve from the database for table "credit_info"
 o retrieveByIndex(String)
Retrieve from the database for table "credit_info"
 o retrieveByKey(String)
Retrieve from the database for table "credit_info"
 o setAcc_name(String)
Sets the value for acc_name
 o setAcc_number(String)
Sets the value for acc_number
 o setBank_valid(int)
Sets the value for bank_valid
 o setCcard_expiry(String)
Sets the value for ccard_expiry
 o setCcard_number(String)
Sets the value for ccard_number
 o setCcard_valid(int)
Sets the value for ccard_valid
 o setCredit(int)
Sets the value for credit
 o setCurrency(int)
Sets the value for currency
 o setId(String)
Sets the value for id
 o setSort_code(String)
Sets the value for sort_code
 o updateByIndex()
Updates the current object values into the database.
 o updateByKey()
Updates the current object values into the database.

Constructors

 o credit_info
 public credit_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 setCcard_valid
 public void setCcard_valid(int ccard_valid)
Sets the value for ccard_valid

 o getCcard_valid
 public int getCcard_valid()
Gets the value for ccard_valid

 o setCcard_number
 public void setCcard_number(String ccard_number)
Sets the value for ccard_number

 o getCcard_number
 public String getCcard_number()
Gets the value for ccard_number

 o setCcard_expiry
 public void setCcard_expiry(String ccard_expiry)
Sets the value for ccard_expiry

 o getCcard_expiry
 public String getCcard_expiry()
Gets the value for ccard_expiry

 o setBank_valid
 public void setBank_valid(int bank_valid)
Sets the value for bank_valid

 o getBank_valid
 public int getBank_valid()
Gets the value for bank_valid

 o setSort_code
 public void setSort_code(String sort_code)
Sets the value for sort_code

 o getSort_code
 public String getSort_code()
Gets the value for sort_code

 o setAcc_number
 public void setAcc_number(String acc_number)
Sets the value for acc_number

 o getAcc_number
 public String getAcc_number()
Gets the value for acc_number

 o setAcc_name
 public void setAcc_name(String acc_name)
Sets the value for acc_name

 o getAcc_name
 public String getAcc_name()
Gets the value for acc_name

 o setCredit
 public void setCredit(int credit)
Sets the value for credit

 o getCredit
 public int getCredit()
Gets the value for credit

 o setCurrency
 public void setCurrency(int currency)
Sets the value for currency

 o getCurrency
 public int getCurrency()
Gets the value for currency

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

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

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

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

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

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

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

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

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

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

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

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

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