|
|||||||||||
| 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
de.unidu.is.pdatalog.ds.DBColExpression
An expression representing an argument column in a relational table.
| Field Summary |
| Fields inherited from class de.unidu.is.sql.DBColumnExpression |
col, table |
| Constructor Summary | |
DBColExpression(java.lang.String table,
int col)
Creates a new object. |
|
| Methods inherited from class de.unidu.is.sql.DBColumnExpression |
equals, getCol, getTable, hashCode, setCol, setTable, toString |
| 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 |
| Constructor Detail |
public DBColExpression(java.lang.String table,
int col)
table - table namecol - column name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||