MCPcopy Index your code
hub / github.com/Tencent/APIJSON / column

Method column

APIJSONORM/src/main/java/apijson/SQL.java:244–247  ·  view source on GitHub ↗

字段 @param column @return column.isEmpty() ? " " : column;

(String column)

Source from the content-addressed store, hash-verified

242 * @return column.isEmpty() ? "*" : column;
243 */
244 public static String column(String column) {
245 column = StringUtil.trim(column);
246 return column.isEmpty() ? "*" : column;
247 }
248 /**有别名的字段
249 * @param column
250 * @return {@link #count(String)} + {@link #AS};

Callers 1

functionMethod · 0.95

Calls 2

trimMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected