public interface JdbcRequestTestStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
JdbcRequestTestStepConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TestAssertionConfig |
addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
PropertiesTypeConfig |
addNewProperties()
Appends and returns a new empty "properties" element
|
TestAssertionConfig[] |
getAssertionArray()
Deprecated.
|
TestAssertionConfig |
getAssertionArray(int i)
Gets ith "assertion" element
|
List<TestAssertionConfig> |
getAssertionList()
Gets a List of "assertion" elements
|
String |
getConnectionString()
Gets the "connectionString" element
|
boolean |
getConvertColumnNamesToUpperCase()
Gets the "convertColumnNamesToUpperCase" attribute
|
String |
getDbConnectionName()
Gets the "dbConnectionName" element
|
String |
getDriver()
Gets the "driver" element
|
String |
getFetchSize()
Gets the "fetchSize" attribute
|
String |
getMaxRows()
Gets the "maxRows" attribute
|
String |
getPassword()
Gets the "password" element
|
PropertiesTypeConfig |
getProperties()
Gets the "properties" element
|
String |
getQuery()
Gets the "query" element
|
String |
getQueryTimeout()
Gets the "queryTimeout" attribute
|
boolean |
getStoredProcedure()
Gets the "storedProcedure" element
|
TestAssertionConfig |
insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
boolean |
isSetConvertColumnNamesToUpperCase()
True if has "convertColumnNamesToUpperCase" attribute
|
boolean |
isSetFetchSize()
True if has "fetchSize" attribute
|
boolean |
isSetMaxRows()
True if has "maxRows" attribute
|
boolean |
isSetQueryTimeout()
True if has "queryTimeout" attribute
|
void |
removeAssertion(int i)
Removes the ith "assertion" element
|
void |
setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
setConnectionString(String connectionString)
Sets the "connectionString" element
|
void |
setConvertColumnNamesToUpperCase(boolean convertColumnNamesToUpperCase)
Sets the "convertColumnNamesToUpperCase" attribute
|
void |
setDbConnectionName(String dbConnectionName)
Sets the "dbConnectionName" element
|
void |
setDriver(String driver)
Sets the "driver" element
|
void |
setFetchSize(String fetchSize)
Sets the "fetchSize" attribute
|
void |
setMaxRows(String maxRows)
Sets the "maxRows" attribute
|
void |
setPassword(String password)
Sets the "password" element
|
void |
setProperties(PropertiesTypeConfig properties)
Sets the "properties" element
|
void |
setQuery(String query)
Sets the "query" element
|
void |
setQueryTimeout(String queryTimeout)
Sets the "queryTimeout" attribute
|
void |
setStoredProcedure(boolean storedProcedure)
Sets the "storedProcedure" element
|
int |
sizeOfAssertionArray()
Returns number of "assertion" element
|
void |
unsetConvertColumnNamesToUpperCase()
Unsets the "convertColumnNamesToUpperCase" attribute
|
void |
unsetFetchSize()
Unsets the "fetchSize" attribute
|
void |
unsetMaxRows()
Unsets the "maxRows" attribute
|
void |
unsetQueryTimeout()
Unsets the "queryTimeout" attribute
|
org.apache.xmlbeans.XmlString |
xgetConnectionString()
Gets (as xml) the "connectionString" element
|
org.apache.xmlbeans.XmlBoolean |
xgetConvertColumnNamesToUpperCase()
Gets (as xml) the "convertColumnNamesToUpperCase" attribute
|
org.apache.xmlbeans.XmlString |
xgetDbConnectionName()
Gets (as xml) the "dbConnectionName" element
|
org.apache.xmlbeans.XmlString |
xgetDriver()
Gets (as xml) the "driver" element
|
org.apache.xmlbeans.XmlString |
xgetFetchSize()
Gets (as xml) the "fetchSize" attribute
|
org.apache.xmlbeans.XmlString |
xgetMaxRows()
Gets (as xml) the "maxRows" attribute
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
org.apache.xmlbeans.XmlString |
xgetQuery()
Gets (as xml) the "query" element
|
org.apache.xmlbeans.XmlString |
xgetQueryTimeout()
Gets (as xml) the "queryTimeout" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetStoredProcedure()
Gets (as xml) the "storedProcedure" element
|
void |
xsetConnectionString(org.apache.xmlbeans.XmlString connectionString)
Sets (as xml) the "connectionString" element
|
void |
xsetConvertColumnNamesToUpperCase(org.apache.xmlbeans.XmlBoolean convertColumnNamesToUpperCase)
Sets (as xml) the "convertColumnNamesToUpperCase" attribute
|
void |
xsetDbConnectionName(org.apache.xmlbeans.XmlString dbConnectionName)
Sets (as xml) the "dbConnectionName" element
|
void |
xsetDriver(org.apache.xmlbeans.XmlString driver)
Sets (as xml) the "driver" element
|
void |
xsetFetchSize(org.apache.xmlbeans.XmlString fetchSize)
Sets (as xml) the "fetchSize" attribute
|
void |
xsetMaxRows(org.apache.xmlbeans.XmlString maxRows)
Sets (as xml) the "maxRows" attribute
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
void |
xsetQuery(org.apache.xmlbeans.XmlString query)
Sets (as xml) the "query" element
|
void |
xsetQueryTimeout(org.apache.xmlbeans.XmlString queryTimeout)
Sets (as xml) the "queryTimeout" attribute
|
void |
xsetStoredProcedure(org.apache.xmlbeans.XmlBoolean storedProcedure)
Sets (as xml) the "storedProcedure" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getDbConnectionName()
org.apache.xmlbeans.XmlString xgetDbConnectionName()
void setDbConnectionName(String dbConnectionName)
void xsetDbConnectionName(org.apache.xmlbeans.XmlString dbConnectionName)
String getDriver()
org.apache.xmlbeans.XmlString xgetDriver()
void setDriver(String driver)
void xsetDriver(org.apache.xmlbeans.XmlString driver)
String getConnectionString()
org.apache.xmlbeans.XmlString xgetConnectionString()
void setConnectionString(String connectionString)
void xsetConnectionString(org.apache.xmlbeans.XmlString connectionString)
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
String getQuery()
org.apache.xmlbeans.XmlString xgetQuery()
void setQuery(String query)
void xsetQuery(org.apache.xmlbeans.XmlString query)
boolean getStoredProcedure()
org.apache.xmlbeans.XmlBoolean xgetStoredProcedure()
void setStoredProcedure(boolean storedProcedure)
void xsetStoredProcedure(org.apache.xmlbeans.XmlBoolean storedProcedure)
List<TestAssertionConfig> getAssertionList()
TestAssertionConfig[] getAssertionArray()
TestAssertionConfig getAssertionArray(int i)
int sizeOfAssertionArray()
void setAssertionArray(TestAssertionConfig[] assertionArray)
void setAssertionArray(int i, TestAssertionConfig assertion)
TestAssertionConfig insertNewAssertion(int i)
TestAssertionConfig addNewAssertion()
void removeAssertion(int i)
PropertiesTypeConfig getProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
boolean getConvertColumnNamesToUpperCase()
org.apache.xmlbeans.XmlBoolean xgetConvertColumnNamesToUpperCase()
boolean isSetConvertColumnNamesToUpperCase()
void setConvertColumnNamesToUpperCase(boolean convertColumnNamesToUpperCase)
void xsetConvertColumnNamesToUpperCase(org.apache.xmlbeans.XmlBoolean convertColumnNamesToUpperCase)
void unsetConvertColumnNamesToUpperCase()
String getQueryTimeout()
org.apache.xmlbeans.XmlString xgetQueryTimeout()
boolean isSetQueryTimeout()
void setQueryTimeout(String queryTimeout)
void xsetQueryTimeout(org.apache.xmlbeans.XmlString queryTimeout)
void unsetQueryTimeout()
String getMaxRows()
org.apache.xmlbeans.XmlString xgetMaxRows()
boolean isSetMaxRows()
void setMaxRows(String maxRows)
void xsetMaxRows(org.apache.xmlbeans.XmlString maxRows)
void unsetMaxRows()
String getFetchSize()
org.apache.xmlbeans.XmlString xgetFetchSize()
boolean isSetFetchSize()
void setFetchSize(String fetchSize)
void xsetFetchSize(org.apache.xmlbeans.XmlString fetchSize)
void unsetFetchSize()
Copyright © 2019. All Rights Reserved.