com.stimulsoft.flex.adapters
Class StiMsSqlAdapter

java.lang.Object
  extended by com.stimulsoft.flex.adapters.StiAbstractAdapter
      extended by com.stimulsoft.flex.adapters.StiMsSqlAdapter

public class StiMsSqlAdapter
extends StiAbstractAdapter

MsSqlAdapter. host={myServerAddress} port={myPort}default 1433 1433; data source={myDataBase}; username={user name}; password={user password}; example host=ALEKSEY-PC\SQLEXPRESS; port=1433; databaseName=mybase; username=test; password=test; Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.flex.adapters.StiAbstractAdapter
parsedParameters, URL_KEYS
 
Constructor Summary
StiMsSqlAdapter(StiParsedParameters parsedParameters, String user, String password)
           
 
Method Summary
protected  String getConnectionURL()
           
 List<String> getDatabaseName()
           
protected  String getDefaultPort()
           
protected  String getDriverName()
           
 List<String> getHostKey()
           
 String getInstance()
           
 
Methods inherited from class com.stimulsoft.flex.adapters.StiAbstractAdapter
getDataBase, getDriverKeys, getHost, getJDBCConection, getLeastOne, getParams, getPassword, getPort, getPortKey, getUrlKeys, getUser, hasLeastOne, hasLeastOne, validation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMsSqlAdapter

public StiMsSqlAdapter(StiParsedParameters parsedParameters,
                       String user,
                       String password)
Method Detail

getConnectionURL

protected String getConnectionURL()
Specified by:
getConnectionURL in class StiAbstractAdapter

getInstance

public String getInstance()

getDriverName

protected String getDriverName()
Specified by:
getDriverName in class StiAbstractAdapter

getDefaultPort

protected String getDefaultPort()
Specified by:
getDefaultPort in class StiAbstractAdapter

getHostKey

public List<String> getHostKey()
Overrides:
getHostKey in class StiAbstractAdapter
Returns:
StiAbstractAdapter.HOST_KEY

getDatabaseName

public List<String> getDatabaseName()
Overrides:
getDatabaseName in class StiAbstractAdapter
Returns:
StiAbstractAdapter.DATABASE_KEY


Copyright © 2017 Stimulsoft. All Rights Reserved.