Package org.pentaho.platform.dataaccess.datasource

Contains classes for the Xul-based MQL Edtor.

See:
          Description

Interface Summary
IConnection  
IDatasource  
 

Enum Summary
DatabaseColumnType DatabaseColumnType represents the data type
DataFormatType DataFormatType represents the data format type
DatasourceType  
Delimiter  
Enclosure  
 

Package org.pentaho.platform.dataaccess.datasource Description

Contains classes for the Xul-based MQL Edtor.

Xul MQL Editor

This package contains the Xul-based MQL editor. The MQL Editor is not a stand-alone application. It's designed to be integrated within other applications which provide a concreate Service implementation to support the dialog. The services included in this project are for debugging purposes.

The MQL Editor can be run in Swing using SwingMqlEditor or from a GWT application with GwtMqlEditor. In both cases you'll need to supply a MQLEditorService

The