org.postgresql.jdbc3
Class AbstractJdbc3ParameterMetaData
java.lang.Object
org.postgresql.jdbc3.AbstractJdbc3ParameterMetaData
- Direct Known Subclasses:
- Jdbc3gParameterMetaData
public abstract class AbstractJdbc3ParameterMetaData
- extends java.lang.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 java.lang.String getParameterClassName(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getParameterCount
public int getParameterCount()
getParameterMode
public int getParameterMode(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getParameterType
public int getParameterType(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getParameterTypeName
public java.lang.String getParameterTypeName(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getPrecision
public int getPrecision(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getScale
public int getScale(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isNullable
public int isNullable(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isSigned
public boolean isSigned(int param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException