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

Method Column

src/main/java/com/sql/parse/model/Column.java:8–11  ·  view source on GitHub ↗
(String tableName, String columnName)

Source from the content-addressed store, hash-verified

6 private String columnName;
7
8 public Column(String tableName, String columnName) {
9 this.tableName = tableName;
10 this.columnName = columnName;
11 }
12
13 public String getTableName() {
14 return tableName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected