org.postgresql.jdbc3
Class AbstractJdbc3ParameterMetaData
java.lang.Object
org.postgresql.jdbc3.AbstractJdbc3ParameterMetaData
- Direct Known Subclasses:
- AbstractJdbc4ParameterMetaData, Jdbc3gParameterMetaData, Jdbc3ParameterMetaData
public abstract class AbstractJdbc3ParameterMetaData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJdbc3ParameterMetaData
public AbstractJdbc3ParameterMetaData(BaseConnection connection,
int[] oids)
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.