(String tableName)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected