Inheritance diagram for org.openmobileis.examples.mycrm.data.jdbc.MyCrmUserManagerDBQuery:
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Definition at line 21 of file MyCrmUserManagerDBQuery.java.
Public Member Functions | |
MyCrmUserManagerDBQuery () | |
void | create (String[] parameters) throws ServiceException |
void | delete (String[] parameters) throws ServiceException |
void | update (String[] parameters) throws DatabaseException |
ResultSet | getUserIDWithloginPass (String parameters[]) throws DatabaseException |
ResultSet | getValidateUserID (String parameters[]) throws DatabaseException |
ResultSet | getUser (String parameters[]) throws DatabaseException |
Static Protected Attributes | |
static String | queryGetUserId = "SELECT code_rep FROM user where login='%0%' AND password='%1%'" |
static String | queryValidateUser = "SELECT code_rep FROM user where code_rep='%0%'" |
static String | queryUpdateUser |