public class QueryFieldInfo
extends java.lang.Object
Constructor and Description |
---|
QueryFieldInfo()
Constructor.
|
QueryFieldInfo(java.lang.String tablename)
Constructor.
|
QueryFieldInfo(java.lang.String tablename,
java.lang.String fieldname)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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.