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

Method functionAs

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

有别名的函数 @param column @return #function(String, String) + #AS + fun;

(String fun, String column)

Source from the content-addressed store, hash-verified

269 * @return {@link #function(String, String)} + {@link #AS} + fun;
270 */
271 public static String functionAs(String fun, String column) {
272 return function(fun, column) + AS + fun + " ";
273 }
274
275 /**计数
276 * column = null

Callers 5

countMethod · 0.95
sumMethod · 0.95
maxMethod · 0.95
minMethod · 0.95
avgMethod · 0.95

Calls 1

functionMethod · 0.95

Tested by

no test coverage detected