StaicDiagram
|
Class CustomerDAOIMP_ORACLE
|
public class CustomerDAOIMP_ORACLE
implements ICustomerDAO
Implements:
ICustomerDAO
Links:
Implementation20 Implementation20 from CustomerDAOIMP_ORACLE to ICustomerDAO
| Field Summary |
Connection |
|
|
|
ResultSet |
|
PreparedStatement |
|
| Method Summary |
|
|
public void |
|
Connection conn
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.conn
Notation:
conn : Connection
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.Customer
Notation:
Customer : Customer
ResultSet rset_customer
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.rset_customer
Notation:
rset_customer : ResultSet
PreparedStatement stmt_customer
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.stmt_customer
Notation:
stmt_customer : PreparedStatement
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.getById
Notation:
+ getById () : Customer
Public.
Return Type:
Customer
Full name:
StaicDiagram.CustomerDAOIMP_ORACLE.save
Notation:
+ save (customer: Customer) : void
Parameter:
customer: Customer
Public.
Return Type:
void