@return Return the alias of the table this operator scans.
()
| 64 | * @return Return the alias of the table this operator scans. |
| 65 | * */ |
| 66 | public String getAlias() |
| 67 | { |
| 68 | // some code goes here |
| 69 | return this.tableAlias; |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Reset the tableid, and tableAlias of this operator. |
no outgoing calls