ORCentral
|
Database command to check whether username and password are correct. More...
Public Member Functions | |
CheckLoginDBCommand (String uName) | |
Long | getUserIdResult () |
String | getPasswordResult () |
void | exec () throws DBException |
Executes command. |
Database command to check whether username and password are correct.
Definition at line 15 of file CheckLoginDBCommand.java.
eu.coform.database.command.CheckLoginDBCommand.CheckLoginDBCommand | ( | String | uName | ) |
Definition at line 21 of file CheckLoginDBCommand.java.
void eu.coform.database.command.CheckLoginDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 40 of file CheckLoginDBCommand.java.
String eu.coform.database.command.CheckLoginDBCommand.getPasswordResult | ( | ) |
Long eu.coform.database.command.CheckLoginDBCommand.getUserIdResult | ( | ) |