Uses of Interface
groovy.sql.InParameter

Packages that use InParameter
groovy.sql Groovy helper classes for working with SQL data as Groovy objects  
 

Uses of InParameter in groovy.sql
 

Subinterfaces of InParameter in groovy.sql
 interface InOutParameter
           
 

Methods in groovy.sql that return InParameter
static InParameter Sql.ARRAY(Object value)
           
static InParameter Sql.BIGINT(Object value)
           
static InParameter Sql.BINARY(Object value)
           
static InParameter Sql.BIT(Object value)
           
static InParameter Sql.BLOB(Object value)
           
static InParameter Sql.BOOLEAN(Object value)
           
static InParameter Sql.CHAR(Object value)
           
static InParameter Sql.CLOB(Object value)
           
static InParameter Sql.DATALINK(Object value)
           
static InParameter Sql.DATE(Object value)
           
static InParameter Sql.DECIMAL(Object value)
           
static InParameter Sql.DISTINCT(Object value)
           
static InParameter Sql.DOUBLE(Object value)
           
static InParameter Sql.FLOAT(Object value)
           
static InParameter Sql.INTEGER(Object value)
           
static InParameter Sql.JAVA_OBJECT(Object value)
           
static InParameter Sql.LONGVARBINARY(Object value)
           
static InParameter Sql.LONGVARCHAR(Object value)
           
static InParameter Sql.NULL(Object value)
           
static InParameter Sql.NUMERIC(Object value)
           
static InParameter Sql.OTHER(Object value)
           
static InParameter Sql.REAL(Object value)
           
static InParameter Sql.REF(Object value)
           
static InParameter Sql.SMALLINT(Object value)
           
static InParameter Sql.STRUCT(Object value)
           
static InParameter Sql.TIME(Object value)
           
static InParameter Sql.TIMESTAMP(Object value)
           
static InParameter Sql.TINYINT(Object value)
           
static InParameter Sql.VARBINARY(Object value)
           
static InParameter Sql.VARCHAR(Object value)
           
static InParameter Sql.in(int type, Object value)
          Create a new InParameter
 

Methods in groovy.sql with parameters of type InParameter
static InOutParameter Sql.inout(InParameter in)
          Create an inout parameter using this in parameter.
 



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