Uses of Class
com.stimulsoft.report.dictionary.adapters.StiJDBCParameters

Packages that use StiJDBCParameters
com.stimulsoft.report.dictionary.adapters   
com.stimulsoft.webdesigner.helper   
 

Uses of StiJDBCParameters in com.stimulsoft.report.dictionary.adapters
 

Methods in com.stimulsoft.report.dictionary.adapters that return StiJDBCParameters
 StiJDBCParameters StiJdbcAdapter.getJdbcParameters()
           
 StiJDBCParameters StiAbstractAdapter.getJdbcParameters()
           
 

Uses of StiJDBCParameters in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiJDBCParameters
static StiJDBCParameters StiDictionaryHelper.getJDBCConnection(java.lang.String connectionString, java.lang.String connectionType)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiJDBCParameters
static java.sql.Connection StiDictionaryHelper.getConnection(StiJDBCParameters param)