MCPcopy Create free account
hub / github.com/BaseXdb/basex / validName

Method validName

basex-core/src/main/java/org/basex/core/Databases.java:180–182  ·  view source on GitHub ↗

Checks if the specified string is a valid database name. @param name name to be checked (can be null) @return result of check

(final String name)

Source from the content-addressed store, hash-verified

178 * @return result of check
179 */
180 public static boolean validName(final String name) {
181 return valid(name, false);
182 }
183
184 /**
185 * Checks if the specified string is a valid database pattern.

Callers 15

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
listResourcesMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
QueryInputMethod · 0.95

Calls 1

validMethod · 0.95

Tested by

no test coverage detected