You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/06/05 02:51:32 UTC

cvs commit: jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler JDBCSamplerBeanInfo.java

sebb        2005/06/04 17:51:32

  Modified:    src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler
                        JDBCSamplerBeanInfo.java
  Log:
  Group QueryOnly with Query
  
  Revision  Changes    Path
  1.4       +20 -7     jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerBeanInfo.java
  
  Index: JDBCSamplerBeanInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerBeanInfo.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JDBCSamplerBeanInfo.java	15 Apr 2005 19:55:37 -0000	1.3
  +++ JDBCSamplerBeanInfo.java	5 Jun 2005 00:51:32 -0000	1.4
  @@ -1,8 +1,23 @@
   /*
  + * Copyright 2001-2005 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  +*/
  +
  +/*
    * Created on May 16, 2004
    *
  - * To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
    */
   package org.apache.jmeter.protocol.jdbc.sampler;
   
  @@ -14,22 +29,20 @@
   /**
    * @author mstover
    *
  - * To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
    */
   public class JDBCSamplerBeanInfo extends BeanInfoSupport
   {
      
      /**
  -    * @param beanClass
  +    *
       */
      public JDBCSamplerBeanInfo()
      {
         super(JDBCSampler.class);
         
  -      createPropertyGroup("varName", new String[]{"dataSource","queryOnly"});
  +      createPropertyGroup("varName", new String[]{"dataSource"});
         
  -      createPropertyGroup("sql", new String[]{"query"});
  +      createPropertyGroup("sql", new String[]{"queryOnly","query"});
         
         PropertyDescriptor p = property("dataSource");
         p.setValue(NOT_UNDEFINED, Boolean.TRUE);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org