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

Method getColumnName

src/main/java/com/sql/parse/model/Column.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public String getColumnName() {
22 return columnName;
23 }
24
25 public void setColumnName(String columnName) {
26 this.columnName = columnName;

Callers 8

columnInterceptorMethod · 0.95
columnInterceptorMethod · 0.95
checkExpressionMethod · 0.95
checkMethod · 0.45
getColumnNamesMethod · 0.45
getAliasOrColumnNamesMethod · 0.45
changeColumnMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkMethod · 0.36