com.stimulsoft.flex
Class StiLoadDataAction

java.lang.Object
  extended by com.stimulsoft.flex.StiLoadDataAction

public class StiLoadDataAction
extends Object

Copyright Stimulsoft


Constructor Summary
StiLoadDataAction()
           
 
Method Summary
 Connection getConnection()
           
 Connection getConnection(javax.servlet.http.HttpServletRequest request)
          Return null, you must use getConnection() method
protected  String getConnectionString()
           
protected  String getConnectionType()
           
protected  String getDataSourceName()
           
 StiJDBCParameters getJDBCConnection()
           
protected  String getPassword()
           
 String getQuery()
           
protected  String getUserName()
           
 void setConnection(StiConnectionXml connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiLoadDataAction

public StiLoadDataAction()
Method Detail

setConnection

public void setConnection(StiConnectionXml connection)

getConnectionType

protected String getConnectionType()

getDataSourceName

protected String getDataSourceName()

getQuery

public String getQuery()

getUserName

protected String getUserName()

getPassword

protected String getPassword()

getConnectionString

protected String getConnectionString()

getJDBCConnection

public StiJDBCParameters getJDBCConnection()

getConnection

public Connection getConnection()
                         throws ClassNotFoundException,
                                SQLException
Throws:
ClassNotFoundException
SQLException

getConnection

public Connection getConnection(javax.servlet.http.HttpServletRequest request)
                         throws ClassNotFoundException,
                                SQLException
Return null, you must use getConnection() method

Parameters:
request -
Returns:
null
Throws:
ClassNotFoundException
SQLException


Copyright © 2017 Stimulsoft. All Rights Reserved.