Packagecom.flexmonster.pivot.vo
Classpublic class ConnectionParams
InheritanceConnectionParams Inheritance Object

The ConnectionParams is an enumeration of connection parameters.



Public Properties
 PropertyDefined By
  browseForFile : Boolean = false
This boolean parameter defines whether you want to load CSV file from the local file system (true) or not (false).
ConnectionParams
  catalog : String
The data source catalog name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ConnectionParams
  cube : String
Given catalog's cube's name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ConnectionParams
  dataSourceInfo : String
The path to proxy URL to the OLAP data source, such as Microsoft Analysis Services, Mondrian, icCube, ActivePivot (starting from v2.0), SAP BW (starting from v1.9) (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ConnectionParams
  dataSourceType : String
Type of data source.
ConnectionParams
  fieldSeparator : String
The field separator (only for DataSourceType.CSV data source type).
ConnectionParams
  filename : String
The URL to CSV file or to server side script which generates CSV data (only for DataSourceType.CSV data source type).
ConnectionParams
  hash : String
Credentials hash (only for OLAP data sources).
ConnectionParams
  password : String
Credentials password (only for OLAP data sources).
ConnectionParams
  proxyUrl : String
The path to proxy URL to the OLAP data source, such as Microsoft Analysis Services, Mondrian, icCube, ActivePivot (starting from v2.0), SAP BW (starting from v1.9) (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ConnectionParams
  recordsetDelimiter : String =
The record set delimiter (only for DataSourceType.CSV data source type).
ConnectionParams
  username : String
Credentials username (only for OLAP data sources).
ConnectionParams
Public Methods
 MethodDefined By
  
toObject():Object
Convert ConnectionParams to Object
ConnectionParams
Property Detail
browseForFileproperty
public var browseForFile:Boolean = false

This boolean parameter defines whether you want to load CSV file from the local file system (true) or not (false). It is false by default. (only for DataSourceType.CSV data source type).

catalogproperty 
public var catalog:String

The data source catalog name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

cubeproperty 
public var cube:String

Given catalog's cube's name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

dataSourceInfoproperty 
public var dataSourceInfo:String

The path to proxy URL to the OLAP data source, such as Microsoft Analysis Services, Mondrian, icCube, ActivePivot (starting from v2.0), SAP BW (starting from v1.9) (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

dataSourceTypeproperty 
public var dataSourceType:String

Type of data source. The component supports the following types: DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP, DataSourceType.CSV.

See also

fieldSeparatorproperty 
public var fieldSeparator:String

The field separator (only for DataSourceType.CSV data source type).

filenameproperty 
public var filename:String

The URL to CSV file or to server side script which generates CSV data (only for DataSourceType.CSV data source type).

hashproperty 
public var hash:String

Credentials hash (only for OLAP data sources).

passwordproperty 
public var password:String

Credentials password (only for OLAP data sources).

proxyUrlproperty 
public var proxyUrl:String

The path to proxy URL to the OLAP data source, such as Microsoft Analysis Services, Mondrian, icCube, ActivePivot (starting from v2.0), SAP BW (starting from v1.9) (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

recordsetDelimiterproperty 
public var recordsetDelimiter:String =

The record set delimiter (only for DataSourceType.CSV data source type).

usernameproperty 
public var username:String

Credentials username (only for OLAP data sources).

Method Detail
toObject()method
public function toObject():Object

Convert ConnectionParams to Object

Returns
Object — object