|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.QueryFieldInfo
public class QueryFieldInfo
| Constructor Summary | |
|---|---|
QueryFieldInfo()
Constructor. |
|
QueryFieldInfo(java.lang.String tablename)
Constructor. |
|
QueryFieldInfo(java.lang.String tablename,
java.lang.String fieldname)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(java.lang.String tablename)
Adds a set of columns of the specified table into the query. |
void |
add(java.lang.String tablename,
java.lang.String fieldname)
Adds a column into the query's definition. |
void |
addFormula(java.lang.String fmlname)
Adds a formula field into the query's definition. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryFieldInfo()
public QueryFieldInfo(java.lang.String tablename,
java.lang.String fieldname)
tablename - Specifies the table name of the specified field in the query.fieldname - Specifies the name of the specified field.public QueryFieldInfo(java.lang.String tablename)
tablename - Specifies the name of the table.| Method Detail |
|---|
public void add(java.lang.String tablename)
tablename - Specifies the name of the table.
public void add(java.lang.String tablename,
java.lang.String fieldname)
tablename - Specifies the name of the table which contains the specified field.fieldname - Specifies the name of the field.public void addFormula(java.lang.String fmlname)
fmlname - Specifies the name of the formula.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||