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

Method columnAs

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

有别名的字段 @param column @return #count(String) + #AS;

(String column)

Source from the content-addressed store, hash-verified

250 * @return {@link #count(String)} + {@link #AS};
251 */
252 public static String columnAs(String column) {
253 return count(column) + AS;
254 }
255
256 /**函数
257 * @param column if (StringUtil.isEmpty(column, true) || column.contains(",")) -> column = null;

Callers

nothing calls this directly

Calls 1

countMethod · 0.95

Tested by

no test coverage detected