ORCentral
Public Member Functions

eu.coform.database.command.CheckLoginDBCommand Class Reference

Database command to check whether username and password are correct. More...

Inheritance diagram for eu.coform.database.command.CheckLoginDBCommand:
Inheritance graph
[legend]
Collaboration diagram for eu.coform.database.command.CheckLoginDBCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CheckLoginDBCommand (String uName)
Long getUserIdResult ()
String getPasswordResult ()
void exec () throws DBException
 Executes command.

Detailed Description

Database command to check whether username and password are correct.

Definition at line 15 of file CheckLoginDBCommand.java.


Constructor & Destructor Documentation

eu.coform.database.command.CheckLoginDBCommand.CheckLoginDBCommand ( String  uName)

Definition at line 21 of file CheckLoginDBCommand.java.


Member Function Documentation

void eu.coform.database.command.CheckLoginDBCommand.exec ( ) throws DBException

Executes command.

Exceptions:
DBException

Implements eu.coform.database.command.DatabaseCommand.

Definition at line 40 of file CheckLoginDBCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

String eu.coform.database.command.CheckLoginDBCommand.getPasswordResult ( )

Definition at line 30 of file CheckLoginDBCommand.java.

Here is the caller graph for this function:

Long eu.coform.database.command.CheckLoginDBCommand.getUserIdResult ( )

Definition at line 25 of file CheckLoginDBCommand.java.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations