|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XQuery
inetsoft.uql.text.TextQuery
public class TextQuery
Text data query.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.XQuery |
|---|
DERIVED, HINT_DEFAULT_MAX_ROWS, HINT_IGNORE_MAX_ROWS, HINT_MAX_ROWS, HINT_TIMEOUT |
| Constructor Summary | |
|---|---|
TextQuery()
Create a text query object. |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a clone of this object. |
protected void |
findVariables(Map varmap)
Find all variables used in this query. |
int |
getColNum()
Deprecated. |
inetsoft.uql.jdbc.XFilterNode |
getCondition()
Get the condition. |
String |
getDelimiter()
Get the delimiters used in the text data file. |
inetsoft.uql.text.TextFileType |
getFileType()
Get file type. |
int[] |
getFixedLengths()
Get the length of each column. |
XTypeNode |
getOutputType(Object session,
boolean full)
Get the output type of the query. |
String |
getRequest()
Get the request name for this query. |
XNode |
getRequestParameters()
Get the parameters defined in the data source for this type of queries. |
int[] |
getSelectedCols()
Get the selected (shown) column indices. |
XSelection |
getSelection()
Get the XSelection object. |
XSelection |
getTableSpec()
Get the table column specification. |
boolean |
isDistinct()
Get whether the query result is distinct. |
boolean |
isFirstHeaderRow()
Check if the first row should be treated as a header row. |
boolean |
isLengthFixed()
Deprecated. |
void |
parseXML(Element root)
Parse the XML element that contains information on this query. |
void |
setCondition(inetsoft.uql.jdbc.XFilterNode conditionNode)
Set the condition. |
void |
setDistinct(boolean distinct)
Set the query result distinct. |
void |
setFirstHeaderRow(boolean isHeaderRow)
Deprecated. 5.1 |
void |
setRequest(String method)
Set the request name for this query. |
void |
setSelectedCols(int[] cols)
Set the selected columns. |
void |
setTableSpec(XSelection tablespec)
Set the table column specification. |
void |
writeXML(PrintWriter writer)
Generate the XML segment to represent this query. |
| Methods inherited from class inetsoft.uql.XQuery |
|---|
addVariable, equals, findVariables, findVariables, findVariables, findVariables, getAllDefinedVariables, getDataSource, getDefinedVariables, getDescription, getEstimatedTime, getFolder, getMaxRows, getName, getOutputType, getPartition, getProperty, getTimeout, getType, getVariable, getVariableNames, hashCode, isOutputTypeAvailable, isVisible, removeVariable, revalidate, setDataSource, setDescription, setEstimatedTime, setFolder, setMaxRows, setName, setPartition, setProperty, setTimeout, setVisible, toString, updateQueryVariable |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextQuery()
| Method Detail |
|---|
public XNode getRequestParameters()
protected void findVariables(Map varmap)
findVariables in class XQuerypublic void setRequest(String method)
public String getRequest()
public void setDistinct(boolean distinct)
public boolean isDistinct()
public String getDelimiter()
public boolean isFirstHeaderRow()
@Deprecated public void setFirstHeaderRow(boolean isHeaderRow)
@Deprecated public boolean isLengthFixed()
public int[] getFixedLengths()
@Deprecated public int getColNum()
public XTypeNode getOutputType(Object session,
boolean full)
getOutputType in class XQuerysession - the session objectfull - true to fetch full namepublic XSelection getSelection()
getSelection in class XQuerypublic XSelection getTableSpec()
public void setTableSpec(XSelection tablespec)
public int[] getSelectedCols()
public void setSelectedCols(int[] cols)
public void parseXML(Element root)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableparseXML in class XQueryExceptionpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriteXML in class XQuerypublic inetsoft.uql.text.TextFileType getFileType()
public Object clone()
clone in class XQuerypublic inetsoft.uql.jdbc.XFilterNode getCondition()
public void setCondition(inetsoft.uql.jdbc.XFilterNode conditionNode)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||