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
-
credit_info()
-
-
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 "credit_info"
-
deleteByKey(String)
- Deletes from the database for table "credit_info"
-
getAcc_name()
- Gets the value for acc_name
-
getAcc_number()
- Gets the value for acc_number
-
getBank_valid()
- Gets the value for bank_valid
-
getCcard_expiry()
- Gets the value for ccard_expiry
-
getCcard_number()
- Gets the value for ccard_number
-
getCcard_valid()
- Gets the value for ccard_valid
-
getCredit()
- Gets the value for credit
-
getCurrency()
- Gets the value for currency
-
getFromResultSet(ResultSet)
- Updates the object from a retrieved ResultSet.
-
getId()
- Gets the value for id
-
getSort_code()
- Gets the value for sort_code
-
insert()
- Inserts the current object values into the database.
-
retrieveAllLikeIndex(String)
- Retrieve from the database for table "credit_info"
-
retrieveAllLikeKey(String)
- Retrieve from the database for table "credit_info"
-
retrieveAllWhere(String)
- Retrieve from the database for table "credit_info"
-
retrieveByIndex(String)
- Retrieve from the database for table "credit_info"
-
retrieveByKey(String)
- Retrieve from the database for table "credit_info"
-
setAcc_name(String)
- Sets the value for acc_name
-
setAcc_number(String)
- Sets the value for acc_number
-
setBank_valid(int)
- Sets the value for bank_valid
-
setCcard_expiry(String)
- Sets the value for ccard_expiry
-
setCcard_number(String)
- Sets the value for ccard_number
-
setCcard_valid(int)
- Sets the value for ccard_valid
-
setCredit(int)
- Sets the value for credit
-
setCurrency(int)
- Sets the value for currency
-
setId(String)
- Sets the value for id
-
setSort_code(String)
- Sets the value for sort_code
-
updateByIndex()
- Updates the current object values into the database.
-
updateByKey()
- Updates the current object values into the database.
credit_info
public credit_info()
setId
public void setId(String id)
- Sets the value for id
getId
public String getId()
- Gets the value for id
setCcard_valid
public void setCcard_valid(int ccard_valid)
- Sets the value for ccard_valid
getCcard_valid
public int getCcard_valid()
- Gets the value for ccard_valid
setCcard_number
public void setCcard_number(String ccard_number)
- Sets the value for ccard_number
getCcard_number
public String getCcard_number()
- Gets the value for ccard_number
setCcard_expiry
public void setCcard_expiry(String ccard_expiry)
- Sets the value for ccard_expiry
getCcard_expiry
public String getCcard_expiry()
- Gets the value for ccard_expiry
setBank_valid
public void setBank_valid(int bank_valid)
- Sets the value for bank_valid
getBank_valid
public int getBank_valid()
- Gets the value for bank_valid
setSort_code
public void setSort_code(String sort_code)
- Sets the value for sort_code
getSort_code
public String getSort_code()
- Gets the value for sort_code
setAcc_number
public void setAcc_number(String acc_number)
- Sets the value for acc_number
getAcc_number
public String getAcc_number()
- Gets the value for acc_number
setAcc_name
public void setAcc_name(String acc_name)
- Sets the value for acc_name
getAcc_name
public String getAcc_name()
- Gets the value for acc_name
setCredit
public void setCredit(int credit)
- Sets the value for credit
getCredit
public int getCredit()
- Gets the value for credit
setCurrency
public void setCurrency(int currency)
- Sets the value for currency
getCurrency
public int getCurrency()
- Gets the value for currency
getFromResultSet
public void getFromResultSet(ResultSet r) throws SQLException
- Updates the object from a retrieved ResultSet.
retrieveByKey
public boolean retrieveByKey(String id) throws SQLException
- Retrieve from the database for table "credit_info"
retrieveAllLikeKey
public Vector retrieveAllLikeKey(String id) throws SQLException
- Retrieve from the database for table "credit_info"
updateByKey
public boolean updateByKey() throws SQLException
- Updates the current object values into the database.
deleteByKey
public boolean deleteByKey(String id) throws SQLException
- Deletes from the database for table "credit_info"
countByKey
public int countByKey(String id) throws SQLException
- Counts the number of entries for this table in the database.
countLikeKey
public int countLikeKey(String id) throws SQLException
- Counts the number of entries for this table in the database.
retrieveByIndex
public boolean retrieveByIndex(String id) throws SQLException
- Retrieve from the database for table "credit_info"
retrieveAllLikeIndex
public Vector retrieveAllLikeIndex(String id) throws SQLException
- Retrieve from the database for table "credit_info"
updateByIndex
public boolean updateByIndex() throws SQLException
- Updates the current object values into the database.
deleteByIndex
public boolean deleteByIndex(String id) throws SQLException
- Deletes from the database for table "credit_info"
countByIndex
public int countByIndex(String id) throws SQLException
- Counts the number of entries for this table in the database.
countLikeIndex
public int countLikeIndex(String id) 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 "credit_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