org.postgresql.pljava.jdbc
Class SPIParameterMetaData
java.lang.Object
org.postgresql.pljava.jdbc.SPIParameterMetaData
- ParameterMetaData
public class SPIParameterMetaData
extends java.lang.Object
implements ParameterMetaData
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