com.stimulsoft.flex.adapters
Class StiMsSqlAdapter
java.lang.Object
com.stimulsoft.flex.adapters.StiAbstractAdapter
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
| 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 |
StiMsSqlAdapter
public StiMsSqlAdapter(StiParsedParameters parsedParameters,
String user,
String password)
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.