|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.expressions.AbstractExpression
de.unidu.is.sql.DBColumnExpression
An expression with encoding a table column, specified by the table and the column name.
| Field Summary | |
protected java.lang.String |
col
The column name. |
protected java.lang.String |
table
The table name. |
| Constructor Summary | |
DBColumnExpression(java.lang.String table,
java.lang.String col)
Creates a new expression object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Tests whether this object equals the specified one. |
java.lang.String |
getCol()
Returns the column name. |
java.lang.String |
getTable()
Returns the table name. |
int |
hashCode()
Returns a hashcode for this object. |
void |
setCol(java.lang.String col)
Sets the column name. |
void |
setTable(java.lang.String string)
Sets the table name. |
java.lang.String |
toString()
Returns the expression in infix notation, embedded in round brackets. |
| Methods inherited from class de.unidu.is.expressions.AbstractExpression |
getSQLTemplate, substitute |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String table
protected java.lang.String col
| Constructor Detail |
public DBColumnExpression(java.lang.String table,
java.lang.String col)
table - table namecol - column name| Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object o)
o - object to test
public int hashCode()
public java.lang.String getTable()
public void setTable(java.lang.String string)
string - table namepublic java.lang.String getCol()
public void setCol(java.lang.String col)
col - column name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||