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