Class TdsData


  • public class TdsData
    extends java.lang.Object
    Implement TDS data types and related I/O logic.

    Implementation notes:

  • This class encapsulates all the knowledge about reading and writing TDS data descriptors and related application data.
  • There are four key methods supplied here:
    1. readType() - Reads the column and parameter meta data.
    2. readData() - Reads actual data values.
    3. writeParam() - Write parameter descriptors and data.
    4. getNativeType() - knows how to map JDBC data types to the equivalent TDS type.
Version:
$Id: TdsData.java,v 1.60.2.3 2009/11/05 10:42:18 ickzon Exp $
Author:
Mike Hutchinson, Alin Sinpalean, freeTDS project