Deprecated API

Deprecated Methods
groovy.sql.GroovyResultSet.getBigDecimal(int, int)
            
groovy.sql.GroovyResultSet.getBigDecimal(String, int)
            
groovy.sql.GroovyResultSet.getUnicodeStream(int)
          use getCharacterStream in place of getUnicodeStream 
groovy.sql.GroovyResultSet.getUnicodeStream(String)
          use getCharacterStream instead 
org.codehaus.groovy.runtime.DefaultGroovyMethods.putAt(List, List, List)
          replace with putAt(List self, Range range, List value) 
org.codehaus.groovy.runtime.DefaultGroovyMethods.putAt(List, List, Object)
          replace with putAt(List self, Range range, Object value) 
groovy.sql.Sql.queryEach(GString, Closure)
          please use eachRow instead 
groovy.sql.Sql.queryEach(String, Closure)
          please use eachRow instead 
groovy.sql.Sql.queryEach(String, List, Closure)
          please use eachRow instead 
org.codehaus.groovy.classgen.BlockScope.setLastVariableIndex(int)
            
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.