Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.protocol.jdbc.sampler » [javadoc | source]
org.apache.jmeter.protocol.jdbc.sampler
public class: JDBCSampler [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.samplers.AbstractSampler
         org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler

All Implemented Interfaces:
    TestBean, Sampler, TestElement, Serializable

A sampler which understands JDBC database requests.
Field Summary
static final  String SELECT     
static final  String UPDATE     
static final  String CALLABLE     
static final  String PREPARED_SELECT     
static final  String PREPARED_UPDATE     
static final  String COMMIT     
static final  String ROLLBACK     
static final  String AUTOCOMMIT_FALSE     
static final  String AUTOCOMMIT_TRUE     
Constructor:
 public JDBCSampler() 
Method from org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler Summary:
close,   close,   close,   getDataSource,   getQuery,   getQueryArguments,   getQueryArgumentsTypes,   getQueryType,   getVariableNames,   sample,   setDataSource,   setQuery,   setQueryArguments,   setQueryArgumentsTypes,   setQueryType,   setVariableNames,   toString
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler Detail:
 public static  void close(Connection c) 
 public static  void close(Statement s) 
 public static  void close(ResultSet rs) 
 public String getDataSource() 
 public String getQuery() 
 public String getQueryArguments() 
 public String getQueryArgumentsTypes() 
 public String getQueryType() 
 public String getVariableNames() 
 public SampleResult sample(Entry e) 
 public  void setDataSource(String dataSource) 
 public  void setQuery(String query) 
 public  void setQueryArguments(String queryArguments) 
 public  void setQueryArgumentsTypes(String queryArgumentsType) 
 public  void setQueryType(String queryType) 
 public  void setVariableNames(String variableNames) 
 public String toString()