public class QueryFieldInfo extends Object
| Constructor and Description |
|---|
QueryFieldInfo()
Constructor.
|
QueryFieldInfo(String tablename)
Constructor.
|
QueryFieldInfo(String tablename,
String fieldname)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String tablename)
Adds a set of columns of the specified table into the query.
|
void |
add(String tablename,
String fieldname)
Adds a column into the query's definition.
|
void |
addFormula(String fmlname)
Adds a formula field into the query's definition.
|
public QueryFieldInfo()
public QueryFieldInfo(String tablename, String fieldname)
tablename - Specifies the table name of the specified field in the query.fieldname - Specifies the name of the specified field.public QueryFieldInfo(String tablename)
tablename - Specifies the name of the table.public void add(String tablename)
tablename - Specifies the name of the table.public void add(String tablename, String fieldname)
tablename - Specifies the name of the table which contains the specified field.fieldname - Specifies the name of the field.public void addFormula(String fmlname)
fmlname - Specifies the name of the formula.© insightsoftware. All rights reserved.