Class StiCsvSource

All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiEnumerator, ICloneable, IStiAlias, IStiInherited, IStiStateSaveRestore, Cloneable

public class StiCsvSource extends StiDataStoreSource
Describes the Data Source realizing access to OleDb.
  • Constructor Details

    • StiCsvSource

      public StiCsvSource()
      Creates a new object of the type StiDataViewSource.
    • StiCsvSource

      public StiCsvSource(String nameInSource, String name)
      Creates a new object of the type StiOleDbSource.
      Parameters:
      nameInSource - Name of OleDbConnection in the DataStore.
      name - Data Source name.
    • StiCsvSource

      public StiCsvSource(String nameInSource, String name, String alias)
      Creates a new object of the type StiOleDbSource.
      Parameters:
      nameInSource - Name of OleDbConnection in the DataStore.
      name - Data Source name.
      alias - Data Source alias.
  • Method Details