public static class ObjectTable.ObjectColumn extends TableFunctionReference.ProjectedColumn
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectColumn() |
|
ObjectColumn(String name,
String type,
String path,
Expression defaultExpression) |
| Modifier and Type | Method and Description |
|---|---|
ObjectTable.ObjectColumn |
clone() |
boolean |
equals(Object obj) |
CompiledScript |
getCompiledScript() |
Expression |
getDefaultExpression() |
String |
getPath() |
void |
setCompiledScript(CompiledScript compiledScript) |
void |
setDefaultExpression(Expression defaultExpression) |
void |
setPath(String path) |
public ObjectColumn(String name, String type, String path, Expression defaultExpression)
protected ObjectColumn()
public Expression getDefaultExpression()
public void setDefaultExpression(Expression defaultExpression)
public String getPath()
public void setPath(String path)
public CompiledScript getCompiledScript()
public void setCompiledScript(CompiledScript compiledScript)
public boolean equals(Object obj)
equals in class TableFunctionReference.ProjectedColumnpublic ObjectTable.ObjectColumn clone()
Copyright © 2018 JBoss by Red Hat. All rights reserved.