public class DbCompCol extends Object
DbValue.| Constructor and Description |
|---|
DbCompCol(String name,
String exp)
Creates a DbCompCol object that is initialized by name and expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the computation column expression.
|
String |
getName()
Gets the computation column name.
|
void |
setExpression(String exp)
Sets the computation column expression.
|
© insightsoftware. All rights reserved.