All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.ColumnConversionException

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

public final class ColumnConversionException
extends DataConversionException
InterClient Extension

Invalid result column data conversion from source sql type to target sql type, or source column 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