org.melati.poem.dbms.test.sql
Class ThrowingParameterMetaDataJdbc3
java.lang.Object
org.melati.poem.dbms.test.sql.Thrower
org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
- All Implemented Interfaces:
- ParameterMetaData, Wrapper
- Direct Known Subclasses:
- ThrowingParameterMetaDataJdbc4
public abstract class ThrowingParameterMetaDataJdbc3
- extends Thrower
- implements ParameterMetaData
The JDBC3 members of a ParameterMetaData
, decorated to throw an SQLException on command.
- Since:
- 5 Feb 2008
- Author:
- timp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowingParameterMetaDataJdbc3
public ThrowingParameterMetaDataJdbc3()
getParameterClassName
public String getParameterClassName(int param)
throws SQLException
- Specified by:
getParameterClassName
in interface ParameterMetaData
- Throws:
SQLException
getParameterCount
public int getParameterCount()
throws SQLException
- Specified by:
getParameterCount
in interface ParameterMetaData
- Throws:
SQLException
getParameterMode
public int getParameterMode(int param)
throws SQLException
- Specified by:
getParameterMode
in interface ParameterMetaData
- Throws:
SQLException
getParameterType
public int getParameterType(int param)
throws SQLException
- Specified by:
getParameterType
in interface ParameterMetaData
- Throws:
SQLException
getParameterTypeName
public String getParameterTypeName(int param)
throws SQLException
- Specified by:
getParameterTypeName
in interface ParameterMetaData
- Throws:
SQLException
getPrecision
public int getPrecision(int param)
throws SQLException
- Specified by:
getPrecision
in interface ParameterMetaData
- Throws:
SQLException
getScale
public int getScale(int param)
throws SQLException
- Specified by:
getScale
in interface ParameterMetaData
- Throws:
SQLException
isNullable
public int isNullable(int param)
throws SQLException
- Specified by:
isNullable
in interface ParameterMetaData
- Throws:
SQLException
isSigned
public boolean isSigned(int param)
throws SQLException
- Specified by:
isSigned
in interface ParameterMetaData
- Throws:
SQLException
Copyright © 2000-2010 PanEris. All Rights Reserved.