|
TROIKA.ASP - the MVC framework | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object
|
+--Ado
|
+--LoginDAO
Defined in LoginDAO.js
| Constructor Summary | |
LoginDAO(connectionString)
|
|
| Method Summary | |
Object
|
findByLoginId(loginVO, recordCount)
|
Object
|
findByUsernameAndPassword(loginVO, recordCount)
|
Ado
|
init(<String> connectionString)
Initializes Ado. |
void
|
update(loginVO)
|
| Methods inherited from class Ado |
getConnection, getObjectName
|
| Constructor Detail |
LoginDAO(connectionString)
| Method Detail |
Object findByLoginId(loginVO, recordCount)
Object findByUsernameAndPassword(loginVO, recordCount)
Ado init(<String> connectionString)
connectionString - The database connection string.
void update(loginVO)
|
TROIKA.ASP - the MVC framework | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |