com.stimulsoft.flex
Class StiLoadDataAction
java.lang.Object
com.stimulsoft.flex.StiLoadDataAction
public class StiLoadDataAction
- extends java.lang.Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiLoadDataAction
public StiLoadDataAction()
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.