java.lang.Object
org.postgresql.pljava.jdbc.SPIParameterMetaData
- All Implemented Interfaces:
ParameterMetaData,Wrapper
Implementation of
ParameterMetaData for the SPI connection.- Author:
- Thomas Hallgren
-
Field Summary
Fields inherited from interface java.sql.ParameterMetaData
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown -
Method Summary
Modifier and TypeMethodDescriptiongetParameterClassName(int arg0) This feature is not yet supported.intintgetParameterMode(int paramIndex) ReturnsParameterMetaData.parameterModeInalways since this is the only supported type at this time.intgetParameterType(int paramIndex) getParameterTypeName(int arg0) This feature is not yet supported.intgetPrecision(int arg0) intgetScale(int arg0) intisNullable(int arg0) booleanisSigned(int arg0) booleanisWrapperFor(Class<?> iface) <T> T
-
Method Details
-
getParameterCount
- Specified by:
getParameterCountin interfaceParameterMetaData- Throws:
SQLException
-
isNullable
- Specified by:
isNullablein interfaceParameterMetaData- Throws:
SQLException
-
isSigned
- Specified by:
isSignedin interfaceParameterMetaData- Throws:
SQLException
-
getPrecision
- Specified by:
getPrecisionin interfaceParameterMetaData- Throws:
SQLException
-
getScale
- Specified by:
getScalein interfaceParameterMetaData- Throws:
SQLException
-
getParameterType
- Specified by:
getParameterTypein interfaceParameterMetaData- Throws:
SQLException
-
getParameterTypeName
This feature is not yet supported.- Specified by:
getParameterTypeNamein interfaceParameterMetaData- Throws:
SQLException- indicating that this feature is not supported.
-
getParameterClassName
This feature is not yet supported.- Specified by:
getParameterClassNamein interfaceParameterMetaData- Throws:
SQLException- indicating that this feature is not supported.
-
getParameterMode
ReturnsParameterMetaData.parameterModeInalways since this is the only supported type at this time.- Specified by:
getParameterModein interfaceParameterMetaData- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-