|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| com.continuent.tungsten.replicator.database | |
| Uses of User in com.continuent.tungsten.replicator.database |
|---|
| Methods in com.continuent.tungsten.replicator.database with parameters of type User | |
|---|---|
void |
AbstractDatabase.createUser(User user)
Creates a user. |
void |
Database.createUser(User user)
Creates a user. |
void |
MySQLDatabase.createUser(User user)
Creates a user that can connect from any location. |
void |
AbstractDatabase.dropUser(User user,
boolean ignore)
Deletes a user. |
void |
Database.dropUser(User user,
boolean ignore)
Deletes a user. |
void |
MySQLDatabase.dropUser(User user,
boolean ignore)
Drops user, ignoring errors if desired by caller. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||