JML

java.sql
Interface ParameterMetaData


public interface ParameterMetaData


Field Summary
static int parameterModeIn
           
static int parameterModeInOut
           
static int parameterModeOut
           
static int parameterModeUnknown
           
static int parameterNoNulls
           
static int parameterNullable
           
static int parameterNullableUnknown
           
 
Method Summary
 String getParameterClassName(int)
           
 int getParameterCount()
           
 int getParameterMode(int)
           
 int getParameterType(int)
           
 String getParameterTypeName(int)
           
 int getPrecision(int)
           
 int getScale(int)
           
 int isNullable(int)
           
 boolean isSigned(int)
           
 

Field Detail

parameterNoNulls

public static final int parameterNoNulls

parameterModeOut

public static final int parameterModeOut

parameterModeIn

public static final int parameterModeIn

parameterModeUnknown

public static final int parameterModeUnknown

parameterNullableUnknown

public static final int parameterNullableUnknown

parameterNullable

public static final int parameterNullable

parameterModeInOut

public static final int parameterModeInOut
Method Detail

getParameterCount

public int getParameterCount()
                               throws SQLException
Throws:
SQLException

getParameterMode

public int getParameterMode(int)
                              throws SQLException
Throws:
SQLException

getParameterType

public int getParameterType(int)
                              throws SQLException
Throws:
SQLException

getPrecision

public int getPrecision(int)
                          throws SQLException
Throws:
SQLException

getScale

public int getScale(int)
                      throws SQLException
Throws:
SQLException

isNullable

public int isNullable(int)
                        throws SQLException
Throws:
SQLException

isSigned

public boolean isSigned(int)
                          throws SQLException
Throws:
SQLException

getParameterClassName

public String getParameterClassName(int)
                                      throws SQLException
Throws:
SQLException

getParameterTypeName

public String getParameterTypeName(int)
                                     throws SQLException
Throws:
SQLException

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.