getDocName static method

String getDocName()

Implementation

static String getDocName() {
  String dbUser = "users";
  return dbUser;
}