Searched refs:stringBuilder (Results 1 – 2 of 2) sorted by relevance
104 StringBuilder stringBuilder = new StringBuilder(); in getColumnFamilyOptionsFromProps() local106 stringBuilder.append(name); in getColumnFamilyOptionsFromProps()107 stringBuilder.append("="); in getColumnFamilyOptionsFromProps()108 stringBuilder.append(properties.getProperty(name)); in getColumnFamilyOptionsFromProps()109 stringBuilder.append(";"); in getColumnFamilyOptionsFromProps()112 stringBuilder.toString()); in getColumnFamilyOptionsFromProps()
89 StringBuilder stringBuilder = new StringBuilder(); in getDBOptionsFromProps() local91 stringBuilder.append(name); in getDBOptionsFromProps()92 stringBuilder.append("="); in getDBOptionsFromProps()93 stringBuilder.append(properties.getProperty(name)); in getDBOptionsFromProps()94 stringBuilder.append(";"); in getDBOptionsFromProps()97 stringBuilder.toString()); in getDBOptionsFromProps()