Uses of Class
com.stimulsoft.report.dictionary.databases.StiDatabase
Packages that use StiDatabase
Package
Description
-
Uses of StiDatabase in com.stimulsoft.report
Methods in com.stimulsoft.report that return StiDatabaseModifier and TypeMethodDescriptionStiReport.regCsvData(String name, byte[] data, boolean synchronize) Registers a new connection to the CSV data file.StiReport.regCsvFile(String name, String fileName, boolean synchronize) Registers a new connection to the CSV data file.StiReport.regDbfData(String name, byte[] data, boolean synchronize) Registers a new connection to the DBF data file.StiReport.regDbfFile(String name, String fileName, boolean synchronize) Registers a new connection to the DBF data file.StiReport.regDuckDbConnection(String name, String connectionString, boolean synchronize) StiReport.regExcelData(String name, byte[] data, boolean synchronize) Registers a new connection to the EXCEL data file.StiReport.regExcelFile(String name, String fileName, boolean synchronize) Registers a new connection to the EXCEL data file.StiReport.regJsonData(String name, byte[] data, boolean synchronize) Registers a new connection to the JSON data file.StiReport.regJsonFile(String name, String fileName, boolean synchronize) Registers a new connection to the JSON data file.StiReport.regMySqlConnection(String name, String connectionString, boolean synchronize) StiReport.regOdbcConnection(String name, String connectionString, boolean synchronize) StiReport.regOleDbConnection(String name, String connectionString, boolean synchronize) StiReport.regOracleConnection(String name, String connectionString, boolean synchronize) StiReport.regPostgreSqlConnection(String name, String connectionString, boolean synchronize) StiReport.regSqlServerConnection(String name, String connectionString, boolean synchronize) StiReport.regXmlData(String name, byte[] data, boolean synchronize) Registers a new connection to the XML data file.StiReport.regXmlData(String name, byte[] schema, byte[] data, boolean synchronize) Registers a new connection to the XML data file.StiReport.regXmlFile(String name, String fileName, boolean synchronize) Registers a new connection to the XML data file.StiReport.regXmlFile(String name, String fileNameSchema, String fileNameData, boolean synchronize) Registers a new XML connection to the data file. -
Uses of StiDatabase in com.stimulsoft.report.check.helper
Methods in com.stimulsoft.report.check.helper that return types with arguments of type StiDatabaseModifier and TypeMethodDescriptionstatic List<StiDatabase> StiUsedResourceHelper.getDatabasesUsedResource(StiReport report, StiResource resource) -
Uses of StiDatabase in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary with parameters of type StiDatabaseModifier and TypeMethodDescriptionvoidStiDictionary.removeDatabase(StiDatabase database) Removes a database (connection) together with their data sources. -
Uses of StiDatabase in com.stimulsoft.report.dictionary.databases
Subclasses of StiDatabase in com.stimulsoft.report.dictionary.databasesModifier and TypeClassDescriptionclassCopyright StimulsoftclassclassclassclassclassCopyright StimulsoftclassCopyright StimulsoftclassclassclassclassclassCopyright StimulsoftclassclassclassclassclassclassMethods in com.stimulsoft.report.dictionary.databases that return StiDatabaseModifier and TypeMethodDescription -
Uses of StiDatabase in com.stimulsoft.report.dictionary.dataSources
Methods in com.stimulsoft.report.dictionary.dataSources that return StiDatabaseModifier and TypeMethodDescriptionprotected StiDatabaseStiDataSource.getDatabase()StiDbUserSource.getDatabase()Methods in com.stimulsoft.report.dictionary.dataSources that return types with arguments of type StiDatabaseModifier and TypeMethodDescriptionClass<? extends StiDatabase> StiCassandraSource.getDatabaseClass()Class<? extends StiDatabase> StiCsvSource.getDatabaseClass()abstract Class<? extends StiDatabase> StiDataSource.getDatabaseClass()Class<? extends StiDatabase> StiDataSourceEmpty.getDatabaseClass()Class<? extends StiDatabase> StiDataTableSource.getDatabaseClass()Class<? extends StiDatabase> StiDbUserSource.getDatabaseClass()Class<? extends StiDatabase> StiDuckDbSource.getDatabaseClass()Class<? extends StiDatabase> StiJDBCSource.getDatabaseClass()Class<? extends StiDatabase> StiJsonSource.getDatabaseClass()Class<? extends StiDatabase> StiMsSqlSource.getDatabaseClass()Class<? extends StiDatabase> StiMySqlSource.getDatabaseClass()Class<? extends StiDatabase> StiOdbcSource.getDatabaseClass()Class<? extends StiDatabase> StiOleDbSource.getDatabaseClass()Class<? extends StiDatabase> StiOracleSource.getDatabaseClass()Class<? extends StiDatabase> StiPostgreSQLSource.getDatabaseClass()Class<? extends StiDatabase> StiUserSource.getDatabaseClass()Class<? extends StiDatabase> StiXmlSource.getDatabaseClass() -
Uses of StiDatabase in com.stimulsoft.samples
Subclasses of StiDatabase in com.stimulsoft.samplesModifier and TypeClassDescriptionclassCopyright StimulsoftclassCopyright Stimulsoft -
Uses of StiDatabase in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return types with arguments of type StiDatabaseModifier and TypeMethodDescriptionList<Class<? extends StiDatabase>> StiWebDesignerOptions.getConnectionTypes()Method parameters in com.stimulsoft.webdesigner with type arguments of type StiDatabaseModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.setConnectionTypes(List<Class<? extends StiDatabase>> connectionTypes) -
Uses of StiDatabase in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiDatabaseModifier and TypeMethodDescriptionstatic StiDatabaseStiDictionaryHelper.createNewDatabaseFromResource(StiReport report, StiResource resource) Methods in com.stimulsoft.webdesigner.helper with parameters of type StiDatabaseModifier and TypeMethodDescriptionstatic voidStiDictionaryHelper.getDatabaseData(StiDatabase db, HashMap<String, Object> callbackResult, StiReport report)