SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

StaicDiagram
Class CustomerDAOIMP_ORACLE

public class CustomerDAOIMP_ORACLE
implements ICustomerDAO
Implements:
ICustomerDAO
 
Links:
Implementation20 Implementation20 from CustomerDAOIMP_ORACLE to ICustomerDAO
to Interface20 ICustomerDAO
 

Field Summary
Connection
ResultSet
PreparedStatement
Method Summary
public Customer
public void
save(Customer customer)





Field Detail

conn
Connection conn
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.conn
Notation:
conn : Connection
 

Customer
Customer Customer
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.Customer
Notation:
Customer : Customer
 

rset_customer
ResultSet rset_customer
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.rset_customer
Notation:
rset_customer : ResultSet
 

stmt_customer
PreparedStatement stmt_customer
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.stmt_customer
Notation:
stmt_customer : PreparedStatement
 





Method Detail

getById
public Customer getById ()
 
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.getById
Notation:
+ getById () : Customer
Public.
Return Type:
Customer
 

save
public void save (Customer customer)
 
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.save
Notation:
+ save (customer: Customer) : void
Parameter:
customer: Customer
Public.
Return Type:
void
 

SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD