org.postgresql.jdbc3
Class AbstractJdbc3ParameterMetaData

java.lang.Object
  extended by org.postgresql.jdbc3.AbstractJdbc3ParameterMetaData
Direct Known Subclasses:
AbstractJdbc4ParameterMetaData, Jdbc3gParameterMetaData, Jdbc3ParameterMetaData

public abstract class AbstractJdbc3ParameterMetaData
extends Object


Constructor Summary
AbstractJdbc3ParameterMetaData(BaseConnection connection, int[] oids)
           
 
Method Summary
 String getParameterClassName(int param)
           
 int getParameterCount()
           
 int getParameterMode(int param)
           
 int getParameterType(int param)
           
 String getParameterTypeName(int param)
           
 int getPrecision(int param)
           
 int getScale(int param)
           
 int isNullable(int param)
           
 boolean isSigned(int param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJdbc3ParameterMetaData

public AbstractJdbc3ParameterMetaData(BaseConnection connection,
                                      int[] oids)
Method Detail

getParameterClassName

public String getParameterClassName(int param)
                             throws SQLException
Throws:
SQLException

getParameterCount

public int getParameterCount()

getParameterMode

public int getParameterMode(int param)
                     throws SQLException
Throws:
SQLException

getParameterType

public int getParameterType(int param)
                     throws SQLException
Throws:
SQLException

getParameterTypeName

public String getParameterTypeName(int param)
                            throws SQLException
Throws:
SQLException

getPrecision

public int getPrecision(int param)
                 throws SQLException
Throws:
SQLException

getScale

public int getScale(int param)
             throws SQLException
Throws:
SQLException

isNullable

public int isNullable(int param)
               throws SQLException
Throws:
SQLException

isSigned

public boolean isSigned(int param)
                 throws SQLException
Throws:
SQLException


Copyright © 2013. All Rights Reserved.