public class LogicalScanNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
alias
The name (alias) of the table as it is used in the query
|
int |
t
The table identifier (can be passed to
Catalog.getDbFile(int) )
to retrieve a DbFile |
Constructor and Description |
---|
LogicalScanNode(int table,
java.lang.String tableAlias) |
public java.lang.String alias
public int t
Catalog.getDbFile(int)
)
to retrieve a DbFile