Microsoft SDK for Java

Column.toString

Retrieves a description of the column.

Syntax

public String toString()

Return Value

Returns the column's string description.

Remarks

The string returned by toString provides the following information about the column:

The class name.

The name of the bound field.

The index of the field in the recordset.

The index of the column.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.