com.stimulsoft.report.dictionary.adapters
Class StiPostgreSqlAdapter

java.lang.Object
  extended by com.stimulsoft.report.dictionary.adapters.StiAbstractAdapter
      extended by com.stimulsoft.report.dictionary.adapters.StiPostgreSqlAdapter

public class StiPostgreSqlAdapter
extends StiAbstractAdapter

PostgreSqlAdapter. Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.report.dictionary.adapters.StiAbstractAdapter
OVERRIDE_CONNECTION_STRING
 
Constructor Summary
StiPostgreSqlAdapter(java.lang.String connectionString)
           
 
Method Summary
 java.lang.Class<? extends StiDataSource> getDataSourceClass()
           
 java.lang.String getDriverName()
           
 
Methods inherited from class com.stimulsoft.report.dictionary.adapters.StiAbstractAdapter
create, create, getDataBase, getDatabaseName, getDriverKeys, getHostKey, getJdbcParameters, getLeastOne, getLeastOne, getParsedParameters, getPortKey, getUrlKeys, hasLeastOne, hasLeastOne
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPostgreSqlAdapter

public StiPostgreSqlAdapter(java.lang.String connectionString)
Method Detail

getDriverName

public java.lang.String getDriverName()
Specified by:
getDriverName in class StiAbstractAdapter

getDataSourceClass

public java.lang.Class<? extends StiDataSource> getDataSourceClass()
Specified by:
getDataSourceClass in class StiAbstractAdapter