public class JdbcDataSource extends DBDataSource
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcDataSource.DriverConnStringAndQueryWizardAction |
class |
JdbcDataSource.TestConnectionAction |
| Modifier and Type | Field and Description |
|---|---|
protected JTextField |
connStrTextField |
protected JTextField |
driverTextField |
static String |
TYPE |
columnNames, connection, connectionString, CONNSTR_ELEMENT, CONNSTR_FIELD, DATA_CONNECTION_FIELD, databaseConnection, dbConnAndQueryWizard, dbConnContainer, dbConnectionName, driver, DRIVER_ELEMENT, DRIVER_FIELD, form, lastResult, panel, PASS_ELEMENT, PASS_FIELD, passField, password, preparedPropertiesTable, query, QUERY_ELEMENT, QUERY_FIELD, queryArea, resultSet, resultSetCount, statement, storedProcedure, STOREDPROCEDURE_ELEMENT, STOREDPROCEDURE_FIELD| Constructor and Description |
|---|
JdbcDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalDependency(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies) |
JComponent |
getComponent() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
protected void |
load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader) |
protected void |
save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder) |
finish, getConnectionString, getDatabaseConnection, getDbConnectionName, getDriver, getPassword, getPreparedProperties, getQuery, getResultSetCount, isExhausted, isLoaded, isStoredProcedure, load, next, prepare, release, setConnectionString, setDbConnectionName, setDriver, setPassword, setQuery, setStoredProceduregetConfig, getDataSourceStep, getDescription, getTestCase, getType, init, resolve, saveConfig, setConfigpublic static final String TYPE
protected JTextField driverTextField
protected JTextField connStrTextField
public JComponent getComponent()
protected void load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
load in class AbstractDataSourceprotected void save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
save in class AbstractDataSourcepublic com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface DataSourcegetPropertyExpansions in class AbstractDataSourcepublic void addExternalDependency(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies)
addExternalDependency in class AbstractDataSourceCopyright © 2013. All Rights Reserved.