public abstract class SqlOpLeaf extends SqlOpBase0
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasName |
isEmpty| Constructor and Description |
|---|
SqlOpLeaf(Schema schema,
boolean isEmpty,
String aliasName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasName() |
abstract String |
getId() |
List<SqlOp> |
getSubOps() |
void |
setAliasName(String aliasName) |
isEmptyprotected String aliasName
Copyright © 2013. All Rights Reserved.