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

Method setTableName

src/main/java/com/sql/parse/model/Column.java:17–19  ·  view source on GitHub ↗
(String tableName)

Source from the content-addressed store, hash-verified

15 }
16
17 public void setTableName(String tableName) {
18 this.tableName = tableName;
19 }
20
21 public String getColumnName() {
22 return columnName;

Callers 2

checkMethod · 0.80
DeleteMethod · 0.80

Calls

no outgoing calls

Tested by 1

checkMethod · 0.64