All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.ParameterConversionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.sql.SQLException
                           |
                           +----interbase.interclient.DataConversionException
                                   |
                                   +----interbase.interclient.ParameterConversionException

public final class ParameterConversionException
extends DataConversionException
InterClient Extension

Invalid parameter data conversion from source sql type to target sql type to a prepared statement, or source parameter instance cannot be converted to an instance of target sql type.


Method Index

 o getSourceType()
Get the source type for the invalid conversion.
 o getTargetType()
Get the target type for the invalid conversion.

Methods

 o getSourceType
  public int getSourceType()
Get the source type for the invalid conversion.

 o getTargetType
  public int getTargetType()
Get the target type for the invalid conversion.


All Packages  Class Hierarchy  This Package  Previous  Next  Index