|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XDataSource
inetsoft.uql.tabular.TabularDataSource
public abstract class TabularDataSource
This is the base class for defining a tabular data source.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.XDataSource |
|---|
CORBA, DOMAIN_DB2, DOMAIN_NONE, DOMAIN_ORACLE, DOMAIN_SQL, DOMAIN_SQLSERVER, EJB, JDBC, OBJECT, SAP, SOAP, TEXT, XML, XMLA |
| Constructor Summary | |
|---|---|
TabularDataSource(String type)
|
|
| Method Summary | |
|---|---|
UserVariable[] |
getParameters()
Get the data source connection parameters. |
protected void |
parseAttributes(Element tag)
Parse the attributes of the XML tag. |
protected void |
parseContents(Element tag)
Parse the contents of the XML tag. |
void |
parseXML(Element root)
Parse the XML element that contains information on this data source. |
protected void |
writeAttributes(PrintWriter writer)
Write the attributes of the XML tag. |
protected void |
writeContents(PrintWriter writer)
Write the contents of the XML tag. |
void |
writeXML(PrintWriter writer)
Generate the XML segment to represent this data source. |
| Methods inherited from class inetsoft.uql.XDataSource |
|---|
addFolder, clone, equals, getDescription, getDomainType, getFolders, getFullName, getName, getRuntimeValue, getType, hashCode, isMVEnabled, removeFolder, removeFolders, setDescription, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TabularDataSource(String type)
| Method Detail |
|---|
public UserVariable[] getParameters()
getParameters in class XDataSourcepublic final void writeXML(PrintWriter writer)
XDataSource
writeXML in interface inetsoft.util.XMLSerializablewriteXML in class XDataSource
public final void parseXML(Element root)
throws Exception
XDataSource
parseXML in interface inetsoft.util.XMLSerializableparseXML in class XDataSourceExceptionprotected void writeAttributes(PrintWriter writer)
protected void writeContents(PrintWriter writer)
protected void parseAttributes(Element tag)
throws Exception
Exception
protected void parseContents(Element tag)
throws Exception
Exception
|
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 | ||||||||