|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.connect.DbCompCol
public class DbCompCol
DbCompCol constructs a computation column.
Note this class is not derived from DbValue.
| Constructor Summary | |
|---|---|
DbCompCol(java.lang.String name,
java.lang.String exp)
Creates a DbCompCol object that is initialized by name and expression. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbCompCol(java.lang.String name,
java.lang.String exp)
name - The computation column name.exp - The computation column expression.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getExpression()
public void setExpression(java.lang.String exp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||