com.stimulsoft.flex
Class StiLoadDataAction

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

public class StiLoadDataAction
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiLoadDataAction()
           
 
Method Summary
 java.sql.Connection getConnection()
           
 java.sql.Connection getConnection(javax.servlet.http.HttpServletRequest request)
          Return null, you must use getConnection() method
protected  java.lang.String getConnectionString()
           
protected  java.lang.String getConnectionType()
           
protected  java.lang.String getDataSourceName()
           
 StiJDBCParameters getJDBCConnection()
           
protected  java.lang.String getPassword()
           
 java.lang.String getQuery()
           
 StiTableFieldsRequest getSqlFields(java.sql.Connection con, java.lang.String query)
           
protected  java.lang.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 java.lang.String getConnectionType()

getDataSourceName

protected java.lang.String getDataSourceName()

getQuery

public java.lang.String getQuery()

getUserName

protected java.lang.String getUserName()

getPassword

protected java.lang.String getPassword()

getConnectionString

protected java.lang.String getConnectionString()

getJDBCConnection

public StiJDBCParameters getJDBCConnection()

getConnection

public java.sql.Connection getConnection()
                                  throws java.lang.ClassNotFoundException,
                                         java.sql.SQLException
Throws:
java.lang.ClassNotFoundException
java.sql.SQLException

getConnection

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

Parameters:
request -
Returns:
null
Throws:
java.lang.ClassNotFoundException
java.sql.SQLException

getSqlFields

public StiTableFieldsRequest getSqlFields(java.sql.Connection con,
                                          java.lang.String query)
                                   throws StiException
Throws:
StiException


Copyright © 2018 Stimulsoft. All Rights Reserved.