|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.ix.jspTutorial.model.PizzaBinder
Factory class for generic objects
Field Summary | |
static java.lang.String |
vcid
version of the source |
Fields inherited from interface de.ix.jspTutorial.database.I_DatabaseBinder |
vcid |
Constructor Summary | |
PizzaBinder()
|
Method Summary | |
I_DatabaseObject |
bind(java.lang.String aType,
java.sql.ResultSet result)
Create a object out of a db row for the types pizza, ingredient and customer. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static java.lang.String vcid
Constructor Detail |
public PizzaBinder()
Method Detail |
public I_DatabaseObject bind(java.lang.String aType, java.sql.ResultSet result) throws java.sql.SQLException
aType
- Type of the object inside the current resultsetresult
- current row of the DB cursors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |