Uses of Class
com.stimulsoft.report.dictionary.dataSources.StiDataSource
Packages that use StiDataSource
Package
Description
-
Uses of StiDataSource in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiDataSourceModifier and TypeMethodDescriptionstatic StringStiNameCreation.generateName(StiDataSource dataSource) Returns a name for the datasource.static StringFunc.EngineHelper.joinColumnContent(StiDataSource dataSource, String columnName, String delimiter) Method writes all the values of the datasource column through the separator as a String.static StringFunc.EngineHelper.joinColumnContent(StiDataSource dataSource, String columnName, String delimiter, boolean distinct) Method writes all the values of the datasource column through the separator as a String. -
Uses of StiDataSource in com.stimulsoft.report.chart
Methods in com.stimulsoft.report.chart that return StiDataSourceModifier and TypeMethodDescriptionStiChart.getDataSource()Get data source that is used for getting data.Methods in com.stimulsoft.report.chart with parameters of type StiDataSource -
Uses of StiDataSource in com.stimulsoft.report.components.bands
Methods in com.stimulsoft.report.components.bands that return StiDataSourceModifier and TypeMethodDescriptionStiDataBand.getDataSource()Get data source that is used for getting data.StiTableOfContents.getDataSource() -
Uses of StiDataSource in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces that return StiDataSource -
Uses of StiDataSource in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiDataSource -
Uses of StiDataSource in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiDataSourceModifier and TypeMethodDescriptionStiCrossTab.getDataSource()Get data source that is used for getting data. -
Uses of StiDataSource in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return StiDataSource -
Uses of StiDataSource in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiDataSourceModifier and TypeMethodDescriptionfinal StiDataSourceStiDataRelation.getChildSource()final StiDataSourceStiDataColumn.getDataSource()Gets or sets the Data Source in what the column is described.final StiDataSourceStiDataParameter.getDataSource()Gets or sets the Data Source in what the parameter is described.static StiDataSourceStiDataColumn.GetDataSourceFromDataColumn(StiDictionary dictionary, String column) Returns Data Source from the full name of column.final StiDataSourceStiDataRelation.getParentSource()Methods in com.stimulsoft.report.dictionary with parameters of type StiDataSourceModifier and TypeMethodDescriptionstatic StiDataColumnStiDataBuilder.getColumnFromPath(String path, StiDataSource dataSource) final ObjectStiDataParameter.getParameterValueByDatabace(StiDataSource source) static StringStiDataColumn.GetRelationName(StiDictionary dictionary, StiDataSource dataSource, String relationName) final voidStiDataRelation.setChildSource(StiDataSource value) final voidStiDataColumn.setDataSource(StiDataSource value) final voidStiDataParameter.setDataSource(StiDataSource value) final voidStiDataRelation.setParentSource(StiDataSource value) Method parameters in com.stimulsoft.report.dictionary with type arguments of type StiDataSourceModifier and TypeMethodDescriptionfinal voidStiDictionary.connect(boolean loadData, List<StiDataSource> dataSources) Connects all Data Sources to data.Constructors in com.stimulsoft.report.dictionary with parameters of type StiDataSourceModifierConstructorDescriptionStiDataColumnsCollection(StiDataSource stiDataSource) StiDataParametersCollection(StiDataSource stiDataSource) StiDataRelation(String nameInSource, StiDataSource parentSource, StiDataSource childSource, ArrayList<String> parentColumns, ArrayList<String> childColumns) StiDataRelation(String nameInSource, String name, String alias, StiDataSource parentSource, StiDataSource childSource, ArrayList<String> parentColumns, ArrayList<String> childColumns) StiDataRow(StiDataSource dataSource, DataRow dataRow) StiDataSort(Hashtable<DataRow, Integer> rowToConditions, Object[][][] conditions, List<StiSort> sortColumns, StiDataSource dataSource) StiHierarchicalDataSort(StiDataSource dataSource, StiHierarchicalBand band, ArrayList<String> sortColumns) StiRow(StiDataSource dataSource, int rowIndex) StiRowsCollection(StiDataSource dataSource) -
Uses of StiDataSource in com.stimulsoft.report.dictionary.adapters
Methods in com.stimulsoft.report.dictionary.adapters that return StiDataSourceModifier and TypeMethodDescriptionStiAbstractAdapter.create(StiDictionary dictionary) Creates a new Data Source and adds it to the dictionary.StiAbstractAdapter.create(StiDictionary dictionary, Boolean addToDictionary) Methods in com.stimulsoft.report.dictionary.adapters that return types with arguments of type StiDataSourceModifier and TypeMethodDescriptionabstract Class<? extends StiDataSource> StiAbstractAdapter.getDataSourceClass()Class<? extends StiDataSource> StiDuckDbAdapter.getDataSourceClass()Class<? extends StiDataSource> StiJdbcAdapter.getDataSourceClass()Class<? extends StiDataSource> StiMsSqlAdapter.getDataSourceClass()Class<? extends StiDataSource> StiMySqlAdapter.getDataSourceClass()Class<? extends StiDataSource> StiOracleAdapter.getDataSourceClass()Class<? extends StiDataSource> StiPostgreSqlAdapter.getDataSourceClass()Methods in com.stimulsoft.report.dictionary.adapters with parameters of type StiDataSourceModifier and TypeMethodDescriptionvoidStiDataAdapterService.ConnectDataSourceToData(StiDictionary dictionary, StiDataSource stiDataSource, boolean loadData) static StiDataAdapterServiceStiDataAdapterService.GetDataAdapter(StiDataSource stiDataSource) -
Uses of StiDataSource in com.stimulsoft.report.dictionary.data
Methods in com.stimulsoft.report.dictionary.data with parameters of type StiDataSourceModifier and TypeMethodDescriptionbooleanDataRow.existChildRows(StiDataSource childSource, String relationName) booleanDataRow.existParent(StiDataSource parentSource, String relationName) DataRow.getChildRows(StiDataSource childSource, String relationName) DataRow.getParentRow(StiDataSource parentSource, String relationName) voidDataRow.setChildRows(StiDataSource childSource, ArrayList<DataRow> cRows, String relationName) voidDataRow.setParentRow(StiDataSource parentSource, String relationName, DataRow parentRow) -
Uses of StiDataSource in com.stimulsoft.report.dictionary.databases
Methods in com.stimulsoft.report.dictionary.databases with parameters of type StiDataSourceModifier and TypeMethodDescriptionStiJDBCDatabase.getQueryParameter(String query, Connection con, StiDataSource source) -
Uses of StiDataSource in com.stimulsoft.report.dictionary.dataSources
Subclasses of StiDataSource in com.stimulsoft.report.dictionary.dataSourcesModifier and TypeClassDescriptionclassDescribes the Data Source realizing access to Business Objects.classDescribes the Data Source realizing access to DuckDb.classDescribes the Data Source realizing access to OleDb.classclassDescribes the base class for access to data in DataStore.classDescribes the Data Source realizing access to DataTable.classCopyright StimulsoftclassDescribes the Data Source realizing access to DuckDb.classDescribes the Data Source realizing access to IEnumerable.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to Odbc.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to OleDb.classDescribes the Data Source realizing access to Sql.classDescribes the Data Source realizing access to UserSource.classDummy classclassDescribes the Data Source realizing access to OleDb.Methods in com.stimulsoft.report.dictionary.dataSources that return StiDataSourceModifier and TypeMethodDescriptionStiDataSource.GetChildDataSource(String relationName) Returns the child Data Source by the relation name.StiDataSource.GetParentDataSource(String relationName) Returns the parent Data Source by the relation name.StiDataSourcesCollection.remove(int index) StiDataSourcesCollection.set(int index, StiDataSource element) Methods in com.stimulsoft.report.dictionary.dataSources that return types with arguments of type StiDataSourceModifier and TypeMethodDescriptionprotected Comparator<? super StiDataSource> StiDataSourcesCollection.getComporator()Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type StiDataSourceMethod parameters in com.stimulsoft.report.dictionary.dataSources with type arguments of type StiDataSourceModifier and TypeMethodDescriptionvoidStiDataSourcesCollection.replaceAll(UnaryOperator<StiDataSource> operator) -
Uses of StiDataSource in com.stimulsoft.report.utils.data
Methods in com.stimulsoft.report.utils.data with parameters of type StiDataSourceModifier and TypeMethodDescriptionstatic StiTableFieldsRequestStiDataColumnsUtil.getFields(Connection con, String query, StiDataSource source) Return columns types -
Uses of StiDataSource in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return types with arguments of type StiDataSourceModifier and TypeMethodDescriptionList<Class<? extends StiDataSource>> StiWebDesignerOptions.getDataSources()Method parameters in com.stimulsoft.webdesigner with type arguments of type StiDataSourceModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.setDataSources(List<Class<? extends StiDataSource>> dataSources) -
Uses of StiDataSource in com.stimulsoft.webdesigner.helper
Constructors in com.stimulsoft.webdesigner.helper with parameters of type StiDataSource