MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / setColumnName

Method setColumnName

src/main/java/com/sql/parse/model/Column.java:25–27  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

23 }
24
25 public void setColumnName(String columnName) {
26 this.columnName = columnName;
27 }
28}

Callers 4

checkMethod · 0.80
columnInterceptorMethod · 0.80
columnInterceptorMethod · 0.80
checkExpressionMethod · 0.80

Calls

no outgoing calls

Tested by 1

checkMethod · 0.64