|
|||||||||
| 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 an object of all fields in the specified table |
void |
add(java.lang.String tablename,
java.lang.String fieldname)
Adds a specified field object. |
void |
addFormula(java.lang.String fmlname)
Adds a specified formula field object. |
| 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 - the table name of the specified fieldfieldname - the name of the specified fieldpublic QueryFieldInfo(java.lang.String tablename)
tablename - the table name of the fields| Method Detail |
|---|
public void add(java.lang.String tablename)
tablename - the table name of the fields
public void add(java.lang.String tablename,
java.lang.String fieldname)
tablename - the table name of the specified fieldfieldname - the name of the specified fieldpublic void addFormula(java.lang.String fmlname)
fmlname - the formula name of the specified query field
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||