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

Method Table

src/main/java/com/sql/parse/schema/Table.java:14–16  ·  view source on GitHub ↗
(String tableName)

Source from the content-addressed store, hash-verified

12 private boolean useAs;
13
14 public Table(String tableName) {
15 this(tableName, null, false);
16 }
17
18 public Table(String tableName, String alias) {
19 this(tableName, alias, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected