Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ name
Method
name
basex-core/src/main/java/org/basex/core/users/User.java:158–160 ·
view source on GitHub ↗
Sets the username. @param nm name
(final String nm)
Source
from the content-addressed store, hash-verified
156
* @param nm name
157
*/
158
public
synchronized
void
name(
final
String nm) {
159
name = nm;
160
}
161
162
/**
163
* Drops the specified database pattern.
Callers
8
login
Method · 0.95
read
Method · 0.95
run
Method · 0.95
item
Method · 0.95
item
Method · 0.95
item
Method · 0.95
item
Method · 0.95
clientName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected