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

Method getTableName

src/main/java/com/sql/parse/schema/Table.java:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public String getTableName() {
29 return tableName;
30 }
31
32 public String getAlias() {
33 return alias;

Callers 8

checkMethod · 0.45
SelectMethod · 0.45
simpleJoinMethod · 0.45
joinMethod · 0.45
leftJoinMethod · 0.45
rightJoinMethod · 0.45
innerJoinMethod · 0.45
transformTableMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkMethod · 0.36