public abstract class CmisSelector extends Object
Modifier and Type | Field and Description |
---|---|
String |
aliasName
Alias name for a column (only in SELECT part set).
|
Object |
info
Arbitrary info for this selector (used by servers during parsing).
|
Constructor and Description |
---|
CmisSelector() |
Modifier and Type | Method and Description |
---|---|
String |
getAliasName() |
Object |
getInfo() |
abstract String |
getName() |
void |
setAliasName(String alias) |
void |
setInfo(Object info) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.