Searched refs:dbSpecComponent (Results 1 – 1 of 1) sorted by relevance
2757 public static String expandShardNames(String dbSpecComponent) in expandShardNames() argument2760 Matcher matcher = dbSpecPattern.matcher(dbSpecComponent); in expandShardNames()2763 String prefix = dbSpecComponent.substring( in expandShardNames()2767 dbSpecComponent.substring( in expandShardNames()2771 dbSpecComponent.substring( in expandShardNames()2773 String suffix = dbSpecComponent.substring( in expandShardNames()2791 "Malformed DB specification component: " + dbSpecComponent); in expandShardNames()2794 return dbSpecComponent; in expandShardNames()