org.postgresql.pljava.jdbc

Class SPIParameterMetaData

Implemented Interfaces:
ParameterMetaData

public class SPIParameterMetaData
extends java.lang.Object
implements ParameterMetaData

Method Summary

String
getParameterClassName(int arg0)
This feature is not yet supported.
int
getParameterCount()
int
getParameterMode(int paramIndex)
Returns ParameterMetaData.parameterModeIn always since this is the only supported type at this time.
int
getParameterType(int paramIndex)
String
getParameterTypeName(int arg0)
This feature is not yet supported.
int
getPrecision(int arg0)
int
getScale(int arg0)
int
isNullable(int arg0)
boolean
isSigned(int arg0)

Method Details

getParameterClassName

public String getParameterClassName(int arg0)
            throws SQLException
This feature is not yet supported.

getParameterCount

public int getParameterCount()
            throws SQLException

getParameterMode

public int getParameterMode(int paramIndex)
            throws SQLException
Returns ParameterMetaData.parameterModeIn always since this is the only supported type at this time.

getParameterType

public int getParameterType(int paramIndex)
            throws SQLException

getParameterTypeName

public String getParameterTypeName(int arg0)
            throws SQLException
This feature is not yet supported.

getPrecision

public int getPrecision(int arg0)
            throws SQLException

getScale

public int getScale(int arg0)
            throws SQLException

isNullable

public int isNullable(int arg0)
            throws SQLException

isSigned

public boolean isSigned(int arg0)
            throws SQLException

Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \ Distributed under the terms shown in COPYRIGHT