Package com.impossibl.postgres.jdbc
Class PGParameterMetaData
- java.lang.Object
- 
- com.impossibl.postgres.jdbc.PGParameterMetaData
 
- 
- All Implemented Interfaces:
- java.sql.ParameterMetaData,- java.sql.Wrapper
 
 public class PGParameterMetaData extends java.lang.Object implements java.sql.ParameterMetaData
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetParameterClassName(int param)intgetParameterCount()intgetParameterMode(int param)intgetParameterType(int param)java.lang.StringgetParameterTypeName(int param)intgetPrecision(int param)intgetScale(int param)intisNullable(int param)booleanisSigned(int param)booleanisWrapperFor(java.lang.Class<?> iface)<T> Tunwrap(java.lang.Class<T> iface)
 
- 
- 
- 
Method Detail- 
unwrappublic <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException- Specified by:
- unwrapin interface- java.sql.Wrapper
- Throws:
- java.sql.SQLException
 
 - 
isWrapperForpublic boolean isWrapperFor(java.lang.Class<?> iface) - Specified by:
- isWrapperForin interface- java.sql.Wrapper
 
 - 
getParameterCountpublic int getParameterCount() - Specified by:
- getParameterCountin interface- java.sql.ParameterMetaData
 
 - 
isNullablepublic int isNullable(int param) throws java.sql.SQLException- Specified by:
- isNullablein interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
isSignedpublic boolean isSigned(int param) throws java.sql.SQLException- Specified by:
- isSignedin interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
getPrecisionpublic int getPrecision(int param) throws java.sql.SQLException- Specified by:
- getPrecisionin interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
getScalepublic int getScale(int param) throws java.sql.SQLException- Specified by:
- getScalein interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
getParameterTypepublic int getParameterType(int param) throws java.sql.SQLException- Specified by:
- getParameterTypein interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
getParameterTypeNamepublic java.lang.String getParameterTypeName(int param) throws java.sql.SQLException- Specified by:
- getParameterTypeNamein interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
getParameterClassNamepublic java.lang.String getParameterClassName(int param) throws java.sql.SQLException- Specified by:
- getParameterClassNamein interface- java.sql.ParameterMetaData
- Throws:
- java.sql.SQLException
 
 - 
getParameterModepublic int getParameterMode(int param) - Specified by:
- getParameterModein interface- java.sql.ParameterMetaData
 
 
- 
 
-