Uses of Class
com.stimulsoft.report.dictionary.databases.StiDatabase

Packages that use StiDatabase
com.stimulsoft.report.check.helper   
com.stimulsoft.report.dictionary.databases   
com.stimulsoft.report.dictionary.dataSources   
com.stimulsoft.samples   
com.stimulsoft.webdesigner   
com.stimulsoft.webdesigner.helper   
serializing   
 

Uses of StiDatabase in com.stimulsoft.report.check.helper
 

Methods in com.stimulsoft.report.check.helper that return types with arguments of type StiDatabase
static java.util.List<StiDatabase> StiUsedResourceHelper.getDatabasesUsedResource(StiReport report, StiResource resource)
           
 

Uses of StiDatabase in com.stimulsoft.report.dictionary.databases
 

Subclasses of StiDatabase in com.stimulsoft.report.dictionary.databases
 class StiDatabaseEmpty
           
 class StiJDBCDatabase
           
 class StiJsonDatabase
           
 class StiMsSqlDatabase
           
 class StiMySqlDatabase
           
 class StiOdbcDatabase
           
 class StiOleDbDatabase
           
 class StiOracleDatabase
           
 class StiPostgreSQLDatabase
           
 class StiSqlDatabase
           
 class StiXmlDatabase
           
 

Methods in com.stimulsoft.report.dictionary.databases that return StiDatabase
 StiDatabase StiDataCollection.get(java.lang.String name)
           
 StiDatabase StiDatabaseCollection.get(java.lang.String databaseName)
           
 

Uses of StiDatabase in com.stimulsoft.report.dictionary.dataSources
 

Methods in com.stimulsoft.report.dictionary.dataSources that return types with arguments of type StiDatabase
 java.lang.Class<? extends StiDatabase> StiXmlSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiUserSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiPostgreSQLSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiOracleSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiOleDbSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiOdbcSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiMySqlSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiMsSqlSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiJsonSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiJDBCSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiDataTableSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiDataSourceEmpty.getDatabaseClass()
           
abstract  java.lang.Class<? extends StiDatabase> StiDataSource.getDatabaseClass()
           
 java.lang.Class<? extends StiDatabase> StiCsvSource.getDatabaseClass()
           
 

Uses of StiDatabase in com.stimulsoft.samples
 

Subclasses of StiDatabase in com.stimulsoft.samples
 class ChildDatabase
          Copyright Stimulsoft
 class ParentDatabase
          Copyright Stimulsoft
 

Uses of StiDatabase in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return types with arguments of type StiDatabase
 java.util.List<java.lang.Class<? extends StiDatabase>> StiWebDesignerOptions.getConnectionTypes()
           
 

Method parameters in com.stimulsoft.webdesigner with type arguments of type StiDatabase
 void StiWebDesignerOptions.setConnectionTypes(java.util.List<java.lang.Class<? extends StiDatabase>> connectionTypes)
           
 

Uses of StiDatabase in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiDatabase
static StiDatabase StiDictionaryHelper.createNewDatabaseFromResource(StiReport report, StiResource resource)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiDatabase
static void StiDictionaryHelper.getDatabaseData(StiDatabase db, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiReport report)
           
 

Uses of StiDatabase in serializing
 

Subclasses of StiDatabase in serializing
 class RochadeDataTable